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 "Akhila (JIRA)" <ji...@apache.org> on 2008/10/15 14:01:44 UTC

[jira] Created: (AXIS2-4083) Main goes to 'Zombie' state while running dual client

Main goes to 'Zombie' state while running dual client
-----------------------------------------------------

                 Key: AXIS2-4083
                 URL: https://issues.apache.org/jira/browse/AXIS2-4083
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: samples
    Affects Versions: 1.4.1
         Environment: Microsoft Windows XP version 2002 - SP2 , NetBeans 6.1
            Reporter: Akhila
            Priority: Critical


While running Echo client ( blocking and non-blocking , dual ) , the main thread goes to 'Zombie' state . This occurs after all the process in main application have run successfully .

-- 
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] Commented: (AXIS2-4083) Main goes to 'Zombie' state while running dual client

Posted by "Sharath Reddy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671784#action_12671784 ] 

Sharath Reddy commented on AXIS2-4083:
--------------------------------------

I didn't have any problems running these clients with 1.4.1. 

I deployed the service in Tomcat, and I ran the clients from the command line using Ant : ant run.client.nonblockingdual


> Main goes to 'Zombie' state while running dual client
> -----------------------------------------------------
>
>                 Key: AXIS2-4083
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4083
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: samples
>    Affects Versions: 1.4.1
>         Environment: Microsoft Windows XP version 2002 - SP2 , NetBeans 6.1
>            Reporter: Akhila
>            Priority: Critical
>
> While running Echo client ( blocking and non-blocking , dual ) , the main thread goes to 'Zombie' state . This occurs after all the process in main application have run successfully .

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


[jira] Commented: (AXIS2-4083) Main goes to 'Zombie' state while running dual client

Posted by "Sharath Reddy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674211#action_12674211 ] 

Sharath Reddy commented on AXIS2-4083:
--------------------------------------

Yes, there is an issue. Original poster was correct. 

What seems to be happening is that the client launches another thread to send and receive message. The response is received from the server, and the 'main' method exits, but there is still a thread hanging around - probably the thread launched to handle the send/receive. 

As a result, the process does not end and has to be manually terminated. 



> Main goes to 'Zombie' state while running dual client
> -----------------------------------------------------
>
>                 Key: AXIS2-4083
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4083
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: samples
>    Affects Versions: 1.4.1
>         Environment: Microsoft Windows XP version 2002 - SP2 , NetBeans 6.1
>            Reporter: Akhila
>            Priority: Critical
>
> While running Echo client ( blocking and non-blocking , dual ) , the main thread goes to 'Zombie' state . This occurs after all the process in main application have run successfully .

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