https://bz.apache.org/bugzilla/show_bug.cgi?id=62175
--- Comment #10 from Holger Sunke <holger.su...@posteo.de> --- My problem is fixed, instead of endless "Session destroyed" and "IOException" log entry loops I now get a single such log entry only combined with a single IOException: 16.03.2018 08:43:31.540 [http-nio-8080-exec-1] DEBUG d.b.w.c.application.listener.ApplicationListener - Session destroyed: BB45287...; creationTime: 2018/03/16 08:13:45:201 MEZ; lastAccessTime: 2018/03/16 08:13:52:843 MEZ; usageTime: 7642 ms; Mär 16, 2018 8:43:31 AM org.apache.catalina.session.PersistentManagerBase swapIn SCHWERWIEGEND: Swapped session [BB45287089392C6B6B13AD5B51FD051A] is invalid Mär 16, 2018 8:43:31 AM org.apache.catalina.session.PersistentManagerBase removeSession SCHWERWIEGEND: Exception removing session Unable to delete file [...BB45287089392C6B6B13AD5B51FD051A.session] which is no longer required java.io.IOException: Unable to delete file [...\BB45287089392C6B6B13AD5B51FD051A.session] which is no longer required at org.apache.catalina.session.FileStore.remove(FileStore.java:269) at org.apache.catalina.session.PersistentManagerBase.removeSession(PersistentManagerBase.java:598) at org.apache.catalina.session.PersistentManagerBase.swapIn(PersistentManagerBase.java:725) at org.apache.catalina.session.PersistentManagerBase.findSession(PersistentManagerBase.java:494) After that, the user gets a new session and can continute to work, without killing the JVM via OutOfMemoryError. Thanks for the quick fix. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org