Re: Trouble de-serializing objects when running 4.0.4 as NT service

2002-08-19 Thread David Makepeace
Hi , So no one has any ideas for me on this? It's really bizzare. --- David Makepeace [EMAIL PROTECTED] wrote: Hi, I'm having trouble deserializing an object (stored in a relational db) when running Tomcat 4.0.4 as an NT Service. I have no problems when running from the startup.bat. My

Re: Trouble de-serializing objects when running 4.0.4 as NT service

2002-08-19 Thread ope
My first guess would be that you have some settings in your environment that are not present in the system. Possibly the CLASSPATH. Check your Tomcat services settings to see which user you are starting as and make sure that the user has the same environment that you do. --- David Makepeace

RE: Trouble de-serializing objects when running 4.0.4 as NT service

2002-08-19 Thread Cox, Charlie
To: Tomcat Users List Subject: Re: Trouble de-serializing objects when running 4.0.4 as NT service My first guess would be that you have some settings in your environment that are not present in the system. Possibly the CLASSPATH. Check your Tomcat services settings to see which user you

Trouble de-serializing objects when running 4.0.4 as NT service

2002-08-14 Thread David Makepeace
Hi, I'm having trouble deserializing an object (stored in a relational db) when running Tomcat 4.0.4 as an NT Service. I have no problems when running from the startup.bat. My database is mySQL. I am using Tomcat's connection pooling. Platform win2k. Here's the exception that I'm seeing when I'm