windows 10
apache/tomcat 8.0.53
jvm 1.8.0_161-b12 (oracle)
rbd 9.5.1
i am trying to run my egl rui project and its not working. the only cryptic error i get in the tomcat logs is:
08-Aug-2018 00:50:27.400 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [webprj] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@125cc171]) and a value of type [com.ibm.javart.resources.RunUnit] (value [com.ibm.javart.resources.RunUnit@1b5da067]) 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.
When i try to run this same project on apache/tomcat 7.0 (all other specs the same), its works fine.
Has anyone got EGL working on tomcat 8?
nick_tn