Sudharma Subasinghe created ODE-1040:
----------------------------------------
Summary: NoClassDefFoundError while deploying bpel processes in
clustering environment
Key: ODE-1040
URL: https://issues.apache.org/jira/browse/ODE-1040
Project: ODE
Issue Type: Bug
Components: Deployment
Affects Versions: 1.4
Environment: Ubuntu 14.04, Java 1.7.0, Apache Tomcat 7.0.61
Reporter: Sudharma Subasinghe
While testing the clustering functionality with new merged Master branch,
deployment of the bpel process failed with the following error.
java.lang.NoClassDefFoundError: org/apache/ode/bpel/o/Serializer
at
org.apache.ode.bpel.obj.serde.DeSerializer.deserializeHeader(DeSerializer.java:106)
at org.apache.ode.bpel.obj.serde.DeSerializer.<init>(DeSerializer.java:56)
at org.apache.ode.bpel.obj.serde.DeSerializer.<init>(DeSerializer.java:50)
at
org.apache.ode.store.DeploymentUnitDir.loadCBPInfo(DeploymentUnitDir.java:221)
at org.apache.ode.store.DeploymentUnitDir.scan(DeploymentUnitDir.java:176)
at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:219)
at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:179)
After including ode-bpel-obj-1.4-SNAPSHOT.jar in the ode webapp/lib folder it
is fixed. It is needed to add 'bpel-obj' dependency to be fixed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)