EGL Development User Group

EGL Development User Group

EGL Development User Group

The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.

 View Only
Expand all | Collapse all

apache tomcat 8.x

Discussion Topic

Discussion TopicWed September 05, 2018 05:20 AM

  • 1.  apache tomcat 8.x

    Posted Wed August 08, 2018 01:02 AM

    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


  • 2.  Re: apache tomcat 8.x

    Posted Wed September 05, 2018 05:20 AM

    which version of java are you using?

    Hsieh