You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Evanthika Amarasiri (JIRA)" <ji...@apache.org> on 2008/05/09 12:42:55 UTC

[jira] Closed: (SYNAPSE-132) NullpointerException thrown from the server side when invoking a second service which is different to the first service

     [ https://issues.apache.org/jira/browse/SYNAPSE-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Evanthika Amarasiri closed SYNAPSE-132.
---------------------------------------


No exceptions are thrown as explained in the issues. Tested on 1.2_QA_B1. The issue will be closed

> NullpointerException thrown from the server side when invoking a second service which is different to the first service
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-132
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-132
>             Project: Synapse
>          Issue Type: Bug
>          Components: Core
>         Environment: Windows XP, JDK1.5.0_06
>            Reporter: Evanthika Amarasiri
>            Assignee: Asankha C. Perera
>             Fix For: 1.1-QA-B3
>
>
> Below are the steps followed to reproduce the issue
> 1. Deploy the relevant services. (SimpleStockQuoteService, SecureStockQuoteService, MTOMSwASampleService, etc)
> 2. Start a sample which invokes a particular service (E.g.:- Sample 50 which invokes "SecureStockQuoteService")
> 3. Send a request
> 4. Start another sample which invokes a different service (Sample 52 which invokes "SimpleStockQuoteService")
> 5. When sending the request through the client, a NullpointerException is thrown
> Exception in thread "HttpServerWorker-2" java.lang.NullPointerException
>         at org.apache.axis2.rpc.receivers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:158)
>         at org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:40)
>         at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:96)
>         at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:145)
>         at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:275)
>         at org.apache.axis2.transport.nhttp.ServerWorker.processPost(ServerWorker.java:210)
>         at org.apache.axis2.transport.nhttp.ServerWorker.run(ServerWorker.java:174)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
>         at java.lang.Thread.run(Thread.java:595)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org