Phil Zampino created KNOX-1957:
----------------------------------
Summary: gateway.sh doesn't handle KNOX_GATEWAY_DBG_OPTS env var
correctly
Key: KNOX-1957
URL: https://issues.apache.org/jira/browse/KNOX-1957
Project: Apache Knox
Issue Type: Bug
Components: Server
Affects Versions: 1.4.0
Reporter: Phil Zampino
Fix For: 1.4.0
It seems KNOX-1816 caused a regression wrt the way options are handled in the
scripts (e.g., gateway.sh).
Specifically, if the KNOX_GATEWAY_DBG_OPTS env var is set, even though the
value is included in the resulting command, the JVM does not listen on the
configured port.
The issue appears to be the double-quoting of $APP_JAVA_OPTS in
knox-functions.sh, specifically in the appStart function (for this particular
error).
This shellcheck doc may be helpful in resolving this issue:
[https://github.com/koalaman/shellcheck/wiki/SC2086]
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)