Dear all,
Is there anyone else having problem starting Blue 4.1.2 173 (on IBM JDK 8) after upgrading from 4.1 172?
I do not have log file available right now but it was related to health check monitoring. After manually removing its configuration from domain config everything is back to normal.
I will also send the log later. Shall I create an issue in GitHub?
Peter
--
You received this message because you are subscribed to the Google Groups "Payara Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to payara-forum+unsubscribe@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/payara-forum/c0fc4abe-2d40-4a4a-a406-1790fc1b3b28%40googlegroups.com.
p.Dear Michael,I did manually remove <health-check-service-configuration> from config/domain.xml. This should help, have you done this? You better make backup copy of config/comain.xml before you do this. Not sure if booting with 172 and disabling health check service works as 173 on blue does not start even with checkers set to disabled.
On 28 August 2017 at 11:26, Michaël COINDEAU <m.coi...@gmail.com> wrote:
Hi,We do have the same problem on this upgrade. Payara Full 172 to 173, same stacktrace as Peter and domain not starting.Our domain dir is outside from the appserver dir, and the server is a simlink (live) as suggested in Payara's upgrade guide.We stopped the server, changed the link and tried to restart without success.Peter, did you found a way to start your 173 ?Michaël
Le mercredi 23 août 2017 10:17:32 UTC+2, Mike Croft a écrit :Hi Peter,How did you do the upgrade? Did you try starting an existing domain with healthcheck configuration using 173, or did you reconfigure a fresh domain?Mike
--
You received this message because you are subscribed to the Google Groups "Payara Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to payara-forum...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/payara-forum/c0fc4abe-2d40-4a4a-a406-1790fc1b3b28%40googlegroups.com.
--Peter Ondruška
<health-check-service-configuration historical-trace-enabled="true" enabled="true"> <cpu-usage-checker time="1" enabled="true"> <property name="threshold-critical" value="80"></property> <property name="threshold-warning" value="50"></property> <property name="threshold-good" value="0"></property> </cpu-usage-checker> <connection-pool-checker time="1" enabled="true"> <property name="threshold-critical" value="80"></property> <property name="threshold-warning" value="50"></property> <property name="threshold-good" value="0"></property> </connection-pool-checker> <heap-memory-usage-checker time="1" enabled="true"> <property name="threshold-critical" value="90"></property> <property name="threshold-warning" value="65"></property> <property name="threshold-good" value="0"></property> </heap-memory-usage-checker> <machine-memory-usage-checker time="1" enabled="true"> <property name="threshold-critical" value="90"></property> <property name="threshold-warning" value="80"></property> <property name="threshold-good" value="0"></property> </machine-memory-usage-checker> <hogging-threads-checker time="1" enabled="true"></hogging-threads-checker> <garbage-collector-checker time="1" enabled="true"></garbage-collector-checker> <log-notifier enabled="true"></log-notifier> <xmpp-notifier></xmpp-notifier> <datadog-notifier></datadog-notifier> <email-notifier></email-notifier> <slack-notifier></slack-notifier> <eventbus-notifier></eventbus-notifier> <hipchat-notifier></hipchat-notifier> <new-relic-notifier></new-relic-notifier> <snmp-notifier></snmp-notifier> <jms-notifier></jms-notifier> </health-check-service-configuration>
Hi Michael/Peter - did you already have some healthcheck configuration before the upgrade (I assume so) and what was configured?
--
You received this message because you are subscribed to the Google Groups "Payara Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to payara-forum+unsubscribe@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/payara-forum/7280438d-7b44-4bb1-9222-b17d723650c4%40googlegroups.com.