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 2007/07/11 18:09:04 UTC

[jira] Created: (AXIS2-2945) Connections are not released promply

Connections are not released promply
------------------------------------

                 Key: AXIS2-2945
                 URL: https://issues.apache.org/jira/browse/AXIS2-2945
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
    Affects Versions: 1.1.1
         Environment: linux SMP kernel 2.6.14, java 1.5, axis2 1.1.1 nighlty, tomcat 5.5.20
            Reporter: Michele Mazzucco
            Priority: Blocker


Using netstat -na I see a huge number of connections in TIME_WAIT state (tomcat is configured with a timeout of 20 seconds). I don't know whether this issue is related to the server (kernel) or the client api (the server sends messages as well)

-- 
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-2945) Connections are not released promply

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

Glen Daniels resolved AXIS2-2945.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.1

Marking this as resolved for now, based on testing by several people who were seeing this and now aren't.

If the problem persists for you, please feel free to reopen and detail.

> Connections are not released promply
> ------------------------------------
>
>                 Key: AXIS2-2945
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2945
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>         Environment: linux SMP kernel 2.6.14, java 1.5, axis2 1.1.1 nighlty, tomcat 5.5.20
>            Reporter: Michele Mazzucco
>            Priority: Critical
>             Fix For: 1.5.1
>
>
> Using netstat -na I see a huge number of connections in TIME_WAIT state (tomcat is configured with a timeout of 20 seconds). I don't know whether this issue is related to the server (kernel) or the client api (the server sends messages as well)

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


[jira] Commented: (AXIS2-2945) Connections are not released promply

Posted by "Glen Daniels (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12726945#action_12726945 ] 

Glen Daniels commented on AXIS2-2945:
-------------------------------------

Michele, I just checked in what I think is a fix for this into the 1.5 branch - I'll be updating the version to 1.5.1 and putting out some nightlies soon, but in the meanwhile could you try building the 1.5 branch and seeing if it resolves the problem?  The main difference is that we're now sharing a single HTTPClient instance across each ConfigurationContext, as recommended by the HTTPClient docs.

> Connections are not released promply
> ------------------------------------
>
>                 Key: AXIS2-2945
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2945
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>         Environment: linux SMP kernel 2.6.14, java 1.5, axis2 1.1.1 nighlty, tomcat 5.5.20
>            Reporter: Michele Mazzucco
>            Priority: Critical
>
> Using netstat -na I see a huge number of connections in TIME_WAIT state (tomcat is configured with a timeout of 20 seconds). I don't know whether this issue is related to the server (kernel) or the client api (the server sends messages as well)

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


[jira] Resolved: (AXIS2-2945) Connections are not released promply

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

Deepal Jayasinghe resolved AXIS2-2945.
--------------------------------------

    Resolution: Fixed

Hi ,
The mentioned issue is fixed in Axis2 1.3 RC1, you can do it two ways
 - Call the "cleanupTransport" in service client
option.setCallTransportCleanup(true)


Please test with RC1 and reopen the issues it is still there.


Thanks
Deepal

> Connections are not released promply
> ------------------------------------
>
>                 Key: AXIS2-2945
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2945
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>         Environment: linux SMP kernel 2.6.14, java 1.5, axis2 1.1.1 nighlty, tomcat 5.5.20
>            Reporter: Michele Mazzucco
>            Priority: Blocker
>
> Using netstat -na I see a huge number of connections in TIME_WAIT state (tomcat is configured with a timeout of 20 seconds). I don't know whether this issue is related to the server (kernel) or the client api (the server sends messages as well)

-- 
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] Reopened: (AXIS2-2945) Connections are not released promply

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

Michele Mazzucco reopened AXIS2-2945:
-------------------------------------


> Connections are not released promply
> ------------------------------------
>
>                 Key: AXIS2-2945
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2945
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>         Environment: linux SMP kernel 2.6.14, java 1.5, axis2 1.1.1 nighlty, tomcat 5.5.20
>            Reporter: Michele Mazzucco
>            Priority: Blocker
>
> Using netstat -na I see a huge number of connections in TIME_WAIT state (tomcat is configured with a timeout of 20 seconds). I don't know whether this issue is related to the server (kernel) or the client api (the server sends messages as well)

-- 
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] Updated: (AXIS2-2945) Connections are not released promply

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

Davanum Srinivas updated AXIS2-2945:
------------------------------------

    Priority: Critical  (was: Blocker)

> Connections are not released promply
> ------------------------------------
>
>                 Key: AXIS2-2945
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2945
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>         Environment: linux SMP kernel 2.6.14, java 1.5, axis2 1.1.1 nighlty, tomcat 5.5.20
>            Reporter: Michele Mazzucco
>            Priority: Critical
>
> Using netstat -na I see a huge number of connections in TIME_WAIT state (tomcat is configured with a timeout of 20 seconds). I don't know whether this issue is related to the server (kernel) or the client api (the server sends messages as well)

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