0 Replies Latest reply on May 17, 2013 7:44 AM by liv227

    Deploying a "folder" containing WEB-INF & co. and zul files

    liv227

      Hello,

       

      I am trying to deploy a folder on JBoss 7 !

      when I pasted it in deployments nothing changed (the folder is names jawda.war ) so I tried to zip it into a war file (don't think it was a good idea, but it gave me an error log so ... )

      Anyway here it is :

       

      13:25:47,014 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) JBAS015051: Deployment content /opt/jboss-as/standalone/deployments/jawda.war appears to be incomplete and is not progressing toward completion. This content cannot be auto-deployed.

       

       

       

      When I added a dodeploy file it returned this error:

       


      13:35:48,727 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-36) MSC00001: Failed to start service jboss.deployment.unit."jawda.war".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."jawda.war".STRUCTURE: Failed to process phase STRUCTURE of deployment "jawda.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.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_17]

              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_17]

              at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_17]

      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.util.zip.ZipException: error in opening zip file

              at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.7.0_17]

              at java.util.zip.ZipFile.<init>(ZipFile.java:214) [rt.jar:1.7.0_17]

              at java.util.zip.ZipFile.<init>(ZipFile.java:144) [rt.jar:1.7.0_17]

              at java.util.zip.ZipFile.<init>(ZipFile.java:158) [rt.jar:1.7.0_17]

              at org.jboss.vfs.VFSUtils.unzip(VFSUtils.java:845) [jboss-vfs-3.1.0.Final.jar:3.1.0.Final]

              at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:536) [jboss-vfs-3.1.0.Final.jar:3.1.0.Final]

              at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:567) [jboss-vfs-3.1.0.Final.jar:3.1.0.Final]

              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


      13:35:48,737 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"jawda.war\".STRUCTURE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"jawda.war\".STRUCTURE: Failed to process phase STRUCTURE of deployment \"jawda.war\""}}}}

      13:36:33,849 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-42) MSC00001: Failed to start service jboss.deployment.unit."jawda.war".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."jawda.war".STRUCTURE: Failed to process phase STRUCTURE of deployment "jawda.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.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_17]

              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_17]

              at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_17]

      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.util.zip.ZipException: error in opening zip file

              at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.7.0_17]

              at java.util.zip.ZipFile.<init>(ZipFile.java:214) [rt.jar:1.7.0_17]

              at java.util.zip.ZipFile.<init>(ZipFile.java:144) [rt.jar:1.7.0_17]

              at java.util.zip.ZipFile.<init>(ZipFile.java:158) [rt.jar:1.7.0_17]

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

              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


      13:36:33,857 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"jawda.war\".STRUCTURE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"jawda.war\".STRUCTURE: Failed to process phase STRUCTURE of deployment \"jawda.war\""}}}}

       

       

      I kindly request your assistance..

      Thank you