Re: Fwd: Bug 56684 - java7: java.net.SocketTimeoutException: Accept timed out

2017-07-06 Thread Mark Thomas
On 06/07/17 13:22, Gagandeep Singh wrote:
> Hi All,
> 
> This is regarding the tomcat bug mentioned in subject. I have few questions
> as below regarding the same. Could anyone please help me understand.
> 
> - Would this issue only occur when the server has not been accessed for 50
> days, as I think it should reset the accept timer once it gets any request
> because a new accept() would be called then.

Yes.

> - Is there a way this issue can be reproduced quickly so that we don't have
> to wait for 50 days to see the issue ?

None I am aware of.

> - And would there be a way to check if the issue has been fixed after
> tomcat upgrade, other than waiting again for 50 days ?

None I am aware of.

Mark

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Fwd: Bug 56684 - java7: java.net.SocketTimeoutException: Accept timed out

2017-07-06 Thread Gagandeep Singh
Hi All,

This is regarding the tomcat bug mentioned in subject. I have few questions
as below regarding the same. Could anyone please help me understand.

- Would this issue only occur when the server has not been accessed for 50
days, as I think it should reset the accept timer once it gets any request
because a new accept() would be called then.

- Is there a way this issue can be reproduced quickly so that we don't have
to wait for 50 days to see the issue ?

- And would there be a way to check if the issue has been fixed after
tomcat upgrade, other than waiting again for 50 days ?


Kind Regards,
Gagandeep Singh


Re: java.net.SocketTimeoutException: Accept timed out

2014-08-04 Thread fachhoch
I think my errror is similar to one error reported in 
https://issues.apache.org/bugzilla/show_bug.cgi?id=56684

I got the error after   50 days as mentioned in the bug, 

I am using jdk 7 64-bit and tomcat 7.0.52, is this fixed in 7.0.55?
Please advice tomcat 7.0.55 has fix for this issue?







--
View this message in context: 
http://tomcat.10.x6.nabble.com/error-in-logs-and-application-got-undeployed-tp5020214p5020746.html
Sent from the Tomcat - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: java.net.SocketTimeoutException: Accept timed out

2014-08-04 Thread Caldarale, Charles R
 From: fachhoch [mailto:fachh...@gmail.com] 
 Subject: Re: java.net.SocketTimeoutException: Accept timed out

 I think my errror is similar to one error reported in 
 https://issues.apache.org/bugzilla/show_bug.cgi?id=56684

 I am using jdk 7 64-bit and tomcat 7.0.52, is this fixed in 7.0.55?
 Please advice tomcat 7.0.55 has fix for this issue?

If you read the bug report, it says this:

The workaround and simple debug code was pretty simple so I have backported it 
to 7.0.x (it will be in 7.0.55 onwards) and proposed if for 6.0.x.

What part don't you understand?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: java.net.SocketTimeoutException: Accept timed out

2014-08-04 Thread fachhoch
Thank you for trying to help, my confusion 

proposed if for 6.0.x. (  the bug was filed for version 6.0.xx  and a
fix   was proposed but did not  commit the fix  in version 6.0...x )


it will be in 7.0.55 onwards  (does this mean fix will be available from 
7.0.55  version onwards? )


backported it to 7.0.x(I cannot understand why?)


Sorry for me being a pain, appreciate all your help.






--
View this message in context: 
http://tomcat.10.x6.nabble.com/error-in-logs-and-application-got-undeployed-tp5020214p5020749.html
Sent from the Tomcat - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: java.net.SocketTimeoutException: Accept timed out

2014-08-04 Thread Caldarale, Charles R
 From: fachhoch [mailto:fachh...@gmail.com] 
 Subject: RE: java.net.SocketTimeoutException: Accept timed out

 proposed if for 6.0.x. (  the bug was filed for version 6.0.xx  and a
 fix   was proposed but did not  commit the fix  in version 6.0...x )

It was committed in 6.0.42.

 it will be in 7.0.55 onwards  (does this mean fix will be available from 
 7.0.55  version onwards? )

Yes.

 backported it to 7.0.x(I cannot understand why?)

Fixes are first put into trunk (currently the 8.0.x level), then backported to 
other currently supported levels, newer ones first.  The progression was 
8.0.10, then 7.0.55, then 6.0.42.  The bugzilla entry is not marked closed 
until the fix has been committed to all supported levels.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



java.net.SocketTimeoutException: Accept timed out

2014-07-22 Thread fachhoch
Any Ideas what is causing this exception?, Is this anything to  do with
increase ulimit?




--
View this message in context: 
http://tomcat.10.x6.nabble.com/error-in-logs-and-application-got-undeployed-tp5020214p5020244.html
Sent from the Tomcat - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: java.net.SocketTimeoutException: Accept timed out

2014-07-22 Thread André Warnier

fachhoch wrote:

Any Ideas what is causing this exception?, Is this anything to  do with
increase ulimit?



Googling for tcp accept state seems to provide some info.
Googling for java.net.SocketTimeoutException: Accept timed out also works.





--
View this message in context: 
http://tomcat.10.x6.nabble.com/error-in-logs-and-application-got-undeployed-tp5020214p5020244.html
Sent from the Tomcat - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org





-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org