connection timeouts mod_jk 1.2.9

2005-03-21 Thread Sander de Boer
Hi All, The beta mod_jk 1.2.9(and older) produce a lot of errors like this: [EMAIL PROTECTED] # tail catalina.out Mar 21, 2005 12:48:07 PM org.apache.jk.common.ChannelSocket processConnection INFO: connection timeout reached This is not solved yet, so what can I do about them?

Re: connection timeouts mod_jk 1.2.9

2005-03-21 Thread Mladen Turk
Sander de Boer wrote: The beta mod_jk 1.2.9(and older) produce a lot of errors like this: INFO: connection timeout reached Without configuration files, Apache version, OS, etc..., it's hard to tell, but I suspect that you have some problems with either your clients being slow for the connection

Re: connection timeouts mod_jk 1.2.9

2005-03-21 Thread Sander de Boer
Hi Mladen, System: Solaris 8 Apache: 2.0.53 Mod_jk: 1.2.9(or older) Tomcat: 5.0.30 (different machine) workers.properties: attached tomcat's server.xml Connector port=8082 minProcessors=150 maxProcessors=255 enableLookups=false acceptCount=10

Re: connection timeouts mod_jk 1.2.9

2005-03-21 Thread Mladen Turk
Sander de Boer wrote: Connector port=8082 minProcessors=150 maxProcessors=255 enableLookups=false acceptCount=10 debug=0 connectionTimeout=3 disableUploadTimeout=true protocol=AJP/1.3 / The docs says socket_timeout

Re: connection timeouts mod_jk 1.2.9

2005-03-21 Thread sander
The problem is with Tomcat, not with the mod_jk. Try to add socketTimeout=3 (30 sec.) to the AJP connector. The INFO message is related to the Tomat's socket.read throwing timeout exception. Tell me if that helped. If have added the socketTimeout option: Connector port=8082

Re: connection timeouts mod_jk 1.2.9

2005-03-21 Thread Mladen Turk
sander wrote: If have added the socketTimeout option: Connector port=8082 minProcessors=150 maxProcessors=255 enableLookups=false acceptCount=10 debug=0 connectionTimeout=3 disableUploadTimeout=true socketTimeout=3

Re: connection timeouts mod_jk 1.2.9

2005-03-21 Thread sander
So, you still have 'connection timeout reached'? yeah No, you said that the 1.2.9 behaved like that as well. So I suppose 1.2.8 and 1.2.6 do that as well? 1.2.8 and 1.2.9 in any case. I have 1.2.6 not tested yet. Also inside your workers.properties you have: # Specifies the load balance factor

Re: connection timeouts mod_jk 1.2.9

2005-03-21 Thread sander
oeps wrong url: http://www.mail-archive.com/tomcat-dev%40jakarta.apache.org/msg69476.html - Original Message - From: Mladen Turk [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Monday, March 21, 2005 6:33 PM Subject: Re: connection timeouts mod_jk 1.2.9