Tomcat startup: exception loading sessions from persistent Storage

Source: Internet
Author: User

Organize the following content from the network

1. Problem description Tomcat encountered the following exception during startup:

Severe: ioexception while loading persisted sessions: Java. Io. eofexception
Severe: exception loading sessions from persistent Storage

2. Solution

Delete the Work/Catalina/localhost content in Tomcat;

Or directly Delete the entire Catalina folder.


3. Cause Analysis

Cause:It is because the session data stored on the hard disk fails to be read, and the problem does not seem to be a problem. However, if you do not handle it, this problem will occur every time you start the disk. The solution principle is as follows: clear the files under work, mainly *. or delete the session. ser

While loading persisted sessions: Java. Io. eofexception...
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 the system

Tomcat startup: exception loading sessions from persistent Storage

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.