Hi,We have noticed some alarming warnings in catalina.out (see stacktrace below) after shutdown/restarting our Tomcat container (Hippo 10.2.0 / Tomcat 8.0.32 / MySQL 5.6.29).Has anyone seen these messages before / a clue where they come from?
--
Hippo Community Group: The place for all discussions and announcements about Hippo CMS (and HST, repository etc. etc.)
To post to this group, send email to hippo-c...@googlegroups.com
RSS: https://groups.google.com/group/hippo-community/feed/rss_v2_0_msgs.xml?num=50
---
You received this message because you are subscribed to the Google Groups "Hippo Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hippo-communi...@googlegroups.com.
Visit this group at https://groups.google.com/group/hippo-community.
For more options, visit https://groups.google.com/d/optout.
Hi Edwin,
--
This happens in Tomcat when you stop an application with threads and thread local variables. It's a tomcat thing and you can ignore it. If it happens other than when you stop tomcat then you need to take action. On shutdown it's perfectly safe to ignore.
mvg,Jasper