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 "Michele Mazzucco (JIRA)" <ji...@apache.org> on 2009/02/27 15:47:12 UTC

[jira] Commented: (AXIS2-3514) HttpCoreNIOSender throws NullPointerException

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

Michele Mazzucco commented on AXIS2-3514:
-----------------------------------------

Asankha, I'm not sure this is the right way to proceed (at least, this bug should be linked to Synapse, not closed!):
1 - Swapping libraries is tedious and error prone, for example the axis2.xml needs to be updated as well as all the references in the source code
2 - Are you sure these bugs have been fixed in the latest version of Synapse?

> HttpCoreNIOSender throws NullPointerException
> ---------------------------------------------
>
>                 Key: AXIS2-3514
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3514
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: transports
>    Affects Versions: 1.3
>         Environment: java 1.5, linux, axis2 1.3
>            Reporter: Michele Mazzucco
>            Assignee: Asankha C. Perera
>            Priority: Critical
>
> After a couple of minutes of use the system failed with the following error
> ERROR 10:04:09,557 (ClientHandler.java:348) - Received an internal server error : Internal Server Error
> ERROR 10:04:09,557 (ClientHandler.java:348) - Received an internal server error : Internal Server Error
> ERROR 10:04:09,557 (ClientHandler.java:348) - Received an internal server error : Internal Server Error
> Exception in thread "HttpCoreNIOSender" java.lang.NullPointerException
>         at org.apache.axis2.transport.nhttp.ClientHandler.inputReady(ClientHandler.java:236)
>         at org.apache.axis2.transport.nhttp.LoggingNHttpClientHandler.inputReady(LoggingNHttpClientHandler.java:113)
>         at org.apache.http.impl.nio.DefaultNHttpClientConnection.consumeInput(DefaultNHttpClientConnection.java:111)
>         at org.apache.axis2.transport.nhttp.PlainClientIOEventDispatch.inputReady(PlainClientIOEventDispatch.java:71)
>         at org.apache.http.impl.nio.reactor.BaseIOReactor.readable(BaseIOReactor.java:68)
>         at org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvent(AbstractIOReactor.java:160)
>         at org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvents(AbstractIOReactor.java:145)
>         at org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:127)
>         at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:162)
>         at java.lang.Thread.run(Thread.java:595)
> line 236 is
> sink.write(inbuf);

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