Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] Question on WeavingAdaptor

Hi everyone,

We have a web app with Spring and AspectJ LTW enabled.

We are encountering:
SEVERE: The web application [/] created a ThreadLocal with key of type [org.aspectj.weaver.tools.WeavingAdaptor$1] (value [org.aspectj.weaver.tools.WeavingAdaptor$1@17e3b98]) and a value of type [java.lang.Boolean] (value [false]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.

error on Tomcat, when restarting application and I think this is referring to the ThreadLocal field declared in org.aspectj.weaver.tools.WeavingAdaptor.java line 287 on AspectJ 1.7.0.

Is there any workaround to avoid this leak?


Best regards,
Glenn Marintes
gmarintes@xxxxxxxxx


Back to the top