2014-03-31 160 views
-3
09:44:31,717 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS): 

DEPLOYMENTS MISSING DEPENDENCIES: Deployment "jboss.web.deployment:war=/Pojo1" is missing the following dependencies: 
    Dependency "jboss.web:service=WebServer" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.web:service=WebServer' **") Deployment "jboss.web.deployment:war=/Pojo2" is missing the following dependencies: 
    Dependency "jboss.web:service=WebServer" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.web:service=WebServer' **") Deployment "jboss.web.deployment:war=/PojoSRD" is missing the following dependencies: 
    Dependency "jboss.web:service=WebServer" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.web:service=WebServer' **") Deployment "jboss.web.deployment:war=/admin-console" is missing the following dependencies: 
    Dependency "jboss.web:service=WebServer" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.web:service=WebServer' **") Deployment "jboss.web.deployment:war=/invoker" is missing the following dependencies: 
    Dependency "jboss.web:service=WebServer" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.web:service=WebServer' **") Deployment "jboss.web.deployment:war=/jbossws" is missing the following dependencies: 
    Dependency "jboss.web:service=WebServer" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.web:service=WebServer' **") Deployment "jboss.web.deployment:war=/jmx-console" is missing the following dependencies: 
    Dependency "jboss.web:service=WebServer" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.web:service=WebServer' **") Deployment "jboss.web.deployment:war=/srdlogistics" is missing the following dependencies: 
    Dependency "jboss.web:service=WebServer" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.web:service=WebServer' **") Deployment "jboss.web.deployment:war=/web-console" is missing the following dependencies: 
    Dependency "jboss.web:service=WebServer" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.web:service=WebServer' **") 

DEPLOYMENTS IN ERROR: Deployment "WebServer" is in error due to the following reason(s): LifecycleException: Protocol handler initialization failed: java.net.BindException: Address already in use: JVM_Bind /0.0.0.0:8080 Deployment "jboss.web:service=WebServer" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.web:service=WebServer' ** 

09:44:31,718 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)] Started in 55s:762ms 

誰能告訴我什麼是部署錯誤,以及如何解決它?部署錯誤在jboss 5.1

+3

答案在日誌中。找到解決方案[這裏](http://stackoverflow.com/questions/4968721/how-to-resolve-jboss-deployment-error?answertab=votes#tab-top)。 – Braj

回答

1

你的記錄狀態如下:

java.net.BindException:地址已在使用:JVM_Bind /0.0.0.0:8080

有什麼東西在端口8080上已經運行也許另一JBoss的實例已經運行?