[jboss-user] [JBoss Web Services Development] - Not able to deploy Jaxws webservices - Incompletely deployed packages

Rajesh Kumar do-not-reply at jboss.com
Tue Jul 20 03:05:58 EDT 2010


Rajesh Kumar [http://community.jboss.org/people/rajzzh] created the discussion

"Not able to deploy Jaxws webservices - Incompletely deployed packages"

To view the discussion, visit: http://community.jboss.org/message/553397#553397

--------------------------------------------------------------
In web.xml, i have the following,













<listener
>


<listener-class>
com.sun.xml.ws.transport.http.servlet.WSServletContextListener



</listener-class
>


</listener
>


<servlet
>


<servlet-name>jaxws</servlet-name
>


<servlet-class>com.sun.xml.ws.transport.http.servlet.WSServlet</servlet-class
>


</servlet
>


<servlet-mapping
>


<servlet-name>jaxws</servlet-name
>


<url-pattern>/BillPayService</url-pattern
>


</servlet-mapping
>

When I start the Jboss 4.3 server, i get the below error, not able to deploy the webservice.

10:41:46,421 ERROR [STDERR] Jul 19, 2010 10:41:46 AM com.sun.xml.ws.transport.http.servlet.WSServletContextListener contextInitialized
INFO: WSSERVLET12: JAX-WS context listener initializing
10:41:48,955 ERROR [STDERR] Jul 19, 2010 10:41:48 AM com.sun.xml.ws.server.MonitorBase createRoot
INFO: Metro monitoring rootname successfully set to: com.sun.metro:pp=/,type=WSEndpoint,name=/BillPayInboundWs-BillPayService-BillPayServicePort
10:41:49,225 ERROR [STDERR] Jul 19, 2010 10:41:49 AM com.sun.xml.ws.transport.http.servlet.WSServletDelegate <init>
INFO: WSSERVLET14: JAX-WS servlet initializing
10:41:49,265 INFO [EARDeployer] Started J2EE application: file:/C:/Documents and Settings/e005934.MASTERCARD/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_EAP_4.3_Server/deploy/BillPayInboundWsApp.ear/
10:41:49,265 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

--- Packages waiting for a deployer ---
org.jboss.deployment.DeploymentInfo at 8d0a4c0f { url=file:/C:/Documents and Settings/e005934.MASTERCARD/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_EAP_4.3_Server/deploy/BillPayInboundService.wsdl }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/Documents and Settings/e005934.MASTERCARD/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_EAP_4.3_Server/deploy/BillPayInboundService.wsdl
altDD: null
lastDeployed: 1279554109265
lastModified: 1279554109265
mbeans:

--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo at 8d0a4c0f { url=file:/C:/Documents and Settings/e005934.MASTERCARD/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_EAP_4.3_Server/deploy/BillPayInboundService.wsdl }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/Documents and Settings/e005934.MASTERCARD/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_EAP_4.3_Server/deploy/BillPayInboundService.wsdl
altDD: null
lastDeployed: 1279554109265
lastModified: 1279554109265
mbeans:

Any help would greatly be appreciated...

Thanks,
Rajesh


--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/553397#553397]

Start a new discussion in JBoss Web Services Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2047]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100720/5bfbead5/attachment-0001.html 


More information about the jboss-user mailing list