You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2006/03/25 09:35:20 UTC

[jira] Commented: (AXIS2-512) I'v got this error in deploy and i can't solve it...HELP!!!

    [ http://issues.apache.org/jira/browse/AXIS2-512?page=comments#action_12371837 ] 

Deepal Jayasinghe commented on AXIS2-512:
-----------------------------------------

It seems that there is a some problem in your service. anyway how did you get this exception
 - is it when you try to see its WSDL or trying to invoke the service
 - I found that when the services.xml does not have serviceClass paramter and when try to get the WSDL it shows this kind of error.

> I'v got this error in deploy and i can't solve it...HELP!!!
> -----------------------------------------------------------
>
>          Key: AXIS2-512
>          URL: http://issues.apache.org/jira/browse/AXIS2-512
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>  Environment: Windows XP, Apache Tomcat server, Axis2, Java
>     Reporter: Ricardo Pereira

>
>  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