Re: [Resin-interest] Ramdon class loader problem

2006-11-03 Thread Scott Ferguson
On Nov 3, 2006, at 6:01 AM, Daniel López wrote: > Hi, > On a related note, I've seen similar things with other containers > in the > past, so I think it is related to the messy classloaders universe > where > web applications live. Not sure if latest Resin versions improve on > that > or he

Re: [Resin-interest] Ramdon class loader problem

2006-11-03 Thread Daniel López
Hi, That's basically what we do, restart the apps with a cron job periodically, as sooner or later when we upgrade things they tend to end up having OOMEs. So instead of waiting for them to happen, we just do a clean restart. Even if you have developed the application yourself, some of those

Re: [Resin-interest] Ramdon class loader problem

2006-11-03 Thread Olli Aro
ith 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

Re: [Resin-interest] Ramdon class loader problem

2006-11-03 Thread Daniel López
> 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 > > H

Re: [Resin-interest] Ramdon class loader problem

2006-11-03 Thread Olli Aro
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 probl

[Resin-interest] Ramdon class loader problem

2006-11-02 Thread Olli Aro
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