Re: [Resin-interest] Environment class loader throwing a ClassNotFoundException when resin 4 is restarted

2011-04-05 Thread Keith Fetterman
Hi Scott, I shorted the session-timeout down to 3 minutes for the ROOT application and I was able to recreate the problem each time I let my session expire beyond the three minutes. It looks like a ClassCastException was thrown for every application class that was in the HTTP session. I had t

Re: [Resin-interest] Environment class loader throwing a ClassNotFoundException when resin 4 is restarted

2011-04-04 Thread Keith Fetterman
Hi Scott, Thanks filing this as a bug. I ran some more tests and it looks like its related to the HTTP session timing out or being invalidated. If a request for that session occurs after the timeout, I see the EnvironmentClassLoader exceptions. Keith On 04/04/2011 11:55 AM, Scott Ferguson w

Re: [Resin-interest] Environment class loader throwing a ClassNotFoundException when resin 4 is restarted

2011-04-04 Thread Scott Ferguson
On 04/04/2011 11:39 AM, Keith Fetterman wrote: > I am wondering if this problem is related to the HTTP session timing > out. In the ROOT web application, we have the session time out set to > 70 minutes: > > WEB-INF/web.xml Possibly. I've filed it as a bug. The Java deserializer requires a class

Re: [Resin-interest] Environment class loader throwing a ClassNotFoundException when resin 4 is restarted

2011-04-04 Thread Keith Fetterman
I am wondering if this problem is related to the HTTP session timing out. In the ROOT web application, we have the session time out set to 70 minutes: WEB-INF/web.xml > > 70 > I received another ClassNotFoundException from the EnvironmentClassLoader after 30 minutes, which is the default se

Re: [Resin-interest] Environment class loader throwing a ClassNotFoundException when resin 4 is restarted

2011-04-04 Thread Keith Fetterman
This problem seems to be more pervasive in Resin 4.0.16 pro. I am now seeing other application classes that the Resin EnvironmentClassLoader is trying to load but it can't find them. I am getting the error "java.lang.ClassNotFoundException" because the "EnvironmentClassLoader[resin-system:]"

[Resin-interest] Environment class loader throwing a ClassNotFoundException when resin 4 is restarted

2011-03-30 Thread Keith Fetterman
Today, I discovered when I stopped and then started resin (4.0.16), I received a "java.lang.ClassNotFoundException" exception being thrown by the "com.caucho.loader.DynamicClassLoader.loadClass" when I accessed the home page of my Web site. The ClassNotFoundException is caused by resin trying