-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Won't Fix
-
Affects Version/s: 6.2.X EE
-
Fix Version/s: 6.2.X EE
-
Component/s: Documents & Media, External Document Repositories > Sharepoint
-
Labels:
It looks like there's an inconsistent memory leak in DM tests.
Test failure:
[junit] Running com.liferay.portalweb.portal.evaluatelog.EvaluateLogTestSuite [junit] Testsuite: com.liferay.portalweb.portal.evaluatelog.EvaluateLogTestSuite [junit] [junit] Exception Line: [junit] [junit] [exec] SEVERE: The web application [/sharepoint-hook] created a ThreadLocal with key of type [org.apache.axis.utils.XMLUtils.ThreadLocalDocumentBuilder] (value [org.apache.axis.utils.XMLUtils$ThreadLocalDocumentBuilder@796ebd67]) and a value of type [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl] (value [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl@5554f379]) 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. [junit] [junit] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec [junit] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec [junit] [junit] Testcase: testEvaluateLog(com.liferay.portalweb.portal.evaluatelog.EvaluateLogTest): FAILED [junit] null [junit] junit.framework.AssertionFailedError [junit] at com.liferay.portalweb.portal.evaluatelog.EvaluateLogTest.testEvaluateLog(EvaluateLogTest.java:33) [junit] at com.thoughtworks.selenium.SeleneseTestCase.runBare(SeleneseTestCase.java:248) [junit] [junit] [junit] Test com.liferay.portalweb.portal.evaluatelog.EvaluateLogTestSuite FAILED
*Unable to reproduce manually*
- duplicates
-
LPS-28954 WSRP - Severe warning, threads are going to be renewed to avoid probable memory leak on shutdown after adding a consumer
- Closed