Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-7106

Executing AsyncStartProcessCommand results in ClassNotFoundException

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Minor
    • 7.8.0.Final
    • 7.3.0.Final
    • None
    • None
    • NEW
    • NEW
    • 0
    • 0% 0%
    • 2018 Week 13-14, 2018 Week 15-16

    Description

      Executing AsyncStartProcessCommand with this command context data,

      commandContext.setData("ProcessId", processId);
      commandContext.setData("Variables", parameters);
      commandContext.setData("DeploymentId", identifier);

      results:

      Error during command org.jbpm.process.core.async.AsyncStartProcessCommand error message com.some.sample.Class from [Module "deployment.kie-server.war:main" from Service Module Loader]: java.lang.ClassNotFoundException: com.some.sample.Class from [Module "deployment.kie-server.war:main" from Service Module Loader]
      at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:198)
      at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:363)
      at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:351)
      at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:93)
      at java.lang.Class.forName0(Native Method)
      at java.lang.Class.forName(Class.java:348)

      Attachments

        Activity

          People

            swiderski.maciej Maciej Swiderski (Inactive)
            robertwrobel Robert Wróbel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: