2 new CF 2021 servers in the process of being set ...
# cfml-general
d
2 new CF 2021 servers in the process of being set up, I'm seeing multiple instances this pair or errors in the logs for both of them when CF stops:
Copy code
Jul 11, 2022 10:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@7ae4d864]) and a value of type [org.apache.xerces.jaxp.SAXParserFactoryImpl] (value [org.apache.xerces.jaxp.SAXParserFactoryImpl@3aff0ba0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Jul 11, 2022 10:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@e6be670]) and a value of type [org.apache.xerces.jaxp.SAXParserImpl] (value [org.apache.xerces.jaxp.SAXParserImpl@73cbdaa7]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Ring any bells? Can anyone confirm whether they do or don't see this in their CF 2021 coldfusion-error.log?
@sandip_halder @Mark Takata (Adobe) Any ideas?