Open Ivansamara opened 4 years ago
Same problem here.
We were facing the same issue.
I did some digging and the underlying issue is that the path is wrong
used path:
/var/mqm/qmgrs/DEV.MGR/qm.ini
actual path:
/var/mqm/qmgrs/DEV!MGR/qm.ini
I believe the issue can be fixed here:
The name would need to be adjusted. .
replaced by !
https://github.com/ibm-messaging/mq-container/blob/7f85fcf7db2749bfeb314e93cef83f0c506c4812/cmd/runmqserver/qmgr.go#L199
This would probably also needs to be updated: https://github.com/ibm-messaging/mq-container/blob/7f85fcf7db2749bfeb314e93cef83f0c506c4812/cmd/runmqserver/qmgr.go#L239
Hello. I have error
when MQ_QMGR_NAME contains point symbol
Full log:
Queue manager successfully started when the name does not contain point symbol. Have any ideas?