Have a look at the Heap section
| compacting perm gen total 35072K, used 35025K [0x229a0000, 0x24be0000, 0x269a0000) | the space 35072K, 99% used [0x229a0000, 0x24bd4440, 0x24bd4600, 0x24be0000) | of your VM dump. It says that the permanent generation memory space is full ( 99% used). We too encountered these kind of JVM crash with SUN JVM 1.4.2. Reasons unknown, but try increasing the perm gen memory by adding JVM option -XX:MaxPermSize=xxm | in <jboss-root>/bin/run.bat and/or run.conf (xx specifies the megabyte count to reserve for perm gen eg. 128). Maybe this will solve your problems :-) Regards Ulf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847647#3847647 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847647 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
