Deployed BWENGINE Application fails to load JAR classes.

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:
BWENGINE-100006 Load Error: ref=java.lang.ClassNotFoundException, class=*MISSING: ae.activities.unknown.data.model.class

java.lang.ClassNotFoundException: com.prft.common.log.JmsQueueAppender

java.lang.Exception: Error in [Processes/Common/XREF-Common/GetVZIdCommonProcess.process/Put]

BWENGINE-100006 Load Error: ref=java.lang.ClassNotFoundException, class=*MISSING: ae.activities.unknown.data.model.class

        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.

Issue/Introduction

Deployed BWENGINE Application fails to load JAR classes.

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.