Thanks for the info.

I would suggest:

Increase JkLogLevel to info. This will most likely give us some more
information about what's happening. Don't use multiple JkLogLevel
directives with different values, as you do at the moment.

If it is possible for you, also update to mod_jk 1.2.19.

Check what happens, if you increase your socket_timeout.

... and finally: there is a protocol named ajp14 that was never
finished. It's somehow misleading to name an ajp13 worker ajp14 :)

mast schrieb:
> there is nothing else on the log except many msg like that :
> [Tue Nov 21 17:40:41 2006] [error] ajp_service::jk_ajp_common.c (1758):
> Error connecting to tomcat. Tomcat is probably not started or is liste
> ning on the wrong port. worker=ajp14 failed
> [Tue Nov 21 17:41:10 2006] [error] ajp_service::jk_ajp_common.c (1758):
> Error connecting to tomcat. Tomcat is probably not started or is liste
> ning on the wrong port. worker=ajp14 failed
> [Tue Nov 21 17:41:14 2006] [error] ajp_service::jk_ajp_common.c (1758):
> Error connecting to tomcat. Tomcat is probably not started or is liste
> ning on the wrong port. worker=ajp14 failed
> [Tue Nov 21 17:41:31 2006] [error] ajp_service::jk_ajp_common.c (1758):
> Error connecting to tomcat. Tomcat is probably not started or is liste
> ning on the wrong port. worker=ajp14 failed
> 
> then some hours and again the same msg
> for the jk conf
> 
> worker.ajp14.port=9550
> worker.ajp14.host=localhost
> worker.ajp14.type=ajp13
> worker.ajp14.lbfactor=50
> worker.ajp14.cache_timeout=100
> worker.ajp14.socket_keepalive=1
> worker.ajp14.socket_timeout=30
> 
> Apache/2.0.59 tomcat 5.5.9 and 5.5.17 (they both do that)
> most of the config is the default configuration, this do the same thing
> on tomcat 5.5.
> for apache config :
> <IfModule mod_jk.c>
> JkWorkersFile /usr/local/tomcat5/conf/workers2.properties
> JkLogFile  /var/log/jk.log
> JkLogLevel emerg
> JkLogLevel error
> </IfModule>
> 
> and i call in the vhost tomcat like that Jkmount /* ajp14
> 
> OS : FreeBSD
> 
> it s mod_jk 1.2.15
> thx
> 
> 
> ----- Original Message ----- From: "Rainer Jung" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <users@tomcat.apache.org>
> Sent: Tuesday, November 21, 2006 4:23 PM
> Subject: Re: tomcat stop working for some minute regulary
> 
> 
>> Please post your mod_jk config (Webserver part, eg. Jk* directoves in
>> httpd.conf, workers.properties, other relevant config and the connector
>> element of the AJP connector in your timcat's server.xml). Also give us
>> the version numbers of apache, tomcat, mod_jk and your OS. Finally: is
>> there anything elso in your mod_jk log or your tomcat logs around the
>> time of the problem?
>>
>> [EMAIL PROTECTED] schrieb:
>>> Hi, since few weeks i have a strange problem, sometimes tomcat stop
>>> working and then come back (the site is unreachable and come back few mn
>>> after)
>>> In the log i have :
>>> [Tue Nov 21 15:03:11 2006] [error] ajp_service::jk_ajp_common.c (1758):
>>> Error connecting to tomcat. Tomcat is probably not started or is
>>> listening
>>> on the wrong port. worker=ajp14 failed
>>>
>>> what could be the cause of that? (because tomcat is still listening)
>>> Thanks
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To start a new topic, e-mail: users@tomcat.apache.org
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to