You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Murugesan (JIRA)" <ji...@apache.org> on 2013/12/30 15:00:51 UTC

[jira] [Created] (CXF-5478) WSDL is not getting published at runtime

Murugesan created CXF-5478:
------------------------------

             Summary: WSDL is not getting published at runtime
                 Key: CXF-5478
                 URL: https://issues.apache.org/jira/browse/CXF-5478
             Project: CXF
          Issue Type: Task
         Environment: My pplication is running on unix wnvironmet. App server is WAS 6.1.0.21
            Reporter: Murugesan


I have developed a webservice project with CXF implementation. I have exposed my project as webapplication(webservice). When i try with the home servlet(CXFServlet) url,it is working. But the wsdl is not getting published  at runtime.I got the below error
 Caused by: com.ibm.ws.webcontainer.exception.WebAppNotLoadedException: Failed to load webapp: wsdl
	at com.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:678)
	at com.ibm.ws.wswebcontainer.WebContainer.addWebApplication(WebContainer.java:626)
	at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:335)
	... 9 more
Caused by: com.ibm.ws.webcontainer.exception.WebAppHostNotFoundException: wsdl
	at com.ibm.ws.webcontainer.VirtualHostConfigurationHelper.createConfiguration(VirtualHostConfigurationHelper.java:19)
	at com.ibm.ws.wswebcontainer.WebContainer.loadVirtualHost(WebContainer.java:475)
	at com.ibm.ws.wswebcontainer.WebContainer.getVirtualHost(WebContainer.java:718)
	at com.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:668)



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)