cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error During Hybris Server Restart

former_member634320
Participant
0 Likes
1,873

We are getting below errors while starting server

SEVERE: Exception sending context initialized event to listener instance of class de.hybris.platform.spring.HybrisContextLoaderListener java.lang.IllegalStateException: Unable to register thread with OperationInfo{CATEGORY=SYSTEM, SUSPENDABLE=false, THREAD_ID=24, THREAD_NAME=localhost-startStop-1}. Is already registered at de.hybris.platform.core.threadregistry.ThreadRegistry.register(ThreadRegistry.java:81) at de.hybris.platform.core.threadregistry.RegistrableThread.registerThread(RegistrableThread.java:107) at de.hybris.platform.core.threadregistry.RegistrableThread.registerThread(RegistrableThread.java:100) at de.hybris.platform.spring.HybrisContextLoaderListener.doInitWebApplicationContext(HybrisContextLoaderListener.java:202) at de.hybris.platform.spring.HybrisContextLoaderListener.initWebApplicationContext(HybrisContextLoaderListener.java:191) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107) at de.hybris.platform.spring.HybrisContextLoaderListener.contextInitialized(HybrisContextLoaderListener.java:87) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1571) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1561) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ====================================

What could be possible cause for this error.

Accepted Solutions (0)

Answers (1)

Answers (1)

VinayKumarS
Active Contributor
0 Likes

There are two things. If you are doing it for first time make sure that javac -version and java -version are correct to support your hybris package

If you already initialized the server. Then you would have completed the trail version. Do ant initialize and start the server.