[QUESTION]: server log stops after starting in version 3.x when using docker image #2580
Replies: 7 comments 3 replies
-
A short update. I got an environment up and running. So far everything seems to be stable. Nevertheless, the log of the Conductor server stops after the first entries:
So in case of an error, you can only guess where the problem is. Does anyone have an idea what the problem is? I think the problem exists with all current docker-based conductor server images. |
Beta Was this translation helpful? Give feedback.
-
I have the same issue. Server is up and running but nothing in the docker log |
Beta Was this translation helpful? Give feedback.
-
Same issue here. Running from |
Beta Was this translation helpful? Give feedback.
-
The logs are not exposed to the console, it should be available in Are you not able to see the server logs there? By the way, for the whole thing to work - you will need Elasticsearch up and running as well as the option is now enabled by default. Check the If you don't have ES, you will need to disable the indexing via a property. The downside to disabling that is the UI search functions won't work. If you are running this in an M1 mac, you might run into trouble running ES6 docker container as the containers is based on x86 arch and will not work with arm64 smoothly. |
Beta Was this translation helpful? Give feedback.
-
Quick update: I'll try looking for server logs there later tonight. I couldn't get the server up and running with However, I did get things up and running using |
Beta Was this translation helpful? Give feedback.
-
Thank you for the explanation. |
Beta Was this translation helpful? Give feedback.
-
Hey - quick update - if you need the logs to show up on the console you can delete the logs redirect on this startup.sh command. Specifically this part:
https://github.com/Netflix/conductor/blob/main/docker/serverAndUI/bin/startup.sh#L36 This is assuming you are using the Try this out locally on Docker desktop and let us know if its working |
Beta Was this translation helpful? Give feedback.
-
Hello,
we are using conductor for orchestrating microservices in our company and have some issues while setting up the latest version v.3.x.
Maybe you can help me:
Short description:
After building and starting the server and ui image (docker) from the latest tag, the server stops starting after "Using java options config:". This behaviour is independent of the configurations in the config-file.
Steps taken to reproduce the error:
Expected behaviour:
Things that I have already tried:
Do any of you have a working local configuration where this error does not occur and the server starts properly?
Until now we used the version 2.3.x for our productive environment. We would like to upgrade to latest version because you fixed some bugs.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions