Eclipse Jboss Server starten

Rallenaldo

Mitglied
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?
 
Ähnliche Java Themen
  Titel Forum Antworten Datum
Meeresgott JBoss Lizenz IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
Y Eclipse Helios und JBoss Tools - Could not detect registered XUL Runnter to use IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
G JBoss in Eclipse einbinden IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
G Jboss in eclipse einbinden IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
S Wie kann ich in Eclipse 3.4 den JBOSS starten? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 14
B Eclipse 3.4 --- EJB - JBoss IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 8
B JBoss - Unterstützung für EJB IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
J Eclipse - kein Server verfügbar zum ausführen meines Java Projektes IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 12
D Eclipse 'server run configuration' speichert classpath Eintrag nicht! IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 0
I Eigener GitHub Server IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
G Eclipse Team Foundation Server: Mehrere workspaces in einen Eclipse workspace mappen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 0
J SVN Server einrichten IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
M Eclipse Marketplace --> HTTP Server 'Internal Error' IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
F Eclipse Problem mit CVS Server IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
H Eclipse - Server in Preferences nicht vorhanden IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
S kein Tomcat Server Adapter in Eclipse 3.5 IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 7
A Eclipse - WebProject auf Server schieben (subclipse?) IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
G Cannot create a server using the selected type IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
T Subversion ohne Repository (Server) IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
G Ist es möglich: Netbeans und Eclipse + ein SVN-Server? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 9
S Öffentlicher Server für SVN IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
A Auf entfernten Server aus Eclipse mit WTP deployen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
B CVS (Subversion) - Gratis Server? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
T WebSphere aktualisiert Code auf Server nicht IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
H Eclipse Fehler beim starten des Projekts IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 13
H Eclipse Sipmles Plug-in laesst sich nicht starten -> window.getShell() IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
M Intellij IDEA Programm ohne Main-Methode starten IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
W Eclipse Fehlermeldung beim Starten von Eclipse? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
M Idea IntelliJ - Starten der Mainmethode ? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 10
Y Tomcat aus Netbeans heraus starten schlägt fehl IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
D Jar Datei lässt sich nicht starten. IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 15
U Eclipse nach starten leer IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
Cody Eclipse Eclipse Profilbasierend starten IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 10
L Probleme beim Starten externes Programm IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
S Eclipse will nicht starten IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
Sonecc Eclipse Plugin beim Starten laden IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 10
F Eclipse testsuite package starten mit testklassen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
M Fehler beim Starten von Eclipse IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
P *.bat Files direkt aus Eclipse starten? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
S Ant-Task mit ant-launcher.jar starten IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
M Kann eclipse Ganymede nicht starten IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
X Eclipse Fehlermeldung beim Starten - Was tun? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
I Fehler beim Starten von Eclipse IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
M 2 Programme mit einer Ant build-file starten IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
K [junit] wie Beispiel starten IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
M fehler beim starten von eclipse IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
A eclipse debuger mit Argumenten starten? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
G JBuilder: Applikationen starten IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3

Ähnliche Java Themen

Neue Themen


Oben