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 "Andreas Veithen (JIRA)" <ji...@apache.org> on 2008/02/25 21:12:51 UTC

[jira] Commented: (AXIS2-3428) NullPointerException in HttpCoreNIOSender

    [ https://issues.apache.org/jira/browse/AXIS2-3428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12572204#action_12572204 ] 

Andreas Veithen commented on AXIS2-3428:
----------------------------------------

Michele,

Can you summarize the changes you did? (It is difficult to see this from the patch file)

As far as I can see, you made two changes:
1) Handle timeout differently since there is no exception object in that case.
2) Check for null MessageReceiver.

In the Synapse code base, the first problem was already corrected by SYNAPSE-205. For the second one, Oleg (who is the maintainer of this code) should provide feedback.


>  NullPointerException in HttpCoreNIOSender
> ------------------------------------------
>
>                 Key: AXIS2-3428
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3428
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.3
>         Environment: java 1.5, mac os x, axis2 1.3 (embedded)
>            Reporter: Michele Mazzucco
>            Priority: Critical
>         Attachments: AXIS2-3428.patch, axis2.xml, TestCaseAXIS2_3428.java, TestMultipleAsync.tar.gz
>
>
> Exception in thread "HttpCoreNIOSender" java.lang.NullPointerException
> 	at org.apache.axis2.transport.nhttp.HttpCoreNIOSender$2.handleError(HttpCoreNIOSender.java:442)
> 	at org.apache.axis2.transport.nhttp.HttpCoreNIOSender$2.failed(HttpCoreNIOSender.java:412)
> 	at org.apache.http.impl.nio.reactor.SessionRequestImpl.failed(SessionRequestImpl.java:139)
> 	at org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.processEvent(DefaultConnectingIOReactor.java:151)
> 	at org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.processEvents(DefaultConnectingIOReactor.java:131)
> 	at org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.execute(DefaultConnectingIOReactor.java:112)
> 	at org.apache.axis2.transport.nhttp.HttpCoreNIOSender.executeClientEngine(HttpCoreNIOSender.java:127)
> 	at org.apache.axis2.transport.nhttp.HttpCoreNIOSender.access$000(HttpCoreNIOSender.java:69)
> 	at org.apache.axis2.transport.nhttp.HttpCoreNIOSender$1.run(HttpCoreNIOSender.java:102)
> 	at java.lang.Thread.run(Thread.java:613)

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