Re: Apache Process going high even after restart of backend server tomcat

2011-01-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Amol, On 1/12/2011 3:31 AM, Amol Puglia wrote: > I can see there are many threads like below which are in sleep > state. > > I have taken thread dumps 4 or 5 times and can see this threads in > all the dumps. > > For the instance i am pasting some

Re: Apache Process going high even after restart of backend server tomcat

2011-01-12 Thread André Warnier
Thank you for the data below. Some additional tips : First : you are running old versions of Apache httpd, mod_jk and Tomcat (and probably also of the Java JVM). You should really update these programs to more recent versions (at least Apache httpd to 2.2.x, and mod_jk to the latest available)

Re: Apache Process going high even after restart of backend server tomcat

2011-01-12 Thread Amol Puglia
Hello Andre Warnier, Yes it is DNS name of our one of the server --- On Wed, 1/12/11, André Warnier wrote: From: André Warnier Subject: Re: Apache Process going high even after restart of backend server tomcat To: "Tomcat Users List" Date: Wednesday, January 12, 2011, 4:3

Re: Apache Process going high even after restart of backend server tomcat

2011-01-12 Thread André Warnier
Leon Rosenberg wrote: So its time you investigate what this MuxServlet is doing... Yes. And Amol, just to clear another question : "erib2bdev.ericsson.net", that /is/ your own server, yes ? - To unsubscribe, e-mail: users-un

Re: Apache Process going high even after restart of backend server tomcat

2011-01-12 Thread Leon Rosenberg
k.common.ChannelSocket.processConnection(ChannelSocket.java:678) >     at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:871) >     at > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) >     at java.lang.Thread.run(Thread.java:534) > > > &

Re: Apache Process going high even after restart of backend server tomcat

2011-01-12 Thread Amol Puglia
(ThreadPool.java:684)     at java.lang.Thread.run(Thread.java:534) --- On Tue, 1/11/11, Rainer Jung wrote: From: Rainer Jung Subject: Re: Apache Process going high even after restart of backend server tomcat To: "Tomcat Users List" Date: Tuesday, January 11, 2011, 10:51 PM On

Re: Apache Process going high even after restart of backend server tomcat

2011-01-12 Thread Amol Puglia
;conf/httpd.conf" 7) if the platform is Unix/Linux, go to the "bin" directory of Tomcat, execute the command "version.sh" and copy the result here. -> Tomcat version is 5.5.9. Please let me know in case i can provide more information. --- On Tue, 1/11/11, André Warnier wr

Re: Apache Process going high even after restart of backend server tomcat

2011-01-11 Thread Rainer Jung
On 10.01.2011 17:00, Amol Puglia wrote: Hello Team, I am facing very weird problem of apache porcess going high upto 259 and increasing again even after restart of backend server ie. tomcat. Apache version :- 2.0.59 Tomcat Version :- 5.5.9 Apache/Tomcat connectivity :- mod_jk when i have ch

Re: Apache Process going high even after restart of backend server tomcat

2011-01-11 Thread André Warnier
Amol Puglia wrote: Hello Andre, When i posted same message to apache users list they said the apache process is going high because there is a problem in backend server tomcat and asked me to collect thread dump and post same in tomcat users list. so i posetd thread dump sanpshot in tomcat use

Re: Apache Process going high even after restart of backend server tomcat

2011-01-11 Thread Amol Puglia
even after restart of backend server tomcat To: "Tomcat Users List" Date: Tuesday, January 11, 2011, 6:53 PM Amol Puglia wrote: > Hello Andre Warnier, > > Thanks for the response. I am talking about apache web server whose process > count is increasiing to 259 and not coming

Re: Apache Process going high even after restart of backend server tomcat

2011-01-11 Thread Ronald Klop
In 'the other thread' there is still the question open of why there is Thread.sleep() in the MuxServlet. Can be a reason for a lot of open connections in the httpd server. But until there is more information about the problem I don't have anything to add to this discussion anymore. Ronald.

Re: Apache Process going high even after restart of backend server tomcat

2011-01-11 Thread André Warnier
Amol Puglia wrote: Hello Andre Warnier, Thanks for the response. I am talking about apache web server whose process count is increasiing to 259 and not coming down. I would like to know why process count is increasing and not coming down. Please help me to toublleshoot this issue.Let em know

Re: Apache Process going high even after restart of backend server tomcat

2011-01-11 Thread Mark Thomas
ease help me to > toublleshoot this issue.Let em know in case you need further information. Then you are on the wrong list. You should be using the httpd users mailing list. Mark > > --- On Tue, 1/11/11, André Warnier wrote: > > From: André Warnier > Subject: Re: Apache Process

Re: Apache Process going high even after restart of backend server tomcat

2011-01-11 Thread Amol Puglia
further information. --- On Tue, 1/11/11, André Warnier wrote: From: André Warnier Subject: Re: Apache Process going high even after restart of backend server tomcat To: "Tomcat Users List" Date: Tuesday, January 11, 2011, 6:21 PM Amol Puglia wrote: > Hello Andre Warnier, >

Re: Apache Process going high even after restart of backend server tomcat

2011-01-11 Thread André Warnier
Amol Puglia wrote: Hello Andre Warnier, Thanks for the response. My main problem is apache process is increasing very fast and reaching to count 259 thereby bringing donw application. For that i took thread dump also and tried to analyze but unable to find out what is causing the issue. I ha

Re: Apache Process going high even after restart of backend server tomcat

2011-01-11 Thread Amol Puglia
after restart of backend server tomcat To: "Tomcat Users List" Date: Tuesday, January 11, 2011, 5:28 PM Amol Puglia wrote: > Hello Andre Warnier, > > Thanks for the response. Is there anyway i can bring down this connections. > > I would like to know why this pro

Re: Apache Process going high even after restart of backend server tomcat

2011-01-11 Thread André Warnier
Amol Puglia wrote: Hello Andre Warnier, Thanks for the response. Is there anyway i can bring down this connections. I would like to know why this process id's are not getting terminated automatically. I have run the traceroute command and following is the output of the command. Hi. After y

Re: Apache Process going high even after restart of backend server tomcat

2011-01-11 Thread Amol Puglia
25 ms  0.837 ms  0.859 ms --- On Mon, 1/10/11, André Warnier wrote: From: André Warnier Subject: Re: Apache Process going high even after restart of backend server tomcat To: "Tomcat Users List" Date: Monday, January 10, 2011, 9:49 PM Amol Puglia wrote: > Hello Team, > >

Re: Apache Process going high even after restart of backend server tomcat

2011-01-10 Thread André Warnier
Amol Puglia wrote: Hello Team, I am facing very weird problem of apache porcess going high upto 259 and increasing again even after restart of backend server ie. tomcat. Apache version :- 2.0.59 Tomcat Version :- 5.5.9 Apache/Tomcat connectivity :- mod_jk when i have checked mod_jk.log file

Apache Process going high even after restart of backend server tomcat

2011-01-10 Thread Amol Puglia
Hello Team, I am facing very weird problem of apache porcess going high upto 259 and increasing again even after restart of backend server ie. tomcat. Apache version :- 2.0.59 Tomcat Version :- 5.5.9 Apache/Tomcat connectivity :- mod_jk when i have checked mod_jk.log file i am seeing this mes