Did you follow the "caused by" chain? If so, you will see that the last one
reads:
Caused by: java.lang.OutOfMemoryError: PermGen space
To fix this, add -XX:MaxPermSize=128m (or some higher number) the JAVA_OPTS for running
the app server.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191336#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...