Service startingPage was started successfully, but shut down process has been initiated

I'm trying to move YouTrack to a docker container that is managed by minikube.
Follow this: https://www.jetbrains.com/help/youtrack/standalone/upgrade-with-docker-image.html
All works fine until step 11:

[2018-03-21 15:11:51,665] ====================================================
============ (start)
[2018-03-21 15:12:18,263] [YouTrack Error] log4j:WARN No appenders could be found for logger (jetbrains.mps.webr.configuration.parameters.runtime.ConfigurationParameters).
[2018-03-21 15:12:18,288] [YouTrack Error] log4j:WARN Please initialize the log4j system properly.
[2018-03-21 15:12:18,288] [YouTrack Error] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[2018-03-21 15:12:48,244] ====================================================
============ (start)
[2018-03-21 15:13:08,935] [YouTrack Error] [2018-03-21 15:13:08,926] ERROR -
bundle.startup - Error while starting JetBrains YouTrack 2018.
1: Service startingPage was started successfully, but shut down process has be
en initiated

How can I fix it?

0
1 comment
Official comment

Hello, quanta!

Most probably the error indicates that the process is explicitly shut down right after it was started.

This can be done unintentionally due to the closing console where docker container was started.

Closed console results in a SIGTERM signal sent to container that causes shut down.

If that information doesn't help could you please provide more detailed step-by-step description on how you start container in minikube and attach content of logs folder (perhaps in that case filing issue in project YouTrack will be a better choice: https://youtrack.jetbrains.com/issues/JT)

Sincerely,

Alexey Barsov

JetBrains Developer

Please sign in to leave a comment.