Peter Johnson [
http://community.jboss.org/people/peterj] created the discussion
"Re: JBoss 5.1 - CPU high, App stops responding"
To view the discussion, visit:
http://community.jboss.org/message/589631#589631
--------------------------------------------------------------
Sounds like the app has an infinite loop. Take several thread dump about 10 to 20 seconds
appart and look for a thread whose stack trace has not changed (and which is not waiting
on an object or input - you can ignore those threads). Once you identify the thread, you
can identify the code that caused the loop. If any classes from the "off the
shelf" app are in the stack trace, let the developers that wrote the app know about
the issue so that they can fix it.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/589631#589631]
Start a new discussion in Performance Tuning at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]