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: [email protected]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/Weird-Exception-thrown-on-startup-%28how-to-resolve-%29-tf3234967.html#a9022770
Sent from the Tomcat - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]