Fixed
Details
Assignee
Christian PapeChristian PapeReporter
Christian PapeChristian PapeComponents
Sprint
NoneFix versions
Affects versions
Priority
Minor
Details
Details
Assignee
Christian Pape
Christian PapeReporter
Christian Pape
Christian PapeComponents
Sprint
None
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created September 8, 2021 at 2:46 PM
Updated September 14, 2021 at 1:58 PM
Resolved September 13, 2021 at 2:18 PM
While working on https://opennms.atlassian.net/browse/NMS-13539#icft=NMS-13539 we encountered exceptions without stack traces in the Minion's log files. It seems that a JVM optimization mechanism strips off stack traces for frequently appearing exceptions. To disable this behaviour the JVM option `-XX:-OmitStackTraceInFastThrow` must be specified.