1 Reply Latest reply on Jun 13, 2012 9:54 AM by new-comer

    Debug JBPM-Console

    new-comer

      Hi,

       

      I have downloaded the code from

      https://github.com/droolsjbpm/jbpm/zipball/master

       

      and built it with Maven, and imported everytihng to eclipse, I could start the server, I could access Guvnor, but when I tried to access jbpm-console, got 404 error, when I looked at the project, there is no java source code, is this correct? what did I miss?

       

      Thanks in advance.

        • 1. Re: Debug JBPM-Console
          new-comer

          Actually when I start the server, the deploy failed with :           

           

           

          09:49:08,998 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-5) MSC00001: Failed to start service jboss.deployment.unit."jbpm-gwt-console-server.war".PARSE:

          org.jboss.msc.service.StartException

          in service jboss.deployment.unit."jbpm-gwt-console-server.war".PARSE: Failed to process phase PARSE of deployment "jbpm-gwt-console-server.war"

          at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(

          DeploymentUnitPhaseService.java:121

          ) [jboss-as-server-7.0.2.Final.jar:7.0.2.Final]

          at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(

          ServiceControllerImpl.java:1824

          ) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]

          at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(

          ServiceControllerImpl.java:1759

          ) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]

          at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) [:1.6.0_31]

          at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [:1.6.0_31]

          at java.lang.Thread.run(Unknown Source) [:1.6.0_31]

          Caused by:

          org.jboss.as.server.deployment.DeploymentUnitProcessingException

          : Failed to parse POJO xml ["/C:/workflow/jBPM53/jbpm-installer/jboss-as-7.0.2.Final/standalone/deployments/jbpm-gwt-console-server.war/WEB-INF/lib/netty-3.2.0.Final.jar/META-INF/jboss-beans.xml"]

          at org.jboss.as.pojo.KernelDeploymentParsingProcessor.parseDescriptor(

          KernelDeploymentParsingProcessor.java:130

          )

          at org.jboss.as.pojo.KernelDeploymentParsingProcessor.parseDescriptors(

          KernelDeploymentParsingProcessor.java:104

          )

          at org.jboss.as.pojo.KernelDeploymentParsingProcessor.deploy(

          KernelDeploymentParsingProcessor.java:76

          )

          at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(

          DeploymentUnitPhaseService.java:115

          ) [jboss-as-server-7.0.2.Final.jar:7.0.2.Final]

          ... 5 more

          Caused by:

          javax.xml.stream.XMLStreamException

          : ParseError at [row,col]:[17,1]

          Message: Unexpected element '{urn:jboss:bean-deployer:2.0}deployment'

          at org.jboss.staxmapper.XMLMapperImpl.processNested(

          XMLMapperImpl.java:98

          ) [staxmapper-1.0.0.Final.jar:1.0.0.Final]

          at org.jboss.staxmapper.XMLMapperImpl.parseDocument(

          XMLMapperImpl.java:59

          ) [staxmapper-1.0.0.Final.jar:1.0.0.Final]

          at org.jboss.as.pojo.KernelDeploymentParsingProcessor.parseDescriptor(

          KernelDeploymentParsingProcessor.java:123

          )

          ... 8 more

           

           

           

          Any thoughts?