Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
28.0.2
-
Security Level: Default (Default Security Scheme)
-
None
-
Horizon 2021 - Sep 1 - 15
-
Description
While working on 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.