Hallo
Ich habe Eclipse for Java EE Developers 4.2 Juno, Maven und Jboss installiert.
Wenn ich jetzt innerhalb von Eclipse Jboss starten will, bekomme ich folgende Fehlermeldung:
13:55:13,894 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-5) MSC00001: Failed to start service jboss.deployment.unit."index.xhtml".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."index.xhtml".STRUCTURE: Failed to process phase STRUCTURE of deployment "index.xhtml"
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(Unknown Source) [rt.jar:1.7.0_51]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [rt.jar:1.7.0_51]
at java.lang.Thread.run(Unknown Source) [rt.jar:1.7.0_51]
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_51]
at java.util.zip.ZipFile.<init>(Unknown Source) [rt.jar:1.7.0_51]
at java.util.zip.ZipFile.<init>(Unknown Source) [rt.jar:1.7.0_51]
at java.util.jar.JarFile.<init>(Unknown Source) [rt.jar:1.7.0_51]
at java.util.jar.JarFile.<init>(Unknown Source) [rt.jar:1.7.0_51]
at org.jboss.vfs.spi.JavaZipFileSystem.<init>(JavaZipFileSystem.java:97) [jboss-vfs-3.1.0.Final.jar:3.1.0.Final]
at org.jboss.vfs.spi.JavaZipFileSystem.<init>(JavaZipFileSystem.java:83) [jboss-vfs-3.1.0.Final.jar:3.1.0.Final]
at org.jboss.vfs.VFS.mountZip(VFS.java:408) [jboss-vfs-3.1.0.Final.jar:3.1.0.Final]
at org.jboss.vfs.VFS.mountZip(VFS.java:434) [jboss-vfs-3.1.0.Final.jar:3.1.0.Final]
at org.jboss.as.server.deployment.DeploymentMountProvider$Factory$ServerDeploymentRepositoryImpl.mountDeploymentContent(DeploymentMountProvider.java:95) [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:55:13,909 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "index.xhtml" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"index.xhtml\".STRUCTURE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"index.xhtml\".STRUCTURE: Failed to process phase STRUCTURE of deployment \"index.xhtml\""}}
13:55:13,926 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015877: Stopped deployment index.xhtml in 5ms
13:55:13,926 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report
JBAS014777: Services which failed to start: service jboss.deployment.unit."index.xhtml".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."index.xhtml".STRUCTURE: Failed to process phase STRUCTURE of deployment "index.xhtml"
13:55:13,926 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"index.xhtml\".STRUCTURE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"index.xhtml\".STRUCTURE: Failed to process phase STRUCTURE of deployment \"index.xhtml\""}}}}
13:55:13,957 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
13:55:13,957 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss AS 7.1.1.Final "Brontes" started (with errors) in 6401ms - Started 192 of 270 services (1 services failed or missing dependencies, 76 services are passive or on-demand)
Kann mir jemand sagen, woran das liegt?
Ich habe Eclipse for Java EE Developers 4.2 Juno, Maven und Jboss installiert.
Wenn ich jetzt innerhalb von Eclipse Jboss starten will, bekomme ich folgende Fehlermeldung:
13:55:13,894 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-5) MSC00001: Failed to start service jboss.deployment.unit."index.xhtml".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."index.xhtml".STRUCTURE: Failed to process phase STRUCTURE of deployment "index.xhtml"
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(Unknown Source) [rt.jar:1.7.0_51]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [rt.jar:1.7.0_51]
at java.lang.Thread.run(Unknown Source) [rt.jar:1.7.0_51]
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_51]
at java.util.zip.ZipFile.<init>(Unknown Source) [rt.jar:1.7.0_51]
at java.util.zip.ZipFile.<init>(Unknown Source) [rt.jar:1.7.0_51]
at java.util.jar.JarFile.<init>(Unknown Source) [rt.jar:1.7.0_51]
at java.util.jar.JarFile.<init>(Unknown Source) [rt.jar:1.7.0_51]
at org.jboss.vfs.spi.JavaZipFileSystem.<init>(JavaZipFileSystem.java:97) [jboss-vfs-3.1.0.Final.jar:3.1.0.Final]
at org.jboss.vfs.spi.JavaZipFileSystem.<init>(JavaZipFileSystem.java:83) [jboss-vfs-3.1.0.Final.jar:3.1.0.Final]
at org.jboss.vfs.VFS.mountZip(VFS.java:408) [jboss-vfs-3.1.0.Final.jar:3.1.0.Final]
at org.jboss.vfs.VFS.mountZip(VFS.java:434) [jboss-vfs-3.1.0.Final.jar:3.1.0.Final]
at org.jboss.as.server.deployment.DeploymentMountProvider$Factory$ServerDeploymentRepositoryImpl.mountDeploymentContent(DeploymentMountProvider.java:95) [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:55:13,909 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "index.xhtml" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"index.xhtml\".STRUCTURE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"index.xhtml\".STRUCTURE: Failed to process phase STRUCTURE of deployment \"index.xhtml\""}}
13:55:13,926 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015877: Stopped deployment index.xhtml in 5ms
13:55:13,926 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report
JBAS014777: Services which failed to start: service jboss.deployment.unit."index.xhtml".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."index.xhtml".STRUCTURE: Failed to process phase STRUCTURE of deployment "index.xhtml"
13:55:13,926 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"index.xhtml\".STRUCTURE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"index.xhtml\".STRUCTURE: Failed to process phase STRUCTURE of deployment \"index.xhtml\""}}}}
13:55:13,957 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
13:55:13,957 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss AS 7.1.1.Final "Brontes" started (with errors) in 6401ms - Started 192 of 270 services (1 services failed or missing dependencies, 76 services are passive or on-demand)
Kann mir jemand sagen, woran das liegt?