Hi. I'd appreciate help with a 500 response code that I'm getting. Here are the steps that I following:
- installed maven, ant, and subversion. - downloaded build.xml - ran 'ant' to download the project. the build was successful. - ran wsdl2java to download axis2 in apache-httpd dirctory. - ran 'ant' to build apache-httpd.war file. - dropped the war file into Tomcat's webapp directory. - started tomcat. Up til this point, I encountered no errors. - ran the HttpServerTestApp program inside an Eclipse project. This results in the 500 server error. The complete output is shown below. Any suggestions to resolve this issue would be welcome. Also if you know of a MUSE consultant, I'd appreciate their contact information. Thanks. -------------------------------------------- [CLIENT TRACE] SOAP envelope contents (outgoing): <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"> <soap:Header> <wsa:To xmlns:wsa="http://www.w3.org/2005/08/addressing">http://192.168.1.117:8080/apache-httpd/services/http-server</wsa:To> <wsa:Action xmlns:wsa="http://www.w3.org/2005/08/addressing">http://ws.apache.org/muse/test/http-server/Start</wsa:Action> <wsa:MessageID xmlns:wsa="http://www.w3.org/2005/08/addressing">uuid:0537aa5b-e4ea-bca4-3739-b9c9cbb87950</wsa:MessageID> <wsa:From xmlns:wsa="http://www.w3.org/2005/08/addressing"> <wsa:Address>http://www.w3.org/2005/08/addressing/role/anonymous</wsa:Address> </wsa:From> </soap:Header> <soap:Body> <http:Start xmlns:http="http://ws.apache.org/muse/test/http-server"/> </soap:Body> </soap:Envelope> org.apache.muse.ws.addressing.soap.SoapFault: Server returned HTTP response code: 500 for URL: http://192.168.1.117:8080/apache-httpd/services/http-server at org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceClient.java:254) at org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceClient.java:213) at org.apache.muse.test.http.remote.HttpServerClient.start(Unknown Source) at org.apache.muse.test.http.testapp.HttpServerTestApp.main(HttpServerTestApp.java:84) [CLIENT TRACE] SOAP envelope contents (outgoing): <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"> <soap:Header> <wsa:To xmlns:wsa="http://www.w3.org/2005/08/addressing">http://192.168.1.117:8080/apache-httpd/services/http-server</wsa:To> <wsa:Action xmlns:wsa="http://www.w3.org/2005/08/addressing">http://ws.apache.org/muse/test/http-server/Stop</wsa:Action> <wsa:MessageID xmlns:wsa="http://www.w3.org/2005/08/addressing">uuid:cf0dffb3-a79b-632a-01dd-81145ac93189</wsa:MessageID> <wsa:From xmlns:wsa="http://www.w3.org/2005/08/addressing"> <wsa:Address>http://www.w3.org/2005/08/addressing/role/anonymous</wsa:Address> </wsa:From> </soap:Header> <soap:Body> <http:Stop xmlns:http="http://ws.apache.org/muse/test/http-server"/> </soap:Body> </soap:Envelope> org.apache.muse.ws.addressing.soap.SoapFault: Server returned HTTP response code: 500 for URL: http://192.168.1.117:8080/apache-httpd/services/http-server at org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceClient.java:254) at org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceClient.java:213) at org.apache.muse.test.http.remote.HttpServerClient.stop(Unknown Source) at org.apache.muse.test.http.testapp.HttpServerTestApp.main(HttpServerTestApp.java:112) -- David Medinets Afffy Agile Advice & Coding http://www.codebits.com/ http://www.linkedin.com/in/codebits Writing tested complex code, so you don't have to! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
