2 * WORKAROUNDS I had the same problem and I have noticed that the permanent generation size was reaching 99% usage although the MaxPermSize (default=64m) was higher (see below part of the dump) so I have increased the minimum permanent generation allocation and it works!!!!
Try to add -XX:PermSize=64m to your JVM parameters. Anyway this is only a workaround and we still need to wait for sun to fix this. Note: this only happen on 'server' mode and not on 'client' jvm mode so this could be another workaround you may want to use (second workaround ;-). anonymous wrote : Heap at VM Abort: | Heap | def new generation total 35328K, used 15797K [0x10010000, 0x12660000, 0x138f0000) | eden space 31424K, 48% used [0x10010000, 0x10ee3270, 0x11ec0000) | from space 3904K, 15% used [0x11ec0000, 0x11f5a458, 0x12290000) | to space 3904K, 0% used [0x12290000, 0x12290000, 0x12660000) | tenured generation total 310412K, used 92575K [0x138f0000, 0x26813000, 0x30010000) | the space 310412K, 29% used [0x138f0000, 0x19357e38, 0x19358000, 0x26813000) | compacting perm gen total 40960K, used 40834K [0x30010000, 0x32810000, 0x34010000) | the space 40960K, 99% used [0x30010000, 0x327f0a68, 0x327f0c00, 0x32810000) Have fun, Moti View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835500#3835500 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835500 ------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
