1 Reply Latest reply on Aug 27, 2014 12:32 PM by jojones54

    Jbpm-console  doesn't deploy with Jbpm 6.1.0.Final and AS-7.1.1

    jojones54

      Jbpm-console  doesn't deploy with Jbpm 6.1.0.Final and AS-7.1.1

      I am not ready to move to Wildfly yet and need to use 6.1.0.Final with AS-7.1.1 for a while longer.

      I successfully used AS-7.1.1 with jBPM-6.1.0.CR1, but I get following error in 6.1.0.Final

      I have updated build.properties and replaced appropriate values with AS7 instead of Wildfly

      Jbpm-console.war does not successfully deploy after "ant start.demo.noeclipse"

      Any suggestions?

      Here is excerpt from server.log, but I have attached the complete server.log and build.properties

      08:10:03,261 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'

      08:10:03,294 INFO  [org.jboss.as.pojo] (MSC service thread 1-3) JBAS017000: Found legacy bean/pojo namespace: urn:jboss:bean-deployer:2.0 - might be missing some xml features (potential exceptions).

      08:10:03,710 INFO  [org.jboss.as.jpa] (MSC service thread 1-3) JBAS011401: Read persistence.xml for org.jbpm.domain

      08:10:04,454 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC00001: Failed to start service jboss.module.service."deployment.jbpm-console.war".main: org.jboss.msc.service.StartException in service jboss.module.service."deployment.jbpm-console.war".main: Failed to load module: deployment.jbpm-console.war:main


      Caused by: org.jboss.modules.ModuleNotFoundException: Module org.apache.cxf.impl:main is not found in local module loader @5779a727 (roots: C:\jbpm-installer-20140826-0800-6.1.0.Final-AS71-and-H2\jboss-as-7.1.1.Final\modules)

        • 1. Re: Jbpm-console  doesn't deploy with Jbpm 6.1.0.Final and AS-7.1.1
          jojones54

          KrisV solved my problem.

          The jbpm-console.war and dashboard-builder.war that come pre-packaged with jbpm-installer-full.zip are specifically for Wildfly-8.1, not AS-7.1.1

          If you want to use AS-7.1.1 instead of Wildfly, these two war files must be deleted from <jbpm-installer>\lib folder before running 'ant install.demo'

          Now the AS71-specific versions of these war files are downloaded.