Fixed
Details
Assignee
Jeff GehlbachJeff GehlbachReporter
Jeff GehlbachJeff GehlbachComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Jeff Gehlbach
Jeff GehlbachReporter
Jeff Gehlbach
Jeff GehlbachComponents
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created October 1, 2018 at 7:40 PM
Updated October 4, 2018 at 11:16 AM
Resolved October 4, 2018 at 11:16 AM
In some cases we've seen the JVM's Attach API listener go inexplicably missing during startup. Attempting to do a status, restart, or stop operation on such a system tends to result in a message like the following:
Or sometimes this one:
In environments where we've seen this behavior, adding the flag
-XX:+StartAttachListener
has resolved the problem at least in the short term. Assuming there's no downside, we should add this flag toADDITIONAL_MANAGER_OPTIONS
by default.