well, I am trying to dig into the problem but at the moment I have hardly
any time, I can tell you though that the problem is a serialization problem:

look into your catalina logs and you will find something similar to the
following:
Cannot serialize session attribute turbine.user for session
0D269FE6C3FBACDE7BBD4026C4F6EC90
java.io.NotSerializableException:
org.apache.commons.logging.impl.Log4JCategoryLog
 at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1054)
 at
java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1332)
 at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1304)
 at
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1247)
 at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052)
 at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:278)
 at
org.apache.catalina.session.StandardSession.writeObject(StandardSession.java
:1439)
 at
org.apache.catalina.session.StandardSession.writeObjectData(StandardSession.
java:881)
 at
org.apache.catalina.session.StandardManager.unload(StandardManager.java:536)
 at
org.apache.catalina.session.StandardManager.stop(StandardManager.java:691)
 at org.apache.catalina.core.StandardContext.stop(StandardContext.java:3669)
 at
org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1036)
 at
org.apache.catalina.core.StandardHostDeployer.remove(StandardHostDeployer.ja
va:470)
 at org.apache.catalina.core.StandardHost.remove(StandardHost.java:852)
 at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:758)
 at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:738)
 at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:360)
 at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSuppor
t.java:166)
 at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1221)
 at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1233)
 at org.apache.catalina.core.StandardService.stop(StandardService.java:554)
 at org.apache.catalina.core.StandardServer.stop(StandardServer.java:2225)
 at
org.apache.catalina.startup.Catalina$CatalinaShutdownHook.run(Catalina.java:
624)

once I have a chance I'll try to fix it, if no one else had done that
already
Akmal
----- Original Message ----- 
From: "oron ogdan" <[EMAIL PROTECTED]>
To: "'Turbine Users List'" <[EMAIL PROTECTED]>
Sent: Tuesday, August 19, 2003 11:39 AM
Subject: RE: extended user class not found problem


> I am trying to upgrade to 2.3 RC1 and have the problem now permanently
> ...
>
> -----Original Message-----
> From: Michal Frackowiak [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 19, 2003 8:41 AM
> To: Turbine Users List
> Subject: Re: extended user class not found problem
>
>
> are we the only ones that have such a problem? is it common or just
> everybody knows the answer? ;-)
>
> regards - michal frackowiak
>
> Michal Frackowiak wrote:
>
> > Hi!
> >
> > I have a similar problem with the same error. When I start Tomcat
> > (with my app) the container is unable to locate the class
> > ExtendedUser. What helps is reloading my application (with Tomcat's
> > www manager).
> > The same goes with Resin :-(
> > What would help? putting ExtendedUser into some jar in WEB-INF/lib?
> >
> > turbine 2.2.1 compiled from sources, Tomcat 4.1.24, JDK 1.4.2
> >
> > bye - michal
> >
> >
> > oron ogdan wrote:
> >
> >> I think it has to do with the container, try restarting the server
twice
> >> I have the same problem with TomCat, this happens every other startup
> >> of the
> >> server
> >> on production I am using Resin, which works just fine and does not
> >> exhibit
> >> the same problem
> >>
> >> Oron
> >>
> >> www.netada.co.uk
> >>
> >> -----Original Message-----
> >> From: Jeffery Painter [mailto:[EMAIL PROTECTED]
> >> Sent: Thursday, August 14, 2003 12:13 AM
> >> To: Turbine Users List
> >> Subject: extended user class not found problem
> >>
> >>
> >> I have had an app running fine in tdk 2.1 forever and have spent the
> >> past two days migrating it to 2.2.01
> >>
> >> The extended user seems to work fine, except when I try to quickly stop
> >> and restart the server, or when I do a recompile on the code base.
> >>
> >> I have to force an ant clean, ant compile, then start the server up
> >> before it will load the custom User class I have built.
> >>
> >> Has anyone else seen this problem before? it is a pain in the debugging
> >> stage... shouldn't be a problem in production as long as the server
> >> doesn't need to be restarted... this seems odd.
> >>
> >> my timeout period is set to 8 hours, I haven't tried adjusting this
> >> value but it worked fine in 2.1 and everything else seems to work fine.
> >> It loads perfectly after a recompile and server restart.
> >>
> >> jdk 1.4.1_01, tdk-2.2.01, redhat and mysql database
> >>
> >>
> >>
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to