users@glassfish.java.net

Re: domain crashes with outof memory exception

From: Dominik Dorn <dominik.dorn_at_gmail.com>
Date: Thu, 15 Apr 2010 16:50:12 +0200

This happens on my development machine after I
deploy/undeploy/redeploy an app with JPA2/EJBs several times, because
some elements [dynamic proxies, whatever] dont get destroyed on
undeployment and then the permgen space is full.

I always have to kill -9 $pidofglassfish
remove everything in glassfish/domains/domain1/generated/* (else there
are policy linking problems)
and sometimes have to redeploy my apps.


does this happen on your production machine without redeploying apps etc. ?


kr,

dominik