Torsten Mielke created KARAF-4150:
-------------------------------------
Summary: bin/status fails if KARAF_DEBUG is set
Key: KARAF-4150
URL: https://issues.apache.org/jira/browse/KARAF-4150
Project: Karaf
Issue Type: Bug
Components: karaf-shell
Affects Versions: 2.4.0
Reporter: Torsten Mielke
KARAF-1410 does not set the JPDA Debug options if
{code}
if [ "x$MODE" = "xstop" ]; then
return
fi
if [ "x$MODE" = "xclient" ]; then
return
fi
{code}
but misses out on the bin/status command
Running bin/status with KARAF_DEBUG enabled, raises the same error as in
KARAF-1410.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)