在JBoss裡部署testWeb出現了問題

goddie發表於2007-12-15
這裡是部分Jboss控制檯的提示,(server log實在太多,大概有幾千行)
-----------------------------------------------------------
09:44:42,421 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@e727d148 { url=file:/E:/jboss-4.2.1.GA/serve
r/default/deploy/testWeb.war }
deployer: MBeanProxyExt[jboss.web:service=WebServer]
status: Deployment FAILED reason: Error during deploy; - nested throwable: (ja
vax.management.RuntimeOperationsException: Exception invoking method init)
state: FAILED
watch: file:/E:/jboss-4.2.1.GA/server/default/deploy/testWeb.war
altDD: null
lastDeployed: 1197683082203
lastModified: 1197683082187
mbeans:

--- MBeans waiting for other MBeans ---
ObjectName: jboss.web.deployment:war=testWeb.war,id=-416820920
State: FAILED
Reason: org.jboss.deployment.DeploymentException: Error during deploy; - neste
d throwable: (javax.management.RuntimeOperationsException: Exception invoking me
thod init)

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.web.deployment:war=testWeb.war,id=-416820920
State: FAILED
Reason: org.jboss.deployment.DeploymentException: Error during deploy; - neste
d throwable: (javax.management.RuntimeOperationsException: Exception invoking me
thod init)


09:44:42,546 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8
080
09:44:42,640 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
09:44:42,703 INFO [Server] JBoss (MX MicroKernel) [4.2.1.GA (build: SVNTag=JBos
s_4_2_1_GA date=200707131605)] Started in 11s:985ms
09:46:27,437 INFO [testTopic] Unbinding JNDI name: topic/testTopic
09:46:27,437 INFO [securedTopic] Unbinding JNDI name: topic/securedTopic
09:46:27,437 INFO [testDurableTopic] Unbinding JNDI name: topic/testDurableTopi
c
09:46:27,437 INFO [testQueue] Unbinding JNDI name: queue/testQueue
09:46:27,437 INFO [A] Unbinding JNDI name: queue/A
09:46:27,437 INFO Unbinding JNDI name: queue/B
09:46:27,437 INFO [C] Unbinding JNDI name: queue/C
09:46:27,437 INFO [D] Unbinding JNDI name: queue/D
09:46:27,437 INFO [ex] Unbinding JNDI name: queue/ex
09:46:27,437 INFO [DLQ] Unbinding JNDI name: queue/DLQ
09:46:27,437 INFO [ConnectionFactoryBindingService] Unbound ConnectionManager '
jboss.jca:service=DataSourceBinding,name=DefaultDS' from JNDI name 'java:Default
DS'
09:46:28,000 INFO [HypersonicDatabase] Database standalone closed clean
----------------------------------------------
請問這是我哪裡沒有操作正確?

相關文章