Deployment error (TIBCO Administrator) "java.lang.NoClassDefFoundError: Could not initialize class com.tibco.cep.runtime.service.logging.impl.LogManagerImpl".
book
Article ID: KB0089230
calendar_today
Updated On:
Products
Versions
TIBCO BusinessEvents Enterprise Edition
-
Not Applicable
-
Description
Description: Exception thrown,m "java.lang.NoClassDefFoundError: Could not initialize class com.tibco.cep.runtime.service.logging.impl.LogManagerImpl" when trying to deploy a TIBCO BusinessEvents application using TIBCO Administrator.
Symptoms: Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class com.tibco.cep.runtime.service.logging.impl.LogManagerImpl at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:186) at com.tibco.cep.kernel.service.logging.LogManagerFactory.a(SourceFile:20) at com.tibco.cep.kernel.service.logging.LogManagerFactory.<clinit>(SourceFile:9) at com.tibco.cep.container.standalone.BEMain.main(SourceFile:72)
Cause: Mis-Configuration. A log directory has been defined in CDD (e.g.: /apps/log), but the directory does not exist.
Issue/Introduction
Deployment error (TIBCO Administrator) "java.lang.NoClassDefFoundError: Could not initialize class com.tibco.cep.runtime.service.logging.impl.LogManagerImpl".
Resolution
Ceate the missing directory (e.g.: /apps/log) or use a relative log path (the default log path is "logs").