Uploaded image for project: 'ODE'
  1. ODE
  2. ODE-1040

NoClassDefFoundError while deploying bpel processes in clustering environment

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.4
    • 1.4
    • Deployment
    • None
    • Ubuntu 14.04, Java 1.7.0, Apache Tomcat 7.0.61

    Description

      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.

      Attachments

        Activity

          People

            sathwik Sathwik
            Sudharma Subasinghe Sudharma Subasinghe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: