Manish Mudgal
Manish Mudgal

Reputation: 1186

JBOSS taking more than 100% CPU

Even if no application is deployed on JBOSS 4.2.2, it is taking more than 100% CPU on my linux machine.

Please help.

Upvotes: 0

Views: 1135

Answers (2)

You probably have a loop burning cpu cycles somewhere.

If you use Oracle Java 6 then attach with JVisualVM in the JDK to the running process, and run the CPU profiler to find out where the loop is. You probably configured something wrong.

Upvotes: 2

Stephen C
Stephen C

Reputation: 718798

This sounds like a problem with the way that you have installed JBoss. Look at the JBoss log files.

Upvotes: 0

Related Questions