[wsas-java-dev] [jira] Created: (WSAS-467) RM issue:NoClassDefFoundError: org/apache/axiom/om/util/CopyUtils when running client with -qos rm

Charitha Kankanamge (JIRA) jira at wso2.org
Fri Aug 31 03:18:48 PDT 2007


RM issue:NoClassDefFoundError: org/apache/axiom/om/util/CopyUtils when running client with -qos rm
--------------------------------------------------------------------------------------------------

                 Key: WSAS-467
                 URL: http://www.wso2.org/jira/browse/WSAS-467
             Project: WSO2 WSAS
          Issue Type: Bug
    Affects Versions: Nightly
         Environment: winxp, jdk15
            Reporter: Charitha Kankanamge
         Assigned To: sumedha rubasinghe
            Priority: Blocker


I'm getting following exception at client side when running commodity-quote client with rm. 

java.lang.NoClassDefFoundError: org/apache/axiom/om/util/CopyUtils
        at org.apache.sandesha2.util.SandeshaUtil.copySOAPEnvelope(SandeshaUtil.java:971)
        at org.apache.sandesha2.util.SandeshaUtil.cloneMessageContext(SandeshaUtil.java:946)
        at org.apache.sandesha2.msgprocessors.ApplicationMsgProcessor.addCreateSequenceMessage(ApplicationMsgProcessor.java:455)
        at org.apache.sandesha2.msgprocessors.ApplicationMsgProcessor.processOutMessage(ApplicationMsgProcessor.java:255)
        at org.apache.sandesha2.handlers.SandeshaOutHandler.invoke(SandeshaOutHandler.java:129)
        at org.apache.axis2.engine.Phase.invoke(Phase.java:292)
        at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:212)
        at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:377)
        at org.apache.axis2.description.OutInAxisOperationClient.sendAsync(OutInAxisOperation.java:284)
        at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:207)
        at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
        at org.wso2.wsas.sample.commodityquote.client.CommodityQuoteStub.startgetSymbols(CommodityQuoteStub.java:639)
        at org.wso2.wsas.sample.commodityquote.client.Client.doGetSymbols(Client.java:181)
        at org.wso2.wsas.sample.commodityquote.client.Client.start(Client.java:283)
        at org.wso2.wsas.sample.commodityquote.client.Client.main(Client.java:595)
org/apache/axiom/om/util/CopyUtils

Steps to reproduce:
===============
1. Build commodityquote sample
2. Engage sandesha2 in to CommodityQuote service
3. Execute run-client.bat -qos rm
4. Select operation 2 - Get Symbols

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        




More information about the Wsas-java-dev mailing list