I'v got this error anda i can't solve it...HELP!!!
--------------------------------------------------
Key: AXIS2C-108
URL: http://issues.apache.org/jira/browse/AXIS2C-108
Project: Axis2-C
Type: Bug
Environment: Windows xp professional, Axis 2
Reporter: Ricardo Pereira
Priority: Blocker
Hello!!
I have a file .aar that contains an .java , .class, manifest and servies.xml
files.
Wen i make the deploy in the axis auto-depoly http://localhost:8080/axis2/
it makes my aplication an avaliable service but wen i try to access to it it
give me an error lie this
<?xml version="1.0" encoding="UTF-8" ?>
- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header />
- <soapenv:Body>
- <soapenv:Fault>
<faultcode>Client</faultcode>
<faultstring>no scheam found for the service; nested exception is:
java.lang.Exception: no scheam found for the service</faultstring>
<faultactor>http://myAxisServer/role/default</faultactor>
- <detail>
<soapenv:Exception>org.apache.axis2.AxisFault: no scheam found for the
service; nested exception is: java.lang.Exception: no scheam found for the
service at
org.apache.axis2.description.AxisService.printUsingWOM(AxisService.java:373) at
org.apache.axis2.description.AxisService.printWSDL(AxisService.java:322) at
org.apache.axis2.transport.http.ListingAgent.listService(ListingAgent.java:469)
at org.apache.axis2.transport.http.ListingAgent.handle(ListingAgent.java:393)
at org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:111) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Unknown Source) Caused by: java.lang.Exception: no
scheam found for the service at
org.apache.axis2.description.AxisService2WOM.generateWOM(AxisService2WOM.java:86)
at
org.apache.axis2.description.AxisService.printUsingWOM(AxisService.java:362)
... 20 more</soapenv:Exception>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
Can you give an hint for this??!!
Thanks
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira