[
https://issues.apache.org/jira/browse/KARAF-4150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15029995#comment-15029995
]
Jean-Baptiste Onofré commented on KARAF-4150:
---------------------------------------------
Fixed on karaf-2.x:
https://git-wip-us.apache.org/repos/asf?p=karaf.git;a=commitdiff;h=3a5e5bd942956f328b479647ba04d720b24639db
> 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
> Assignee: Jean-Baptiste Onofré
> Priority: Minor
> Labels: shell-script
> Fix For: 2.4.4, 3.0.6, 4.0.4
>
>
> 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)