-
Bug
-
Resolution: Done
-
Blocker
-
AMQ63 1.3.4.GA
-
A-MQ 6.3 image amq63-openshift:1.4
There have been problems in the past with the way that the A-MQ image (or, rather, the underlying Java image) handles the conversion of the Docker environment variable NO_PROXY. This is usually specified in the form "host1,host2..." separate by commas, and this needs to be translated into
-Dhttp.nonProxyHosts="host1|host2|..."
on the JVM command line. The translation takes place in the script /opt/run-java/proxy-options. Despite recent changes (e.g., CLOUD-1951) the translation is still wrong. What actually gets written is
-Dhttp.nonProxyHosts=host1|host2|...
so the shell interprets |host2 as a pipe, and tries to execute host2.
- is related to
-
CLOUD-2747 [JWS][Regression] JWS container fails to start if NO_PROXY env is set
- Verified