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 Cyril Furtado <cy...@skire.com> on 2008/12/06 02:38:38 UTC

Cannot deploy Services whats is wrong?

I registered url  'ws/services/Document ' as the Axis2 Servlet  on tomcat 5.5.
I put the axis2.xml (taken from axis2 download)
I put services.xml and services.wsdl in the aar file and placed it under th web-inf directory
When I type
http:// dt-cyril:8080/ws/services/Document
I see http error 500.
In the server logs Im putting (last 15 lines) I see third last line as "- Did not find RequestResponseTransport cannot set response written " is there something Im doing wrong?? Please help
Thanks
Cyril

logs
------------------
2008-12-05 17:15:20,889 [http-8081-Processor25] DEBUG engine.Phase                    - [MessageContext: logID=urn:uuid:662348B38FBE5855C61228526120899] Checking post-conditions for phase "Security"

2008-12-05 17:15:20,889 [http-8081-Processor25] DEBUG addressing.EndpointReference    - hasAnonymousAddress: http://www.w3.org/2005/08/addressing/anonymous is Anonymous: true

2008-12-05 17:15:20,889 [http-8081-Processor25] DEBUG http.ApplicationXMLFormatter    - contentType set from messageContext =null

2008-12-05 17:15:20,889 [http-8081-Processor25] DEBUG om.OMOutputFormat               - Start getContentType: OMOutputFormat [ mimeBoundary =null rootContentId=null doOptimize=false doingSWA=false isSOAP11=false charSetEncoding=UTF-8 xmlVersion=null contentType=null ignoreXmlDeclaration=false autoCloseWriter=true actionProperty=null optimizedThreshold=0]

2008-12-05 17:15:20,889 [http-8081-Processor25] DEBUG om.OMOutputFormat               - getContentType= {application/soap+xml}   OMOutputFormat [ mimeBoundary =null rootContentId=null doOptimize=false doingSWA=false isSOAP11=false charSetEncoding=UTF-8 xmlVersion=null contentType=application/soap+xml ignoreXmlDeclaration=false autoCloseWriter=true actionProperty=null optimizedThreshold=0]

2008-12-05 17:15:20,889 [http-8081-Processor25] DEBUG http.ApplicationXMLFormatter    - (NOTE) contentType from format is=application/soap+xml

2008-12-05 17:15:20,889 [http-8081-Processor25] DEBUG http.ApplicationXMLFormatter    - contentType returned =application/xml; charset=UTF-8

2008-12-05 17:15:20,889 [http-8081-Processor25] DEBUG http.ApplicationXMLFormatter    - start writeTo()

2008-12-05 17:15:20,889 [http-8081-Processor25] DEBUG util.StAXUtils                  - XMLStreamWriter is com.ctc.wstx.sw.SimpleNsStreamWriter

2008-12-05 17:15:20,889 [http-8081-Processor25] DEBUG http.ApplicationXMLFormatter    - end writeTo()

2008-12-05 17:15:20,889 [http-8081-Processor25] DEBUG transport.TransportUtils        - Did not find RequestResponseTransport cannot set response written

2008-12-05 17:15:20,889 [http-8081-Processor25] DEBUG engine.Phase                    - [MessageContext: logID=urn:uuid:662348B38FBE5855C61228526120899] Invoking flowComplete() in Phase "Security"

2008-12-05 17:15:20,889 [http-8081-Processor25] DEBUG engine.Phase                    - [MessageContext: logID=urn:uuid:662348B38FBE5855C61228526120899] Invoking flowComplete() in Phase "MessageOut"