Tagged Questions
1
vote
0answers
33 views
Large chance of having an error after restarting the JBoss server
I have a sort of a legacy JEE 5 application running on JBoss 4, using EJB 2.1 and tapesty 4 and the JVM is 1.5_09.
A few months ago the hard disk of the server had to be replaced after that was done ...
1
vote
2answers
3k views
debugging JBoss 100% CPU usage
We are using JBoss to run two of our WARs. One is our web app, the other is our web service. The web app accesses a database on another machine and makes requests to the web service. The web service ...
2
votes
3answers
2k views
How to determine SQL causing Oracle CPU Spikes
I have a J2EE Spring/Hibernate webapp using Oracle 11g for persistence, occasionally in production the Oracle CPU spikes to 100% usage, restarting Tomcat drops the Oracle CPU. I am unable to ...