I don't think this has been solved, there is a workaround : prevent Tomcat from trying to persist these sessions across restarts. Go to your tomcat conf directory, there should be a file called context.xml which has the following snippet in it :
<!-- Uncomment this to disable session persistence across Tomcat restarts --> <!-- <Manager pathname="" /> --> If you uncomment the Manager element the error messages should go away. paste from : http://markmail.org/message/tswdzxcjbzoabghd regards, Harry 2010/1/30 Rolf Schumacher <[email protected]> > got this http://pastebin.ca/1771797 error with Tomcat 6.0.20 and JSPWiki > 2.8.3 on Debian Linux 2.6.32-6. > > Looks like > > https://issues.apache.org/jira/browse/JSPWIKI-213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > > but should habe been solved since 2.6.2. > > any idea? > > Rolf >
