I'm trying to deploy my Cocoon application in Tomcat and am getting
the following error:
java.lang.OutOfMemoryError: PermGen space
Wisdom on the net has it that this happens as a result of large
memory leaks: if classes used in a servlet are referenced from
outside the servlet, the garbage collector cannot recycle them when
the application is undeployed; redeploying the application results in
the classes being loaded a further time, and so on until memory runs
out. I have looked in the Cocoon mailing lists for other occurrences
of this problem, but I've found nothing, so I assume the problem is
in one of the classes I wrote to extend my application.
Does anyone have experience with tracking down this sort of problem
in Cocoon apps?
Steve
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]