This repository was archived by the owner on Mar 19, 2025. It is now read-only.
This repository was archived by the owner on Mar 19, 2025. It is now read-only.
tomcat: catalina.out - Exception loading sessions from persistent storage #5
Open
Description
Where to find the data
catalina.out
How to process and interpret the data
When catalina.out
shows
org.apache.catalina.session.StandardManager.startInternal Exception loading sessions from persistent storage
the error can be solved uncommenting (the line is commented by default) from file /etc/tomcat/context.xml
the line:
<Manager pathname="" />
Then restart tomcat. After the fix the line should be commented