FW: Tomcat ModJK Issues!!!

2008-04-23 Thread Razat Gupta (razgupta)


Hi All

Can any one help me on this, I am posting it for the second time.

Regards
Razat

-Original Message-
From: Razat Gupta (razgupta) 
Sent: Thursday, April 17, 2008 12:19 PM
To: users@tomcat.apache.org
Subject: Tomcat ModJK Issues!!!

 

Hi All,

 

We are using Tomcat 4.1.29, Apache 1.3 and modjk in our project.

Sometimes, we got the following message in Catalina logs:-


No processor available, rejecting this connection and application
stops responding and we got an Internal Server Error for every request
from Apache to Tomcat.


If we restart the tomcat server after this, Tomcat starts responding to
every request being forwarded from Apache to Tomcat.


Seems to be some mod_jk issue. Has any one faced such type of issue
before, if yes what can be the reason for this and how we can overcome
this thing without restarting the tomcat server again and again? 


Thanks in advance.


Regards


Razat


 

 


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



Re: FW: Tomcat ModJK Issues!!!

2008-04-23 Thread Filip Hanik - Dev Lists
what OS are you on, if you are on a Unix system, you can issue a kill 
-3 process id of java

and that will generate a thread dump in your std.out

looking at this file, you can see where the processors are taken up, 
and if they are locked up somewhere in your code, or simply busy with 
other connections (if you have configured more maxClients on httpd than 
maxProcessors on Tomcat)


Filip

Razat Gupta (razgupta) wrote:

Hi All

Can any one help me on this, I am posting it for the second time.

Regards
Razat

-Original Message-
From: Razat Gupta (razgupta) 
Sent: Thursday, April 17, 2008 12:19 PM

To: users@tomcat.apache.org
Subject: Tomcat ModJK Issues!!!

 


Hi All,

 


We are using Tomcat 4.1.29, Apache 1.3 and modjk in our project.

Sometimes, we got the following message in Catalina logs:-


No processor available, rejecting this connection and application
stops responding and we got an Internal Server Error for every request
from Apache to Tomcat.


If we restart the tomcat server after this, Tomcat starts responding to
every request being forwarded from Apache to Tomcat.


Seems to be some mod_jk issue. Has any one faced such type of issue
before, if yes what can be the reason for this and how we can overcome
this thing without restarting the tomcat server again and again? 



Thanks in advance.


Regards


Razat


 

 



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



Re: FW: Tomcat ModJK Issues!!!

2008-04-23 Thread Mark Thomas

Razat Gupta (razgupta) wrote:

Can any one help me on this, I am posting it for the second time.


1. Stop posting the same question multiple times.
2. Read the response(s) you do get.
3. Respond to the questions in those responses.

Hint: There are responses you don't appear to have read yet.

Mark


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