Deployed BWENGINE Application fails to load JAR classes.
book
Article ID: KB0086956
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for ActiveSpaces
-
Not Applicable
-
Description
Description: This article describes a known issue that occurs when you try to deploy a BW application and it fails to load. You notice multiple errors related to Java class files not found. Symptoms:
at com.tibco.pe.core.WorkflowBuilder.build(Unknown Source)
at com.tibco.pe.core.WorkflowLoader.setWorkflows(Unknown Source)
at com.tibco.pe.core.WorkflowLoader.loadWorkflows(Unknown Source)
at com.tibco.pe.core.JobPoolConfigurator.a(Unknown Source)
at com.tibco.pe.core.JobPoolConfigurator.if(Unknown Source)
at com.tibco.pe.core.JobPool.<init>(Unknown Source)
at com.tibco.pe.core.JobPoolCreator.init(Unknown Source)
at com.tibco.pe.core.JobPoolCreator.<init>(Unknown Source)
at com.tibco.pe.PEMain.a(Unknown Source)
at com.tibco.pe.PEMain.do(Unknown Source)
at com.tibco.pe.PEMain.a(Unknown Source)
at com.tibco.pe.PEMain.<init>(Unknown Source)
at com.tibco.pe.PEMain.main(Unknown Source)
Cause: Java *.jar files that are not correctly loading.
Resolution
Rebuilding the EAR and packaging the necessary *.jar files resolves the issue. Projects needs to be validated and tested in TIBCO Designer before being deployed.
Issue/Introduction
Deployed BWENGINE Application fails to load JAR classes.