1 Reply Latest reply on Nov 25, 2013 4:21 AM by swiderski.maciej

    [need help] cannot get jBPM5.4 running on JBOSS AS 7.1.1

    cyu021

      Hi,

       

      I have some experience on Apache Geronimo and Tomcat, but this is my first hands-on on JBOSS AS.

      Instead of using "ant install.demo", I decided to do it manually, so run the following commands to install JBOSS + H2 + GUVNOR

      ant install.jboss,
      ant install.db.files,
      ant install.guvnor.into.jboss

      then I run

      ant start.h2

      ant start.jboss

      to start database and JBOSS.


      When I check on the server.log in JBOSS, I see the following log and found the deployment failed.

      16:17:04,212 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "drools-guvnor.war"

      16:17:15,486 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC00001: Failed to start service jboss.deployment.unit."drools-guvnor.war".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."drools-guvnor.war".STRUCTURE: Failed to process phase STRUCTURE of deployment "drools-guvnor.war"

          at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

          at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

          at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

          at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0]

          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0]

          at java.lang.Thread.run(Thread.java:736) [vm.jar:1.6.0]

      Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: Failed to mount deployment content

          at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:91) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

          at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

          ... 5 more

      Caused by: java.io.FileNotFoundException: E:\jbpm-installer\jboss-as-7.1.1.Final\standalone\tmp\vfs\temp76ead5297e8df711\drools-guvnor.war-2c4f07028b7a8ccf\WEB-INF\classes\org\drools\guvnor\client\asseteditor\drools\modeldriven\ui\templates\TemplateDataHeaderWidget$HeaderWidget$HeaderSorter$1.class (系統找不到指定的路徑。)

          at java.io.FileOutputStream.<init>(FileOutputStream.java:194) [rt.jar:1.6.0]

          at java.io.FileOutputStream.<init>(FileOutputStream.java:145) [rt.jar:1.6.0]

          at org.jboss.vfs.VFSUtils.unzip(VFSUtils.java:870)

          at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:536)

          at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:567)

          at org.jboss.as.server.deployment.DeploymentMountProvider$Factory$ServerDeploymentRepositoryImpl.mountDeploymentContent(DeploymentMountProvider.java:97) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

          at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:87) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

          ... 6 more

       

      After I check on my file system, I found that it is empty under E:\jbpm-installer\jboss-as-7.1.1.Final\standalone\tmp\vfs\temp76ead5297e8df711

       

      I totally don't have any clue on what should I do next.

      Any advise is very much appreciated,

      Thank you.