In preferences>run/debug>launching,
save required dirty editors before launching,
select always to save automatically,
select prompt and prompt to save,
select never and ignore
Tag Archives: Myeclipse configuration
Exception loading sessions from persistent storage
Tomcat error:
serious: IOException while loading persistent sessions: java.io.EOFException
Exception loading sessions from persistent storage
Error Description:
0 The session data stored in the hard disk failed to read. Eofexception indicates that the end of the file or the end of the file stream was unexpectedly reached during the input process, resulting in the failure of reading data from the session. This exception is a problem of Tomcat itself, generally because some active sessions were persisted when Tomcat was shut down abnormally last time. When Tomcat was restarted, Tomcat tried to recover these sessions N but failed to read
Solution:
find the corresponding project under Tomcat / work / Catalina / localhost session.ser File, and then delete it
The original text is reproduced from: http://blog.csdn.net/angeldhp/article/details/4742075