You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Sathwik Bantwal Premakumar (JIRA)" <ji...@apache.org> on 2015/12/09 06:39:11 UTC

[jira] [Assigned] (ODE-1040) NoClassDefFoundError while deploying bpel processes in clustering environment

     [ https://issues.apache.org/jira/browse/ODE-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sathwik Bantwal Premakumar reassigned ODE-1040:
-----------------------------------------------

    Assignee: Sathwik Bantwal Premakumar

> 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
>            Assignee: Sathwik Bantwal Premakumar
>             Fix For: 1.4
>
>
> 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)