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 2008/01/24 13:11:35 UTC

[jira] Created: (AXIS2-3473) HTTP NIO fails to process response

HTTP NIO fails to process response
----------------------------------

                 Key: AXIS2-3473
                 URL: https://issues.apache.org/jira/browse/AXIS2-3473
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: transports
    Affects Versions: 1.3
         Environment: axis2 1.3, linux, sun jdk 1.5
            Reporter: Michele Mazzucco
            Priority: Critical


ERROR 11:26:53,700 (ClientWorker.java:176) - Fault processing response message through Axis2
org.apache.axis2.AxisFault: Cannot identify correct Callback object. RelatesTo is null
        at org.apache.axis2.util.CallbackReceiver.receive(CallbackReceiver.java:62)
        at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:145)
        at org.apache.axis2.transport.nhttp.ClientWorker.run(ClientWorker.java:174)
        at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
        at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
        at java.lang.Thread.run(Thread.java:595)


The error is thrown at message arrival.


-- 
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-3473) HTTP NIO fails to process response

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

Asankha C. Perera resolved AXIS2-3473.
--------------------------------------

    Resolution: Won't Fix
      Assignee: Asankha C. Perera

HTTP/S NIO is not within the Axis2 project anymore. If there is any issue, please use the latest version from Synapse

> HTTP NIO fails to process response
> ----------------------------------
>
>                 Key: AXIS2-3473
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3473
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: transports
>    Affects Versions: 1.3
>         Environment: axis2 1.3, linux, sun jdk 1.5
>            Reporter: Michele Mazzucco
>            Assignee: Asankha C. Perera
>            Priority: Critical
>
> ERROR 11:26:53,700 (ClientWorker.java:176) - Fault processing response message through Axis2
> org.apache.axis2.AxisFault: Cannot identify correct Callback object. RelatesTo is null
>         at org.apache.axis2.util.CallbackReceiver.receive(CallbackReceiver.java:62)
>         at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:145)
>         at org.apache.axis2.transport.nhttp.ClientWorker.run(ClientWorker.java:174)
>         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
>         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
>         at java.lang.Thread.run(Thread.java:595)
> The error is thrown at message arrival.

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