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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...