12-12-2017 09:28 AM
I have nuxeo 8.2 configured and running in the system, now i want to configure new Nuxeo LTS 2016 and stop the nuxeo 8.2. I unzipped it and started configuring it. it starts first time then i start database configuration etc.. from UI after finish process, it keeps load only and not able to start the nuxeo server again. I tried many times but all the time i am getting below log, there is no error log. it stops after some elasticsearch logs. I have CentOs 6.7. Any Help would be appreciated
12-12-2017 12:22 PM
When something gets "stuck" in Java, you should use jstack
to get a thread dump and find out more.
12-13-2017 01:18 AM
I did the Thread Dump its as below, its looks like NuxeoStarter.java getting locked.
Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.131-b11 mixed mode):
"Attach Listener" #15 daemon prio=9 os_prio=0 tid=0x00007f4120001000 nid=0x7cae waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE
Locked ownable synchronizers: - None
"process reaper" #14 daemon prio=10 os_prio=0 tid=0x00007f40fecff800 nid=0x65b6 runnable [0x00007f413b395000] java.lang.Thread.State: RUNNABLE at java.lang.UNIXProcess.waitForProcessExit(Native Method) at java.lang.UNIXProcess.lambda$initStreams$3(UNIXProcess.java:289) at java.lang.UNIXProcess$$Lambda$14/982372904.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:748)
Locked ownable synchronizers: - <0x00000000eebc80a0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"localhost-startStop-1" #12 daemon prio=5 os_prio=0 tid=0x00007f40f823f800 nid=0x65b0 runnable [0x00007f4140dc2000]
java.lang.Thread.State: RUNNABLE
at java.io.FileInputStream.readBytes(Native Method)
at java.io.FileInputStream.read(FileInputStream.java:255)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
- locked <0x00000000f134f4b0> (a java.lang.UNIXProcess$ProcessPipeInputStream)
at java.io.FilterInputStream.read(FilterInputStream.java:107)
at org.nuxeo.ecm.platform.commandline.executor.service.cmdtesters.DefaultCommandTester.test(DefaultCommandTester.java:54)
at org.nuxeo.ecm.platform.commandline.executor.service.CommandLineExecutorComponent.registerContribution(CommandLineExecutorComponent.java:131)
at org.nuxeo.runtime.model.DefaultComponent.registerExtension(DefaultComponent.java:53)
at org.nuxeo.runtime.model.impl.ComponentInstanceImpl.registerExtension(ComponentInstanceImpl.java:200)
at org.nuxeo.runtime.model.impl.ComponentManagerImpl.registerExtension(ComponentManagerImpl.java:276)
- locked <0x00000000c002ce88> (a org.nuxeo.runtime.model.impl.ComponentManagerImpl)
at org.nuxeo.runtime.model.impl.RegistrationInfoImpl.activate(RegistrationInfoImpl.java:365)
- locked <0x00000000f1348af8> (a org.nuxeo.runtime.model.impl.RegistrationInfoImpl)
at org.nuxeo.runtime.model.impl.RegistrationInfoImpl.resolve(RegistrationInfoImpl.java:443)
- locked <0x00000000f1348af8> (a org.nuxeo.runtime.model.impl.RegistrationInfoImpl)
at org.nuxeo.runtime.model.impl.ComponentRegistry.resolveComponent(ComponentRegistry.java:179)
at org.nuxeo.runtime.model.impl.ComponentRegistry.addComponent(ComponentRegistry.java:127)
at org.nuxeo.runtime.model.impl.ComponentManagerImpl.register(ComponentManagerImpl.java:176)
- locked <0x00000000c002ce88> (a org.nuxeo.runtime.model.impl.ComponentManagerImpl)
at org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy(DefaultRuntimeContext.java:129)
at org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy(DefaultRuntimeContext.java:104)
at org.nuxeo.runtime.osgi.OSGiRuntimeService.loadComponents(OSGiRuntimeService.java:235)
at org.nuxeo.runtime.osgi.OSGiRuntimeService.createContext(OSGiRuntimeService.java:179)
- locked <0x00000000c002cf68> (a org.nuxeo.runtime.osgi.OSGiRuntimeService)
at org.nuxeo.runtime.osgi.OSGiComponentLoader.install(OSGiComponentLoader.java:68)
at org.nuxeo.runtime.osgi.OSGiComponentLoader.
Locked ownable synchronizers: - <0x00000000c002db50> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"Catalina-startStop-1" #11 daemon prio=5 os_prio=0 tid=0x00007f415858a000 nid=0x65ae waiting on condition [0x00007f4140ec3000] java.lang.Thread.State: WAITING (parking) at sun.misc.Unsafe.park(Native Method) - parking to wait for <0x00000000c007e3d8> (a java.util.concurrent.FutureTask) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:429) at java.util.concurrent.FutureTask.get(FutureTask.java:191) at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:597) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:493) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1713) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:337) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117) at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90) at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:394) - locked <0x00000000c007e5d0> (a org.apache.catalina.core.StandardHost) at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:339) - locked <0x00000000c007e5d0> (a org.apache.catalina.core.StandardHost) at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:1137) - locked <0x00000000c007e5d0> (a org.apache.catalina.core.StandardHost) at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:819) - locked <0x00000000c007e5d0> (a org.apache.catalina.core.StandardHost) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:147) - locked <0x00000000c007e5d0> (a org.apache.catalina.core.StandardHost) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1572) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1562) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:748)
Locked ownable synchronizers: - <0x00000000c007e770> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"Service Thread" #8 daemon prio=9 os_prio=0 tid=0x00007f41580da800 nid=0x65a3 runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE
Locked ownable synchronizers: - None
"C1 CompilerThread2" #7 daemon prio=9 os_prio=0 tid=0x00007f41580bd800 nid=0x65a2 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE
Locked ownable synchronizers: - None
"C2 CompilerThread1" #6 daemon prio=9 os_prio=0 tid=0x00007f41580bb800 nid=0x65a1 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE
Locked ownable synchronizers: - None
"C2 CompilerThread0" #5 daemon prio=9 os_prio=0 tid=0x00007f41580b8800 nid=0x65a0 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE
Locked ownable synchronizers: - None
"Signal Dispatcher" #4 daemon prio=9 os_prio=0 tid=0x00007f41580b7000 nid=0x659f runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE
Locked ownable synchronizers: - None
"Finalizer" #3 daemon prio=8 os_prio=0 tid=0x00007f4158084000 nid=0x659e in Object.wait() [0x00007f4141dfc000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000000c0098bd0> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143) - locked <0x00000000c0098bd0> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
Locked ownable synchronizers: - None
"Reference Handler" #2 daemon prio=10 os_prio=0 tid=0x00007f415807f800 nid=0x659d in Object.wait() [0x00007f4141efd000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000000c01a8128> (a java.lang.ref.Reference$Lock) at java.lang.Object.wait(Object.java:502) at java.lang.ref.Reference.tryHandlePending(Reference.java:191) - locked <0x00000000c01a8128> (a java.lang.ref.Reference$Lock) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
Locked ownable synchronizers: - None
"main" #1 prio=5 os_prio=0 tid=0x00007f415800a000 nid=0x6597 waiting on condition [0x00007f415e29c000] java.lang.Thread.State: WAITING (parking) at sun.misc.Unsafe.park(Native Method) - parking to wait for <0x00000000c007e708> (a java.util.concurrent.FutureTask) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:429) at java.util.concurrent.FutureTask.get(FutureTask.java:191) at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:1120) - locked <0x00000000c01a82c0> (a org.apache.catalina.core.StandardEngine) at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:300) - locked <0x00000000c01a82c0> (a org.apache.catalina.core.StandardEngine) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:147) - locked <0x00000000c01a82c0> (a org.apache.catalina.core.StandardEngine) at org.apache.catalina.core.StandardService.startInternal(StandardService.java:444) - locked <0x00000000c01a82c0> (a org.apache.catalina.core.StandardEngine) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:147) - locked <0x00000000c01a83f0> (a org.apache.catalina.core.StandardService) at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:756) - locked <0x00000000c01a8430> (a java.lang.Object) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:147) - locked <0x00000000c01a8440> (a org.apache.catalina.core.StandardServer) at org.apache.catalina.startup.Catalina.start(Catalina.java:693) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:428)
Locked ownable synchronizers: - None
"VM Thread" os_prio=0 tid=0x00007f4158078000 nid=0x659c runnable
"GC task thread#0 (ParallelGC)" os_prio=0 tid=0x00007f415801f000 nid=0x6598 runnable
"GC task thread#1 (ParallelGC)" os_prio=0 tid=0x00007f4158021000 nid=0x6599 runnable
"GC task thread#2 (ParallelGC)" os_prio=0 tid=0x00007f4158022800 nid=0x659a runnable
"GC task thread#3 (ParallelGC)" os_prio=0 tid=0x00007f4158024800 nid=0x659b runnable
"VM Periodic Task Thread" os_prio=0 tid=0x00007f41580e5800 nid=0x65a4 waiting on condition
JNI global references: 297
12-13-2017 02:02 AM
when i hit the command ./bin/nuxeoctl start. below is the exact logs
12-13-2017 09:00 AM
All this is now an answer, don't post it in the Answers section. Update your question with details instead.
12-13-2017 09:01 AM
Also format your messages, things are very hard to read.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.