Description: During Cache Engine startup, the following exception is thrown. "java.lang.RuntimeException: Entity DAO does not exists for class:be.gen.Events.STTTimeoutEvent" .
+++++
com.tibco.cep.common.exception.LifecycleException: com.tibco.cep.common.exception.LifecycleException: java.lang.RuntimeException: Entity DAO doesnot exists for class:be.gen.Events.STTTimeoutEvent
at com.tibco.cep.runtime.session.impl.RuleServiceProviderImpl.startCluster(RuleServiceProviderImpl.java:794)
...
Caused by: com.tibco.cep.common.exception.LifecycleException: java.lang.RuntimeException: Entity DAO doesnot exists for class:be.gen.Events.STTTimeoutEvent
at com.tibco.cep.runtime.service.cluster.MultiAgentCluster.start(MultiAgentCluster.java:257)
...
Caused by: java.lang.RuntimeException: Entity DAO doesnot exists for class:be.gen.Events.STTTimeoutEvent
at com.tibco.cep.runtime.service.cluster.system.MetadataCache.getEntityDao(MetadataCache.java:672)
+++++
Symptoms: During Cache Engine startup, the following exception is thrown. "java.lang.RuntimeException: Entity DAO doesnot exists for class:be.gen.Events.STTTimeoutEvent". Cause: The discover/listening URLs were colliding with other environments. Because of this, the current environment cluster was trying to join other environments resulting in the exception.