Il 02/09/2010 8.51, Lance Norskog ha scritto:
Loading a servlet creates a bunch of classes via reflection. These are
in PermGen and never go away. If you load&unload over and over again,
any PermGen setting will fill up.
I agree , taking a look to all the links suggested by Peter seems that
this exception could be caused by the memory leak. Also, it seems that
the CGLibe that manage the .class loading used by Spring have a big
issue about this.
Maibe it is just an accident that it happens while opening a anew solr
instance.
I'll investigate about general Permgem fault, but if someone have a
suggestion on how to close solr server in a safe manner, you are welcome!
Many thanks for your feedbacks.
Antonio