I think this worked. I just recursively removed every .ser file there just
to make sure:
$find . -name '*.ser' -exec rm {} \;
thanks
L
Markus Schönhaber wrote:
>
> Lisa wrote:
>
>> What is throwing the following Exception? How to fix?
>>
>> ---
>> INFO: Filter 'sessionFilter' configured successfully
>> Feb 15, 2007 10:15:18 AM
org.apache.catalina.session.StandardManager>> doLoad
>> SEVERE: IOException while loading persisted sessions:
>>
java.io.EOFException>
> To me, this looks as if the serialized session data got somehow corrupted.
> You
> could try to move the corresponding files out of the way or delete them.
> By default, for each webapp the session data will be serialized to
> ${catalina.home}/work/<Engine>/<Host>/<webapp>/SESSIONS.ser
>
> Regards
> mks
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@(protected)
> To unsubscribe, e-mail: users-unsubscribe@(protected)
> For additional commands, e-mail: users-help@(protected)
>
>
>
--
Sent from the Tomcat - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)