aspose file tools
The moose likes Tomcat and the fly likes FileStore sessions creates severe message:PersistentManager.swapInInvalid Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "FileStore sessions creates severe message:PersistentManager.swapInInvalid" Watch "FileStore sessions creates severe message:PersistentManager.swapInInvalid" New topic
Author

FileStore sessions creates severe message:PersistentManager.swapInInvalid

adam spline
Greenhorn

Joined: Sep 29, 2010
Posts: 18
I am trying out the Persistent Manager with the FileStore. I frequently get the following message in my log:

org.apache.catalina.session.PersistentManagerBase swapIn
SEVERE: persistentManager.swapInInvalid


This message seems to occur once the sessions have timed out. However, the messages do not appear as a response to a request. It may make sense that a message is displayed if a request has attempted to access an invalid session, which could lead to an invalid swap (why that would be severe I do not know). But in this case, the message seems to appear once the session has timed out.

[1] Why is it even trying to swap in a session if there was no request? Why do that?
[2] Is this message harmless (see this discussion)
[3] If it is harmless how can I suppress this message.

Here is my setup:

Thanks for your help!

-Adam
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: FileStore sessions creates severe message:PersistentManager.swapInInvalid
 
Similar Threads
What does IE 8 Cache?
Dealing with Timed out sessions...
How to know a client is trying to use an expired session?
Session Time out problem
Tomcat 6.0.X (could be 18, 26 or 32 tried all 3)