[jboss-user] [JBoss Portal] - Re: java.lang.NoClassDefFoundError: org/eclipse/jdt/internal

PeterJ do-not-reply at jboss.com
Fri Nov 21 11:31:35 EST 2008


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#4191336

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191336



More information about the jboss-user mailing list