apache-httpd sample fails - missing xstream1.1.2 .jar in the RC Build (is that 
the right version of jar)
--------------------------------------------------------------------------------------------------------

                 Key: MUSE-96
                 URL: http://issues.apache.org/jira/browse/MUSE-96
             Project: Muse
          Issue Type: Test
    Affects Versions: 2.0.0
         Environment: OS: Windows
Eclipse 3.2
Sun Java 1.4.2_12
Muse RCBuild :7th september
            Reporter: Karthikeyan Sankaran
         Assigned To: Dan Jemiolo


The xstream1.1.2 .jar is missing as part of the latest RC build on the muse 
site. 

===================================================================================
The console error is: ( with missing jar)

java.lang.NoClassDefFoundError: 
com/thoughtworks/xstream/io/HierarchicalStreamReader
        at 
org.apache.muse.test.http.remote.HttpServerClient.<clinit>(HttpServerClient.java:178)
        at 
org.apache.muse.test.http.testapp.HttpServerTestApp.main(HttpServerTestApp.java:82)
===================================================================================

When i replaced the missing xstream .jar with xstream1.1.2 ( not sure if this 
verison of jar is the correct one) the following was encountered.
==============================================================================================
Console:
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://9.182.81.95: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:8786c4b5-1b82-41bb-2f57-14e0e1da6be9</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>
        <muse-wsa:ResourceId
            xmlns:muse-wsa="http://ws.apache.org/muse/addressing";
            xmlns:wsa="http://www.w3.org/2005/08/addressing"; 
wsa:IsReferenceParameter="true">MuseResource-1</muse-wsa:ResourceId>
    </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://9.182.81.95:2000/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(HttpServerClient.java:104)
        at 
org.apache.muse.test.http.testapp.HttpServerTestApp.main(HttpServerTestApp.java:89)
=========================================================================================
Soap monitor :Request

<?xml version="1.0" encoding="UTF-8"?>
<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://9.182.81.95: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:8786c4b5-1b82-41bb-2f57-14e0e1da6be9</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>
        <muse-wsa:ResourceId 
xmlns:muse-wsa="http://ws.apache.org/muse/addressing"; 
xmlns:wsa="http://www.w3.org/2005/08/addressing"; 
wsa:IsReferenceParameter="true">MuseResource-1</muse-wsa:ResourceId>
    </soap:Header>
    <soap:Body>
        <http:Start xmlns:http="http://ws.apache.org/muse/test/http-server"/>
    </soap:Body>
</soap:Envelope>
=============================================================================================

SoapMonitor : response

<?xml version="1.0" encoding="http://www.w3.org/2003/05/soap-envelope";?>
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"; 
xmlns:wsa="http://www.w3.org/2005/08/addressing";>
<soapenv:Header>
<wsa:ReplyTo>
<wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address>
</wsa:ReplyTo>
<wsa:MessageID>urn:uuid:5A069BBA257F2B0F1C11577175545623</wsa:MessageID>
<wsa:Action>http://www.w3.org/2005/08/addressing/fault</wsa:Action>
<wsa:RelatesTo 
wsa:RelationshipType="http://www.w3.org/2005/08/addressing/reply";>uuid:8786c4b5-1b82-41bb-2f57-14e0e1da6be9</wsa:RelatesTo>
</soapenv:Header>
<soapenv:Body>
<soapenv:Fault>
<soapenv:Code>
<soapenv:Value>soapenv:Sender</soapenv:Value>
</soapenv:Code>
<soapenv:Reason>
<soapenv:Text xml:lang="en-US">unknown</soapenv:Text>
</soapenv:Reason>
<soapenv:Detail>
<Exception>org.apache.axis2.AxisFault&#13;
        at 
org.apache.axis2.receivers.RawXMLINOutMessageReceiver.invokeBusinessLogic(RawXMLINOutMessageReceiver.java:102)&#13;
        at 
org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver.receive(AbstractInOutSyncMessageReceiver.java:37)&#13;
        at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:480)&#13;
        at 
org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:284)&#13;
        at 
org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:136)&#13;
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)&#13;
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)&#13;
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)&#13;
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)&#13;
        at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)&#13;
        at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)&#13;
        at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)&#13;
        at 
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)&#13;
        at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)&#13;
        at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)&#13;
        at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)&#13;
        at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)&#13;
        at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)&#13;
        at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)&#13;
        at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)&#13;
        at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)&#13;
        at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)&#13;
        at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)&#13;
        at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)&#13;
        at 
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)&#13;
        at 
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)&#13;
        at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)&#13;
        at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)&#13;
        at 
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)&#13;
        at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)&#13;
        at java.lang.Thread.run(Unknown Source)&#13;
</Exception>
</soapenv:Detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
==============================================================================================

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to