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.
I used myeclipse6.0 and atat6.0 to solve the problem by referring to the above method. Generally, it is regarded as the Tomcat cache and the entire localhost folder is directly deleted. However, the above method is also desirable. In the localhost folder, locate the deployed project name, and delete the sessions. Ser file under the project name. Restart tomcat to solve the problem.