[jboss-user] [Installation, Configuration & Deployment] - Re: Pb start jboss in windows service mode

PeterJ do-not-reply at jboss.com
Fri Sep 11 12:33:29 EDT 2009


Always follow the "caused by" trail of the first exception stack trace. If you do that, you will see that the root cause is:

Caused by: java.lang.OutOfMemoryError: Java heap space 

It looks like you have modified the run.bat because the typical heap settings did not show up in this line:

JAVA_OPTS: -Dprogram.name=run.bat -Xrs

What mechanism are you using to run JBoss AS as a service? The service.bat that comes with JBoss AS, or some other means?


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254823#4254823

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254823



More information about the jboss-user mailing list