[jboss-user] [Beginners Corner] - Re: java.lang.OutOfMemoryError: PermGen space
PeterJ
do-not-reply at jboss.com
Wed Oct 8 11:38:46 EDT 2008
No, undeploying the old version of the app first and then deploying the new version will not help because when you redeploy (in one step) the app server goes through the undeploy and deploy cycle for you. So you can still be using up permgen space. The only solution in this case is to restart the app server to free up the permgen space.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181053#4181053
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181053
More information about the jboss-user
mailing list