Jacques Le Roux created OFBIZ-11669:
---------------------------------------
Summary: Possible memory leak when running test suite and test
case
Key: OFBIZ-11669
URL: https://issues.apache.org/jira/browse/OFBIZ-11669
Project: OFBiz
Issue Type: Bug
Components: framework
Affects Versions: Trunk
Reporter: Jacques Le Roux
This is the error I saw few times:
{noformat}
2020-05-08 10:13:19,203 |main |ServiceDispatcher
|I| De-Registering dispatcher: ar May 08, 2020 10:13:19 AM
org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
WARNING: The web application [ar] appears to have started a thread named
[ReferenceCleaner] but has failed to stop it. This is very likely to create a
memory leak. Stack trace of thread: java.lang.Object.wait(Native Method)
java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
org.apache.ofbiz.base.util.ReferenceCleaner$CleanerThread.run(ReferenceCleaner.java:45)
{noformat}
It's always the ar webapp
--
This message was sent by Atlassian Jira
(v8.3.4#803005)