--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@a7813903 { url=file:/opt/drutt/msdp/drutt-msdp-runtime/webapps/runtime.war/ }
deployer:
MBeanProxyExt[jboss.web:service=WebServer]
status: Deployment FAILED
reason: URL
file:/opt/drutt/msdp/drutt-msdp-runtime/webapps/runtime.war/
deployment failed
state: FAILED
watch:
file:/opt/drutt/msdp/drutt-msdp-runtime/webapps/runtime.war/WEB-INF/web.xml
altDD: null
lastDeployed:
1279260286919
lastModified:
1239156051000
mbeans:
--- MBeans waiting for other MBeans ---
ObjectName: jboss.web.deployment:war=runtime.war,id=-1484703485
State: FAILED
Reason:
org.jboss.deployment.DeploymentException: URL
file:/opt/drutt/msdp/drutt-msdp-runtime/webapps/runtime.war/
deployment failed
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.web.deployment:war=runtime.war,id=-1484703485
State: FAILED
Reason:
org.jboss.deployment.DeploymentException: URL
file:/opt/drutt/msdp/drutt-msdp-runtime/webapps/runtime.war/
deployment failed
我的原因是在lib包里有一个jar包找不到。所以在打成
工程.war的时候出错了。删除这个找不到的jar之后就好了
org.jboss.deployment.DeploymentInfo@a7813903 { url=file:/opt/drutt/msdp/drutt-msdp-runtime/webapps/runtime.war/ }
--- MBeans waiting for other MBeans ---
ObjectName: jboss.web.deployment:war=runtime.war,id=-1484703485
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.web.deployment:war=runtime.war,id=-1484703485
我的原因是在lib包里有一个jar包找不到。所以在打成