Nuxeo LTS 2021 failed to start. Starting process is taking too long giving up.
I am trying to setup Nuxeo LTS 2021. When I start the Nuxeo it took long time to start and after sometime Nuxeo gets closed automatically and this error displayed on console.
.Could not initialize the packaging subsystem org.nuxeo.launcher.NuxeoLauncherException: Starting process is taking too long - giving up.
at org.nuxeo.launcher.NuxeoLauncher.waitForEffectiveStart(NuxeoLauncher.java:1799) ~[nuxeo-launcher-24580.jar:?]
at org.nuxeo.launcher.NuxeoLauncher.doStartAndWait(NuxeoLauncher.java:1622) ~[nuxeo-launcher-24580.jar:?]
at org.nuxeo.launcher.gui.NuxeoLauncherGUI.lambda$start$3(NuxeoLauncherGUI.java:265) ~[nuxeo-launcher-24580.jar:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:829) [?:?]
Hello Gregory Carlin,
Here is the attached log files. It can be seen in the file that one component/Package is taking more than 4 mins in preprocess deployment.
Hello,
According to your screenshot, it looks like you're loading a lot of configuration templates, and one of them is not found. So that might be the root reason. It would be better if you could copy paste the entire log trace. Have you tries to load the templates one by one and make sure they are loaded properly?
Also, maybe it's good to ask if all the prerequisites are OK. Make sure you have enough RAM / CPU (don't hesitate to monitor it) and make sure you're using the right JDK version.
Hope it helps