[jira] [Closed] (OFBIZ-7192) Error running test suite

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Closed] (OFBIZ-7192) Error running test suite

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-7192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-7192.
----------------------------------
    Resolution: Won't Fix
      Assignee: Jacques Le Roux

This appears only during test. If you start OFBiz and shutdown it you don't have this error. So no memory leak is to fear in production. And, because I did not find the reason why this appears only with the ebay plugin (not with other plugins), I prefer to neglect memory leaks during test.

> Error running test suite
> ------------------------
>
>                 Key: OFBIZ-7192
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7192
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Trunk, Release Branch 15.12
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Minor
>
> When either running
> bq.  ant run-test-suite -Dtest.component=minilang -Dtest.suiteName=MinilangTests
> or
> bq. java -jar ofbiz.jar --test component=minilang -test suitename=MinilangTests
> You get the errors below
> {code}
> 2016-06-05 06:34:13,712 |main                 |ContainerLoader               |I| Stopping container catalina-container-test
> 2016-06-05 06:34:13,868 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: ebay
> 2016-06-05 06:34:13,868 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: ebay
> 2016-06-05 06:34:13,871 |0.0.0.0-startStop-1  |WebappClassLoaderBase         |W| The web application [ebay] appears to have started a thread named [OFBiz-JobPoller] but has failed to stop it. This is very lik
> ely to create a memory leak. Stack trace of thread:
>  java.lang.Thread.sleep(Native Method)
>  org.ofbiz.service.job.JobPoller$JobManagerPoller.run(JobPoller.java:214)
>  java.lang.Thread.run(Unknown Source)
> 2016-06-05 06:34:13,872 |0.0.0.0-startStop-1  |WebappClassLoaderBase         |W| The web application [ebay] appears to have started a thread named [delegator-startup-1] but has failed to stop it. This is very
>  likely to create a memory leak. Stack trace of thread:
>  sun.misc.Unsafe.park(Native Method)
>  java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
>  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
>  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.poll(Unknown Source)
>  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.poll(Unknown Source)
>  java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
>  java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
>  java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
>  java.lang.Thread.run(Unknown Source)
> 2016-06-05 06:34:13,872 |0.0.0.0-startStop-1  |WebappClassLoaderBase         |W| The web application [ebay] appears to have started a thread named [RetryTimer] but has failed to stop it. This is very likely t
> o create a memory leak. Stack trace of thread:
>  java.lang.Object.wait(Native Method)
>  java.lang.Object.wait(Unknown Source)
>  java.util.TimerThread.mainLoop(Unknown Source)
>  java.util.TimerThread.run(Unknown Source)
> 2016-06-05 06:34:13,872 |0.0.0.0-startStop-1  |WebappClassLoaderBase         |W| The web application [ebay] appears to have started a thread named [ForkJoinPool-1-worker-1] but has failed to stop it. This is
> very likely to create a memory leak. Stack trace of thread:
>  sun.misc.Unsafe.park(Native Method)
>  java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
>  java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
>  java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
> 2016-06-05 06:34:13,872 |0.0.0.0-startStop-1  |WebappClassLoaderBase         |W| The web application [ebay] appears to have started a thread named [ForkJoinPool-1-worker-2] but has failed to stop it. This is
> very likely to create a memory leak. Stack trace of thread:
>  sun.misc.Unsafe.park(Native Method)
>  java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
>  java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
>  java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
> 2016-06-05 06:34:13,873 |0.0.0.0-startStop-1  |WebappClassLoaderBase         |W| The web application [ebay] appears to have started a thread named [ForkJoinPool-1-worker-3] but has failed to stop it. This is
> very likely to create a memory leak. Stack trace of thread:
>  sun.misc.Unsafe.park(Native Method)
>  java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
>  java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
>  java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
> 2016-06-05 06:34:13,873 |0.0.0.0-startStop-1  |WebappClassLoaderBase         |W| The web application [ebay] appears to have started a thread named [ForkJoinPool-1-worker-4] but has failed to stop it. This is
> very likely to create a memory leak. Stack trace of thread:
>  sun.misc.Unsafe.park(Native Method)
>  java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
>  java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
>  java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
> 2016-06-05 06:34:13,873 |0.0.0.0-startStop-1  |WebappClassLoaderBase         |W| The web application [ebay] appears to have started a thread named [ForkJoinPool-1-worker-5] but has failed to stop it. This is
> very likely to create a memory leak. Stack trace of thread:
>  sun.misc.Unsafe.park(Native Method)
>  java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
>  java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
>  java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
> 2016-06-05 06:34:13,873 |0.0.0.0-startStop-1  |WebappClassLoaderBase         |W| The web application [ebay] appears to have started a thread named [ForkJoinPool-1-worker-0] but has failed to stop it. This is
> very likely to create a memory leak. Stack trace of thread:
>  sun.misc.Unsafe.park(Native Method)
>  java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
>  java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
>  java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
> 2016-06-05 06:34:13,873 |0.0.0.0-startStop-1  |WebappClassLoaderBase         |W| The web application [ebay] appears to have started a thread named [OFBiz-batch-4] but has failed to stop it. This is very likel
> y to create a memory leak. Stack trace of thread:
>  sun.misc.Unsafe.park(Native Method)
>  java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
>  java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source)
>  java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
>  java.util.concurrent.SynchronousQueue.poll(Unknown Source)
>  java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
>  java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
>  java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
>  java.lang.Thread.run(Unknown Source)
> 2016-06-05 06:34:13,874 |0.0.0.0-startStop-1  |WebappClassLoaderBase         |W| The web application [ebay] appears to have started a thread named [OFBiz-batch-5] but has failed to stop it. This is very likel
> y to create a memory leak. Stack trace of thread:
>  sun.misc.Unsafe.park(Native Method)
>  java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
>  java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source)
>  java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
>  java.util.concurrent.SynchronousQueue.poll(Unknown Source)
>  java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
>  java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
>  java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
>  java.lang.Thread.run(Unknown Source)
> 2016-06-05 06:34:13,874 |0.0.0.0-startStop-1  |WebappClassLoaderBase         |W| The web application [ebay] appears to have started a thread named [OFBiz-batch-6] but has failed to stop it. This is very likel
> y to create a memory leak. Stack trace of thread:
>  sun.misc.Unsafe.park(Native Method)
>  java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
>  java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source)
>  java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
>  java.util.concurrent.SynchronousQueue.poll(Unknown Source)
>  java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
>  java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
>  java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
>  java.lang.Thread.run(Unknown Source)
> 2016-06-05 06:34:13,878 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: marketing
> 2016-06-05 06:34:13,878 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: marketing
> 2016-06-05 06:34:13,886 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: oagismgr
> 2016-06-05 06:34:13,887 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: oagismgr
> 2016-06-05 06:34:13,889 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: order
> 2016-06-05 06:34:13,889 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: order
> 2016-06-05 06:34:13,891 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: googlecheckout
> 2016-06-05 06:34:13,891 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: googlecheckout
> 2016-06-05 06:34:13,893 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: ecommerce
> 2016-06-05 06:34:13,893 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: ecommerce
> 2016-06-05 06:34:13,893 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: ecommerce
> 2016-06-05 06:34:13,893 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: ecommerce
> 2016-06-05 06:34:13,895 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: ap
> 2016-06-05 06:34:13,895 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: ap
> 2016-06-05 06:34:13,897 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: accounting
> 2016-06-05 06:34:13,897 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: accounting
> 2016-06-05 06:34:13,900 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: ar
> 2016-06-05 06:34:13,900 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: ar
> 2016-06-05 06:34:13,902 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: example
> 2016-06-05 06:34:13,902 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: example
> 2016-06-05 06:34:13,906 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: manufacturing
> 2016-06-05 06:34:13,906 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: manufacturing
> 2016-06-05 06:34:13,910 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: bi
> 2016-06-05 06:34:13,910 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: bi
> 2016-06-05 06:34:13,912 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: ecommerce
> 2016-06-05 06:34:13,912 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: ecommerce
> 2016-06-05 06:34:13,912 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: ecommerce
> 2016-06-05 06:34:13,912 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: ecommerce
> 2016-06-05 06:34:13,912 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: ecommerce
> 2016-06-05 06:34:13,912 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: ecommerce
> 2016-06-05 06:34:13,914 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: birt
> 2016-06-05 06:34:13,914 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: birt
> 2016-06-05 06:34:13,916 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: facility
> 2016-06-05 06:34:13,916 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: facility
> 2016-06-05 06:34:13,918 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: ical
> 2016-06-05 06:34:13,918 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: ical
> 2016-06-05 06:34:13,921 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: exampleext
> 2016-06-05 06:34:13,921 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: exampleext
> 2016-06-05 06:34:13,923 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: sfa
> 2016-06-05 06:34:13,923 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: sfa
> 2016-06-05 06:34:13,925 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: Humanres
> 2016-06-05 06:34:13,925 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: Humanres
> 2016-06-05 06:34:13,929 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: partymgr
> 2016-06-05 06:34:13,929 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: partymgr
> 2016-06-05 06:34:13,931 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: webtools
> 2016-06-05 06:34:13,932 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: webtools
> 2016-06-05 06:34:13,935 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: workeffort
> 2016-06-05 06:34:13,935 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: workeffort
> 2016-06-05 06:34:13,937 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: scrum
> 2016-06-05 06:34:13,937 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: scrum
> 2016-06-05 06:34:14,468 |dExecutor-6-thread-1 |CoreContainer                 |E| Error creating core [solrdefault]: This CoreContainer has been close
> java.lang.IllegalStateException: This CoreContainer has been close
>         at org.apache.solr.core.CoreContainer.registerCore(CoreContainer.java:658) ~[solr-core-5.3.1.jar:5.3.1 1703449 - noble - 2015-09-17 01:48:15]
>         at org.apache.solr.core.CoreContainer.create(CoreContainer.java:731) [solr-core-5.3.1.jar:5.3.1 1703449 - noble - 2015-09-17 01:48:15]
>         at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:443) [solr-core-5.3.1.jar:5.3.1 1703449 - noble - 2015-09-17 01:48:15]
>         at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:434) [solr-core-5.3.1.jar:5.3.1 1703449 - noble - 2015-09-17 01:48:15]
>         at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_91]
>         at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:210) [solr-solrj-5.3.1.jar:5.3.1 1703449 - noble - 2015-09-17 01:48:17]
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_91]
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_91]
>         at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
> 2016-06-05 06:34:14,470 |kExecutor-2-thread-1 |CoreContainer                 |E| Error waiting for SolrCore to be created
> java.util.concurrent.ExecutionException: org.apache.solr.common.SolrException: Unable to create core [solrdefault]
>         at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_91]
>         at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_91]
>         at org.apache.solr.core.CoreContainer$2.run(CoreContainer.java:472) [solr-core-5.3.1.jar:5.3.1 1703449 - noble - 2015-09-17 01:48:15]
>         at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_91]
>         at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_91]
>         at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:210) [solr-solrj-5.3.1.jar:5.3.1 1703449 - noble - 2015-09-17 01:48:17]
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_91]
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_91]
>         at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
> Caused by: org.apache.solr.common.SolrException: Unable to create core [solrdefault]
>         at org.apache.solr.core.CoreContainer.create(CoreContainer.java:737) ~[solr-core-5.3.1.jar:5.3.1 1703449 - noble - 2015-09-17 01:48:15]
>         at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:443) ~[solr-core-5.3.1.jar:5.3.1 1703449 - noble - 2015-09-17 01:48:15]
>         at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:434) ~[solr-core-5.3.1.jar:5.3.1 1703449 - noble - 2015-09-17 01:48:15]
>         ... 5 more
> Caused by: java.lang.IllegalStateException: This CoreContainer has been close
>         at org.apache.solr.core.CoreContainer.registerCore(CoreContainer.java:658) ~[solr-core-5.3.1.jar:5.3.1 1703449 - noble - 2015-09-17 01:48:15]
>         at org.apache.solr.core.CoreContainer.create(CoreContainer.java:731) ~[solr-core-5.3.1.jar:5.3.1 1703449 - noble - 2015-09-17 01:48:15]
>         at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:443) ~[solr-core-5.3.1.jar:5.3.1 1703449 - noble - 2015-09-17 01:48:15]
>         at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:434) ~[solr-core-5.3.1.jar:5.3.1 1703449 - noble - 2015-09-17 01:48:15]
>         ... 5 more
> 2016-06-05 06:34:14,473 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: solr
> 2016-06-05 06:34:14,473 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: solr
> 2016-06-05 06:34:14,475 |0.0.0.0-startStop-1  |ServiceContainer              |I| Removing from cache dispatcher: projectmgr
> 2016-06-05 06:34:14,475 |0.0.0.0-startStop-1  |ServiceDispatcher             |I| De-Registering dispatcher: projectmgr
> {code}
> Not sure it's related with recent start component refactor, in R15.12 we have
> {code}
>      [java] 2016-06-05 06:54:05,416 |main                 |ContainerLoader               |I| Shutting down containers
>      [java] 2016-06-05 06:54:05,416 |main                 |ContainerLoader               |I| Stopping container testtools-container
>      [java] 2016-06-05 06:54:05,416 |main                 |ContainerLoader               |I| Stopped container testtools-container
>      [java] 2016-06-05 06:54:05,416 |main                 |ContainerLoader               |I| Stopping container catalina-container-test
>      [java] 2016-06-05 06:54:05,570 |0.0.0.0-startStop-2  |ServiceContainer              |I| Removing from cache dispatcher: ebay
>      [java] 2016-06-05 06:54:05,570 |0.0.0.0-startStop-2  |ServiceDispatcher             |I| De-Registering dispatcher: ebay
>      [java] 2016-06-05 06:54:05,574 |0.0.0.0-startStop-2  |WebappClassLoaderBase         |W| The web application [ebay] appears to have started a thread named [RetryTimer] but has failed to stop it. This is v
> ery likely to create a memory leak. Stack trace of thread:
>      [java]  java.lang.Object.wait(Native Method)
>      [java]  java.lang.Object.wait(Object.java:502)
>      [java]  java.util.TimerThread.mainLoop(Timer.java:526)
>      [java]  java.util.TimerThread.run(Timer.java:505)
>      [java] 2016-06-05 06:54:05,575 |0.0.0.0-startStop-2  |WebappClassLoaderBase         |W| The web application [ebay] appears to have started a thread named [ForkJoinPool-1-worker-1] but has failed to stop
> it. This is very likely to create a memory leak. Stack trace of thread:
>      [java]  sun.misc.Unsafe.park(Native Method)
>      [java]  java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
>      [java]  java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
>      [java]  java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
>      [java] 2016-06-05 06:54:05,576 |0.0.0.0-startStop-2  |WebappClassLoaderBase         |W| The web application [ebay] appears to have started a thread named [ForkJoinPool-1-worker-2] but has failed to stop
> it. This is very likely to create a memory leak. Stack trace of thread:
>      [java]  sun.misc.Unsafe.park(Native Method)
>      [java]  java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
>      [java]  java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
>      [java]  java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
>      [java] 2016-06-05 06:54:05,576 |0.0.0.0-startStop-2  |WebappClassLoaderBase         |W| The web application [ebay] appears to have started a thread named [ForkJoinPool-1-worker-3] but has failed to stop
> it. This is very likely to create a memory leak. Stack trace of thread:
>      [java]  sun.misc.Unsafe.park(Native Method)
>      [java]  java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
>      [java]  java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
>      [java]  java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
>      [java] 2016-06-05 06:54:05,577 |0.0.0.0-startStop-2  |WebappClassLoaderBase         |W| The web application [ebay] appears to have started a thread named [ForkJoinPool-1-worker-0] but has failed to stop
> it. This is very likely to create a memory leak. Stack trace of thread:
>      [java]  sun.misc.Unsafe.park(Native Method)
>      [java]  java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
>      [java]  java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
>      [java]  java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
>      [java] 2016-06-05 06:54:05,577 |0.0.0.0-startStop-2  |WebappClassLoaderBase         |W| The web application [ebay] appears to have started a thread named [OFBiz-JobPoller] but has failed to stop it. This
>  is very likely to create a memory leak. Stack trace of thread:
>      [java]  java.lang.Thread.sleep(Native Method)
>      [java]  org.ofbiz.service.job.JobPoller$JobManagerPoller.run(JobPoller.java:214)
>      [java]  java.lang.Thread.run(Thread.java:745)
>      [java] 2016-06-05 06:54:05,584 |0.0.0.0-startStop-2  |ServiceContainer              |I| Removing from cache dispatcher: marketing
>      [java] 2016-06-05 06:54:05,584 |0.0.0.0-startStop-2  |ServiceDispatcher             |I| De-Registering dispatcher: marketing
>      [java] 2016-06-05 06:54:05,586 |0.0.0.0-startStop-2  |ServiceContainer              |I| Removing from cache dispatcher: exampleext
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)