You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Rafal Rusin (JIRA)" <ji...@apache.org> on 2009/03/18 22:45:50 UTC

[jira] Created: (ODE-555) Error handling in-out operations while WAIT is put inside process

Error handling in-out operations while WAIT is put inside process
-----------------------------------------------------------------

                 Key: ODE-555
                 URL: https://issues.apache.org/jira/browse/ODE-555
             Project: ODE
          Issue Type: Bug
          Components: Axis2 Integration
    Affects Versions: 1.3.1
         Environment: tomcat 6.6, standard Derby configuration
            Reporter: Rafal Rusin
             Fix For: 1.3.1
         Attachments: npe.log, rejectingInvocation-soapui-project.xml

Scenario 1:
receive initiate
reply to initiate
wait 10 sec.  (here comes request for op1, it's saved to db)
receive op1
reply to op1

After reply I got 
ERROR - GeronimoLog.error(108) |
java.lang.NullPointerException
        at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:186)
(see npe.log)


Scenario 2:
receive initiate
reply to initiate
receive op1 (here comes request for op1, it's dispatched immediately)
wait 10 sec.  
reply to op1

Here, I had process completion, but timeout waiting for response in client

For both scenarios, please use the same soapui test case. 


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


[jira] Assigned: (ODE-555) Error handling in-out operations while WAIT is put inside process

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

Rafal Rusin reassigned ODE-555:
-------------------------------

    Assignee: Rafal Rusin

> Error handling in-out operations while WAIT is put inside process
> -----------------------------------------------------------------
>
>                 Key: ODE-555
>                 URL: https://issues.apache.org/jira/browse/ODE-555
>             Project: ODE
>          Issue Type: Bug
>          Components: Axis2 Integration
>    Affects Versions: 1.3.2
>         Environment: tomcat 6.6, standard Derby configuration
>            Reporter: Rafal Rusin
>            Assignee: Rafal Rusin
>             Fix For: 1.3.4
>
>         Attachments: npe.log, rejectingInvocation-soapui-project.xml, rejectingInvocationScenario1.zip, rejectingInvocationScenario2.zip
>
>
> Scenario 1:
> receive initiate
> reply to initiate
> wait 10 sec.  (here comes request for op1, it's saved to db)
> receive op1
> reply to op1
> After reply I got 
> ERROR - GeronimoLog.error(108) |
> java.lang.NullPointerException
>         at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:186)
> (see npe.log)
> Scenario 2:
> receive initiate
> reply to initiate
> receive op1 (here comes request for op1, it's dispatched immediately)
> wait 10 sec.  
> reply to op1
> Here, I had process completion, but timeout waiting for response in client
> For both scenarios, please use the same soapui test case. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ODE-555) Error handling in-out operations while WAIT is put inside process

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

Alex Boisvert updated ODE-555:
------------------------------

    Fix Version/s:     (was: 1.3.3)
                   1.3.4

> Error handling in-out operations while WAIT is put inside process
> -----------------------------------------------------------------
>
>                 Key: ODE-555
>                 URL: https://issues.apache.org/jira/browse/ODE-555
>             Project: ODE
>          Issue Type: Bug
>          Components: Axis2 Integration
>    Affects Versions: 1.3.2
>         Environment: tomcat 6.6, standard Derby configuration
>            Reporter: Rafal Rusin
>             Fix For: 1.3.4
>
>         Attachments: npe.log, rejectingInvocation-soapui-project.xml, rejectingInvocationScenario1.zip, rejectingInvocationScenario2.zip
>
>
> Scenario 1:
> receive initiate
> reply to initiate
> wait 10 sec.  (here comes request for op1, it's saved to db)
> receive op1
> reply to op1
> After reply I got 
> ERROR - GeronimoLog.error(108) |
> java.lang.NullPointerException
>         at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:186)
> (see npe.log)
> Scenario 2:
> receive initiate
> reply to initiate
> receive op1 (here comes request for op1, it's dispatched immediately)
> wait 10 sec.  
> reply to op1
> Here, I had process completion, but timeout waiting for response in client
> For both scenarios, please use the same soapui test case. 

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


[jira] Updated: (ODE-555) Error handling in-out operations while WAIT is put inside process

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

Alexis Midon updated ODE-555:
-----------------------------

    Fix Version/s:     (was: 1.3.1)
                   1.3.2

> Error handling in-out operations while WAIT is put inside process
> -----------------------------------------------------------------
>
>                 Key: ODE-555
>                 URL: https://issues.apache.org/jira/browse/ODE-555
>             Project: ODE
>          Issue Type: Bug
>          Components: Axis2 Integration
>    Affects Versions: 1.3.1
>         Environment: tomcat 6.6, standard Derby configuration
>            Reporter: Rafal Rusin
>             Fix For: 1.3.2
>
>         Attachments: npe.log, rejectingInvocation-soapui-project.xml, rejectingInvocationScenario1.zip, rejectingInvocationScenario2.zip
>
>
> Scenario 1:
> receive initiate
> reply to initiate
> wait 10 sec.  (here comes request for op1, it's saved to db)
> receive op1
> reply to op1
> After reply I got 
> ERROR - GeronimoLog.error(108) |
> java.lang.NullPointerException
>         at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:186)
> (see npe.log)
> Scenario 2:
> receive initiate
> reply to initiate
> receive op1 (here comes request for op1, it's dispatched immediately)
> wait 10 sec.  
> reply to op1
> Here, I had process completion, but timeout waiting for response in client
> For both scenarios, please use the same soapui test case. 

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


[jira] Updated: (ODE-555) Error handling in-out operations while WAIT is put inside process

Posted by "Tammo van Lessen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tammo van Lessen updated ODE-555:
---------------------------------

    Fix Version/s: 1.3.5
                       (was: 1.3.4)

Postponed to 1.3.5.

> Error handling in-out operations while WAIT is put inside process
> -----------------------------------------------------------------
>
>                 Key: ODE-555
>                 URL: https://issues.apache.org/jira/browse/ODE-555
>             Project: ODE
>          Issue Type: Bug
>          Components: Axis2 Integration
>    Affects Versions: 1.3.2
>         Environment: tomcat 6.6, standard Derby configuration
>            Reporter: Rafal Rusin
>            Assignee: Rafal Rusin
>             Fix For: 1.3.5
>
>         Attachments: npe.log, rejectingInvocation-soapui-project.xml, rejectingInvocationScenario1.zip, rejectingInvocationScenario2.zip
>
>
> Scenario 1:
> receive initiate
> reply to initiate
> wait 10 sec.  (here comes request for op1, it's saved to db)
> receive op1
> reply to op1
> After reply I got 
> ERROR - GeronimoLog.error(108) |
> java.lang.NullPointerException
>         at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:186)
> (see npe.log)
> Scenario 2:
> receive initiate
> reply to initiate
> receive op1 (here comes request for op1, it's dispatched immediately)
> wait 10 sec.  
> reply to op1
> Here, I had process completion, but timeout waiting for response in client
> For both scenarios, please use the same soapui test case. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ODE-555) Error handling in-out operations while WAIT is put inside process

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

Rafal Rusin updated ODE-555:
----------------------------

    Attachment: npe.log
                rejectingInvocation-soapui-project.xml

> Error handling in-out operations while WAIT is put inside process
> -----------------------------------------------------------------
>
>                 Key: ODE-555
>                 URL: https://issues.apache.org/jira/browse/ODE-555
>             Project: ODE
>          Issue Type: Bug
>          Components: Axis2 Integration
>    Affects Versions: 1.3.1
>         Environment: tomcat 6.6, standard Derby configuration
>            Reporter: Rafal Rusin
>             Fix For: 1.3.1
>
>         Attachments: npe.log, rejectingInvocation-soapui-project.xml
>
>
> Scenario 1:
> receive initiate
> reply to initiate
> wait 10 sec.  (here comes request for op1, it's saved to db)
> receive op1
> reply to op1
> After reply I got 
> ERROR - GeronimoLog.error(108) |
> java.lang.NullPointerException
>         at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:186)
> (see npe.log)
> Scenario 2:
> receive initiate
> reply to initiate
> receive op1 (here comes request for op1, it's dispatched immediately)
> wait 10 sec.  
> reply to op1
> Here, I had process completion, but timeout waiting for response in client
> For both scenarios, please use the same soapui test case. 

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


[jira] Updated: (ODE-555) Error handling in-out operations while WAIT is put inside process

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

Rafal Rusin updated ODE-555:
----------------------------

    Attachment: rejectingInvocationScenario2.zip
                rejectingInvocationScenario1.zip

Sorry for calling it rejectingInvocation, it's misleading here.

> Error handling in-out operations while WAIT is put inside process
> -----------------------------------------------------------------
>
>                 Key: ODE-555
>                 URL: https://issues.apache.org/jira/browse/ODE-555
>             Project: ODE
>          Issue Type: Bug
>          Components: Axis2 Integration
>    Affects Versions: 1.3.1
>         Environment: tomcat 6.6, standard Derby configuration
>            Reporter: Rafal Rusin
>             Fix For: 1.3.1
>
>         Attachments: npe.log, rejectingInvocation-soapui-project.xml, rejectingInvocationScenario1.zip, rejectingInvocationScenario2.zip
>
>
> Scenario 1:
> receive initiate
> reply to initiate
> wait 10 sec.  (here comes request for op1, it's saved to db)
> receive op1
> reply to op1
> After reply I got 
> ERROR - GeronimoLog.error(108) |
> java.lang.NullPointerException
>         at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:186)
> (see npe.log)
> Scenario 2:
> receive initiate
> reply to initiate
> receive op1 (here comes request for op1, it's dispatched immediately)
> wait 10 sec.  
> reply to op1
> Here, I had process completion, but timeout waiting for response in client
> For both scenarios, please use the same soapui test case. 

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