You are running out of PermGen space, your machine is not the culprit, but you need to specify your JVM to let it use more memory than the low default.
See the FAQ: http://www.jboss.org/community/docs/DOC-10701 anonymous wrote : | Q: I get "java.lang.OutOfMemoryError: PermGenSpace" errors | | A: Increase your max perm gen space in run.conf (on Windows, you need to edit run.bat as run.conf is not taken into account on Windows systems) by adding the following option to JAVA_OPTS: | | -XX:MaxPermSize=128m | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195246#4195246 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195246 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
