ot4i / ace-docker

75 stars 167 forks source link

Container shutdown immediately after creation #126

Closed AbdullaElshourbagy closed 4 years ago

AbdullaElshourbagy commented 4 years ago

I created the ace mq image and container. when the container created, it shut down

2020-07-25T19:17:50.820Z total 12 -rw-rw---- 1 mqm mqm 84 Jul 25 19:15 integration_server.ACESERVER.exceptionLog.txt -rw-r----- 1 mqm mqm 339 Jul 25 19:15 integration_server.ACESERVER.trace.0.txt -rw-r----- 1 mqm mqm 339 Jul 25 19:15 integration_server.ACESERVER.userTrace.0.txt 2020-07-25T19:17:50.820Z If you want to stop the container shutting down to enable retrieval of these files please set the environment variable "MQSI_PREVENT_CONTAINER_SHUTDOWN=true" 2020-07-25T19:17:50.820Z If you are running under kubernetes you will also need to disable the livenessProbe 2020-07-25T19:17:50.820Z Log checking complete 2020-07-25T19:17:50.820Z Shutdown complete

why container shutdown and how can i resolve it.

IBMRob commented 4 years ago

Hi

Can you provide the full command your running and also the full logs of the container. The logs normally will indicate why it’s been shut down

AbdullaElshourbagy commented 4 years ago

Hi Rob Solved