Hi Daniel, Thank you so much for your response. The error does not occur too often for me either, so I suppose I could schedule Resin restart e.g. every night and that would keep it away for me.
We have not developed the application (an open source CMS system), but are just maintaining it, so not that keen to start profiling it if I can get away without :) Regards, Olli -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel López Sent: 03 November 2006 11:46 To: General Discussion for the Resin application server Subject: Re: [Resin-interest] Ramdon class loader problem All I can say is that during development, when we reload the web applications many times, when the container is about tu run OutOfMemory it gives similar error messages to the ones you describe (classes not found that have already been used etc). In our case, it seems to be related to classloaders having some references that are not cleaned appropriately, sometimes by foreign code like DataSources holding to drivers but as it is usually just a problem in development, we have not had time to chase it in detail. In any case, the symptoms you describe are usually a indication of an incoming OutOfMemoryError, the reason itself for the error is another story. I know that does not help much, but unless you are reloading your application multiple times, I would look for a memory leak. Good luck! D. Olli Aro escribió: > Anyone? I am really stuck with this one :( > > Olli > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Olli Aro > Sent: 02 November 2006 09:23 > To: 'General Discussion for the Resin application server' > Subject: [Resin-interest] Ramdon class loader problem > > Hi all, > > I have this weird problem with one of our servers running Resin 2.1 whereby > everything is working fine most of the time and then suddenly you get class > loader "class cannot be found" error for classes that were loaded ok before. > The only way to resolve issue is to do Resin restart. > > Since I am not too familiar with Resin I am now not quite sure if this is > something in our application or if this is a Resin issue. Has anyone > experienced anything similar before? Could it be something like an early > symptom of memory running out? > > Regards, > > Olli _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.430 / Virus Database: 268.13.25/515 - Release Date: 03/11/2006 05:15 Send instant messages to your online friends http://uk.messenger.yahoo.com _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
