You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Michele Mazzucco <Mi...@ncl.ac.uk> on 2007/08/15 14:55:33 UTC

[Axis2] DataRetrievalException with axis2 embedded into jetty

Hi all,

I'm running axis2 1.3 embedded into jetty 6.1.5. From the logs it looks
like the server is running, however I see this exception:

2007-08-15 13:26:02.510::INFO:  Started SocketConnector@0.0.0.0:16000
2462 [main] INFO StartServer  - JETTY server started on port : 16000
22874 [btpool0-1] DEBUG org.apache.axis2.dataretrieval.DataRetrievalUtil
- File does not exist in the Service Repository!
File=META-INF/ServiceData.xml
22875 [btpool0-1] DEBUG
org.apache.axis2.dataretrieval.AxisDataLocatorImpl  - Check loading
failure for file, META-INF/ServiceData.xml.Message = Failed to load from
file, META-INF/ServiceData.xml
22877 [btpool0-1] DEBUG
org.apache.axis2.dataretrieval.AxisDataLocatorImpl  - Check loading
failure for file, META-INF/ServiceData.xml
org.apache.axis2.dataretrieval.DataRetrievalException: Failed to load
from file, META-INF/ServiceData.xml
	at
org.apache.axis2.dataretrieval.DataRetrievalUtil.buildOM(DataRetrievalUtil.java:64)
	at
org.apache.axis2.dataretrieval.AxisDataLocatorImpl.loadServiceData(AxisDataLocatorImpl.java:103)
	at
org.apache.axis2.description.AxisService.getDefaultDataLocator(AxisService.java:2281)
	at
org.apache.axis2.description.AxisService.getDataLocator(AxisService.java:2265)
	at
org.apache.axis2.description.AxisService.getData(AxisService.java:2184)
	at
org.apache.axis2.description.AxisService.getWSDL(AxisService.java:1139)
	at
org.apache.axis2.description.AxisService.printWSDL(AxisService.java:1077)
	at
org.apache.axis2.transport.http.ListingAgent.processListService(ListingAgent.java:280)
	at
org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:229)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
	at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
	at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362)
	at
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
	at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712)
	at
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:211)
	at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
	at org.mortbay.jetty.Server.handle(Server.java:313)
	at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:506)
	at org.mortbay.jetty.HttpConnection
$RequestHandler.headerComplete(HttpConnection.java:830)
	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
	at org.mortbay.jetty.bio.SocketConnector
$Connection.run(SocketConnector.java:227)
	at org.mortbay.thread.BoundedThreadPool
$PoolThread.run(BoundedThreadPool.java:442)
Caused by: javax.xml.stream.XMLStreamException: File does not exist in
the Service Repository! File=META-INF/ServiceData.xml
	at
org.apache.axis2.dataretrieval.DataRetrievalUtil.getInputStream(DataRetrievalUtil.java:103)
	at
org.apache.axis2.dataretrieval.DataRetrievalUtil.buildOM(DataRetrievalUtil.java:60)
	... 24 more


Any idea?, what is the ServiceData.xml file?

Thanks,
Michele


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org