The following exception occurs during Tomcat startup:
Severe: ioexception while loading persisted sessions: Java. Io. eofexception
Severe: exception loading sessions from persistent Storage
Analysis: eofexception indicates the signal that the input process is intended to reach the end of the file or the end of the stream, causing data acquisition from the session to fail. Exception is caused by Tomcat itself. Due to the abnormal shutdown of Tomcat last time, some active sessions are persisted (as some temporary files). During restart, tomcat tries to restore the persistent data of these sessions but fails to read the data. This exception does not affect system usage.
Solution: delete tomcat6.0 \ work \ Catalina \ localhost \ peam \ sessions. Ser. If the server is shut down normally, the file is automatically deleted.
Find the deployed project name in the localhost folder, and delete the sessions. Ser file under the project name. Restart tomcat.