JBoss AS 7.1.0 Extremely Slow Startup in Debug Mode

I am using Eclipse Juno with JBoss Tools, m2e plugin, etc. to work with JBoss AS. When I start the server normally (no debugging) everything deploys very quickly, but when I run JBoss AS 7.1.0 in debug mode (under the Servers tab) the deployment is very slow.

This is JSF 2.0.war (with RichFaces addon).

If I run JBoss in debug mode manually (via JAVA_OPTS) everything works fine.

Does anyone of you know about troubleshooting?

Here is the console output: http://pastebin.com/7GfDCTMw See the delay between lines 53 and 54

+3


source to share


1 answer


Remove all breakpoints in your code and run jboss in debug mode, than after running jboss in debug mode, add debug points to your code.



+6


source







All Articles