Hi! Using Tomee 1.6.0 2013.09.20, I get this when I try to stop Tomee, which has a ROOT application that uses EJB @Schedule:
25-Sep-2013 00:06:09.745 WARNING [localhost-startStop-2] org.apache.openejb.assembler.classic.Assembler.destroyApplication Application id 'ROOT' not found in: [openejb] 25-Sep-2013 00:06:09.748 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoader.clearReferencesThreads The web application [] appears to have started a thread named [org.apache.openejb.pool.scheduler.37] but has failed to stop it. This is very likely to create a memory leak. 25-Sep-2013 00:06:09.748 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoader.clearReferencesThreads The web application [] appears to have started a thread named [org.apache.openejb.pool.scheduler.38] but has failed to stop it. This is very likely to create a memory leak. 25-Sep-2013 00:06:09.748 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoader.clearReferencesThreads The web application [] appears to have started a thread named [org.apache.openejb.pool.scheduler.39] but has failed to stop it. This is very likely to create a memory leak. 25-Sep-2013 00:06:09.748 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoader.clearReferencesThreads The web application [] appears to have started a thread named [org.apache.openejb.pool.scheduler.40] but has failed to stop it. This is very likely to create a memory leak. 25-Sep-2013 00:06:09.749 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoader.clearReferencesThreads The web application [] appears to have started a thread named [org.apache.openejb.pool.scheduler.41] but has failed to stop it. This is very likely to create a memory leak. 25-Sep-2013 00:06:09.749 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoader.clearReferencesThreads The web application [] appears to have started a thread named [org.apache.openejb.pool.scheduler.42] but has failed to stop it. This is very likely to create a memory leak. 25-Sep-2013 00:06:09.749 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoader.clearReferencesThreads The web application [] appears to have started a thread named [org.apache.openejb.pool.scheduler.43] but has failed to stop it. This is very likely to create a memory leak. 25-Sep-2013 00:06:09.749 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoader.clearReferencesThreads The web application [] appears to have started a thread named [org.apache.openejb.pool.scheduler.44] but has failed to stop it. This is very likely to create a memory leak. This don't happen with 1.5.2 nor with previous versions of 1.6.0 (some from August - I don't remember which versions) -- View this message in context: http://openejb.979440.n4.nabble.com/Memory-leak-by-openejb-pool-scheduler-tp4665263.html Sent from the OpenEJB User mailing list archive at Nabble.com.
