Reputation: 1186
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: 1136
Reputation: 75426
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
Reputation: 719679
This sounds like a problem with the way that you have installed JBoss. Look at the JBoss log files.
Upvotes: 0