Question
Application not Starting up - java.lang.NoClassDefFoundError: com/hazelcast/core/LifecycleListener
Hi
Our Application is not starting because of below error. Log attached. Which table has the class details stored? "com/hazelcast/core/LifecycleListener"
SEVERE: Problem during method invocation (contextInitialized)
java.lang.ExceptionInInitializerError
Caused by: java.lang.RuntimeException: Unable to create PRModulesProvider
java.lang.NoClassDefFoundError: com/hazelcast/core/LifecycleListener
Caused by: java.lang.NoClassDefFoundError: com/hazelcast/core/LifecycleListener
***Edited by Moderator: Lochan to update platform capability tags***
Hi Arvind,
Your application is deployed in how many nodes?Can you verify pr_engine classes table.
com/hazelcast/core/LifecycleListener will be part of hazelcast jar.Please compare engine_classes table with of working scenario.
Thanks,
Abhinav