-
Controller Versionv.5.15.24.19 Describe Your Issue or QuestionHello. I'm new here, so please bear with me... Everything seems to be configured correctly, but the controller restarts automatically after a few/several minutes. I should add that this is a test installation - I'd like to eventually get rid of OC200 and stick with Docker, but I have no idea why it's so unstable in my case 😞 Expected BehaviorStable work without self restarting Steps to Reproduce
How You're Launching the Container
Container Logs
MongoDB LogsNo response Additional ContextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
That's not the container restarting, that looks like the cloud connection resetting. You would see the container's uptime show this if the container restarted:
You can see here that this container's been running for 3 hours so it hasn't been restarting. You would also see the container's entrypoint startup messages in the logs if it restarted. Are you seeing any behavior of the controller where it's failing in some way? If not, it's likely fine but you should probably check to see if the cloud connection is working, if you use that. |
Beta Was this translation helpful? Give feedback.
-
Oh and one other thing - don't use the |
Beta Was this translation helpful? Give feedback.
That's not the container restarting, that looks like the cloud connection resetting. You would see the container's uptime show this if the container restarted:
You can see here that this container's been running for 3 hours so it hasn't been restarting. You would also see the container's entrypoint startup messages in the logs if …