-
Bug
-
Resolution: Done
-
Critical
-
None
-
jboss-fuse-6.1 on OSE
-
None
-
%
-
- deploy the mq-amq profile on an OSE fuse container
- notice the error in the logs / ActiveMQ broker not created
mq-amq profile using obsolete env variables OPENSHIFT_FUSE_AMQ_*PORT
bindPort=${env:OPENSHIFT_FUSE_AMQ_PORT} connectionPort=${env:OPENSHIFT_FUSE_AMQ_PROXY_PORT}
This causes the profile to fail on openshift with
Exception on start: java.io.IOException: Transport Connector could not be registered in JMX: Port value out of range: -1
they have apparently been renamed to OPENWIRE instead of AMQ