Re: Troubleshooting load problems with on linux tomcat servers

2006-12-27 Thread Leon Rosenberg
Could you provide some more details on your environment like tomcat or java version? Another question: have you performed a thread dump on the machines with high load, to see if a thread is caught in a infinite loop or something? What does vmstat say? Do you have constant user time ? questions que

Re: Troubleshooting load problems with on linux tomcat servers

2006-12-27 Thread Assaf Flatto
This error seems to indicate that you XML is faulty and not closed properly on all parameters . If you are running it on Linux - use the xmllint to check the validation of the xml . Assaf Ragnar Moller (MA/EAF) wrote: We have a big Tomcat application with a number of servers. Some of the se

Troubleshooting load problems with on linux tomcat servers

2006-12-27 Thread Ragnar Moller \(MA/EAF\)
We have a big Tomcat application with a number of servers. Some of the server have higher than expected loads on some of them. Load average on identical servers is either 5, 2 or 0.05. On the servers which have a hig value it remains high. No of running processes is identical on all servers. On