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