-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
jboss-ws4ee-4.0.1, jboss-ws4ee-4.0.2
-
None
-
None
Hi,
I am getting this exception from JBoss 4.0.1sp1 when I deploy my .war file to deploy a JBoss WS Web Service. I referred to the JBossWS Tutorial for document literal web services, on the wiki to create this.
13:40:15,244 ERROR [ServiceDeployer] Cannot startup webservice for: sidtest.war
org.jboss.deployment.DeploymentException: Connection timed out: connect Nested exception: Connection
timed out: connect; - nested throwable: (org.dom4j.DocumentException: Connection timed out: connect
Nested exception: Connection timed out: connect)
at org.jboss.webservice.ServiceDeployerJSE.modifyWebXML(ServiceDeployerJSE.java:142)
at org.jboss.webservice.ServiceDeployerJSE.createWebservice(ServiceDeployerJSE.java:95)
at org.jboss.webservice.ServiceDeployer.handleNotification(ServiceDeployer.java:109)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java
:138)
at $Proxy29.handleNotification(Unknown Source)
There is more stack trace which I can attach if required. jason.greene@jboss.com suggested to open an issue for this.
Thanks, Sid.
- duplicates
-
JBWS-222 Is JBossEntityResolver being used in ServiceDeployerJSE?
- Closed