Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Extreme slow starting of JBoss AS 7.1.0 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 (non-debug), everything is deploying very fast, but when I start JBoss AS 7.1.0 in debug mode (via the 'Servers' tab) the deployment is very very slow.

It is an JSF 2.0 .war (with RichFaces addon).

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

Does anybody of you know any troubleshooting?

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

like image 207
user1565121 Avatar asked Dec 12 '25 05:12

user1565121


1 Answers

Remove all the break points in your code and start jboss in debugging mode, than after jboss start in debugging mode add debugging points in to your code.

like image 126
Suaris VP Avatar answered Dec 15 '25 18:12

Suaris VP