Ben's Profile
Agile User
7
Points

Questions
1

Answers
1

  • We’re facing the same issue:

    org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
    SEVERE: The web application [/webapp] created a ThreadLocal with key of type [weblogic.kernel.ResettableThreadLocal$1] (value [weblogic.kernel.ResettableThreadLocal$1@501bf5a9]) and a value of type [weblogic.kernel.ResettableThreadLocal.ThreadStorage] (value [weblogic.kernel.ResettableThreadLocal$ThreadStorage@1f9c0d4c]) 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

    We’re using many Agile sessions in parallel to get data of different products faster. The question is whether we could fix this issue in our code or we have to wait for an Agile API update.

    • 3172 views
    • 3 answers
    • 0 votes