[jboss-user] [Performance Tuning] - Re: JBoss 5.1 - CPU high, App stops responding

Peter Johnson do-not-reply at jboss.com
Thu Feb 24 19:37:52 EST 2011


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&containerType=14&container=2078]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110224/cbd19cfb/attachment.html 


More information about the jboss-user mailing list