You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Upul Godage (JIRA)" <ji...@apache.org> on 2007/10/12 11:30:50 UTC

[jira] Created: (AXIS2-3270) Throws NullPointerException in RPCMessageReceiver when handling Exception in catch block; real stack trace is lost

Throws NullPointerException in RPCMessageReceiver when handling Exception in catch block; real stack trace is lost 
-------------------------------------------------------------------------------------------------------------------

                 Key: AXIS2-3270
                 URL: https://issues.apache.org/jira/browse/AXIS2-3270
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
            Reporter: Upul Godage


2007-10-11 09:51:47,944 [-] [I/O dispatcher 7] DEBUG ServerHandler HTTP connection [/127.0.0.1:59896]: Content decoder [chunk-coded; completed: true]
Exception in thread "HttpServerWorker-1" 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.synapse.transport.nhttp.ServerWorker.processPost(ServerWorker.java:211)
        at org.apache.synapse.transport.nhttp.ServerWorker.run(ServerWorker.java:175)
        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)
2007-10-11 09:52:47,890 [-] [I/O dispatcher 7] DEBUG ServerHandler HTTP connection [closed]: Closed

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-3270) Throws NullPointerException in RPCMessageReceiver when handling Exception in catch block; real stack trace is lost

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe resolved AXIS2-3270.
--------------------------------------

    Resolution: Fixed

Applied the patch , thx for the patch.

Thanks
Deepal

> Throws NullPointerException in RPCMessageReceiver when handling Exception in catch block; real stack trace is lost 
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3270
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3270
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Upul Godage
>         Attachments: AXIS2-3270.patch
>
>
> 2007-10-11 09:51:47,944 [-] [I/O dispatcher 7] DEBUG ServerHandler HTTP connection [/127.0.0.1:59896]: Content decoder [chunk-coded; completed: true]
> Exception in thread "HttpServerWorker-1" 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.synapse.transport.nhttp.ServerWorker.processPost(ServerWorker.java:211)
>         at org.apache.synapse.transport.nhttp.ServerWorker.run(ServerWorker.java:175)
>         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)
> 2007-10-11 09:52:47,890 [-] [I/O dispatcher 7] DEBUG ServerHandler HTTP connection [closed]: Closed

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-3270) Throws NullPointerException in RPCMessageReceiver when handling Exception in catch block; real stack trace is lost

Posted by "Upul Godage (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Upul Godage updated AXIS2-3270:
-------------------------------

    Attachment: AXIS2-3270.patch

patch attached

> Throws NullPointerException in RPCMessageReceiver when handling Exception in catch block; real stack trace is lost 
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3270
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3270
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Upul Godage
>         Attachments: AXIS2-3270.patch
>
>
> 2007-10-11 09:51:47,944 [-] [I/O dispatcher 7] DEBUG ServerHandler HTTP connection [/127.0.0.1:59896]: Content decoder [chunk-coded; completed: true]
> Exception in thread "HttpServerWorker-1" 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.synapse.transport.nhttp.ServerWorker.processPost(ServerWorker.java:211)
>         at org.apache.synapse.transport.nhttp.ServerWorker.run(ServerWorker.java:175)
>         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)
> 2007-10-11 09:52:47,890 [-] [I/O dispatcher 7] DEBUG ServerHandler HTTP connection [closed]: Closed

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org