Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.4.0
Description
KARAF-1410 does not set the JPDA Debug options if
if [ "x$MODE" = "xstop" ]; then return fi if [ "x$MODE" = "xclient" ]; then return fi
but misses out on the bin/status command
Running bin/status with KARAF_DEBUG enabled, raises the same error as in KARAF-1410.
Attachments
Issue Links
- is related to
-
KARAF-1410 Error in stop script if KARAF_DEBUG is enabled
- Closed