Re: JSC 1.3 thread cleanup

2015-01-26 Thread Tim Cronin
thanks, any eta on release date? On Sun, Jan 25, 2015 at 10:49 AM, Thomas Vandahl t...@apache.org wrote: On 23.01.15 15:16, Tim Cronin wrote: ok, thanks how different is 2 vs. 1.3? First of all it is unreleased as of yet. The main change is the use of the class CacheAccess instead of

Re: JSC 1.3 thread cleanup

2015-01-25 Thread Thomas Vandahl
On 23.01.15 15:16, Tim Cronin wrote: ok, thanks how different is 2 vs. 1.3? First of all it is unreleased as of yet. The main change is the use of the class CacheAccess instead of JCS when using caches. Due to the move to Apache Commons, the package has changed from org.apache.jcs to

Re: JSC 1.3 thread cleanup

2015-01-23 Thread Tim Cronin
ok, thanks how different is 2 vs. 1.3? On Fri, Jan 23, 2015 at 1:31 AM, Thomas Vandahl t...@apache.org wrote: On 22.01.15 17:42, Tim Cronin wrote: I'm getting tomcat errors on shutdown: 2015-01-22 16:41:51,186 [localhost-startStop-2] ERROR org.apache.catalina.loader.WebappClassLoader-

Re: JSC 1.3 thread cleanup

2015-01-22 Thread Tim Cronin
it's not a tomcat error, it's a JCS resource leak tomcat is showing the error but it's caused by JCS not cleaning up the threads it's creating. On Thu, Jan 22, 2015 at 11:46 AM, sebb seb...@gmail.com wrote: On 22 January 2015 at 16:42, Tim Cronin t...@outboundengine.com wrote: I'm getting

Re: JSC 1.3 thread cleanup

2015-01-22 Thread sebb
On 22 January 2015 at 18:39, Tim Cronin t...@outboundengine.com wrote: it's not a tomcat error, it's a JCS resource leak OK, sorry. Should have double-checked. tomcat is showing the error but it's caused by JCS not cleaning up the threads it's creating. On Thu, Jan 22, 2015 at 11:46 AM,

Re: JSC 1.3 thread cleanup

2015-01-22 Thread Tim Cronin
no worries. had to double check myself. On Thu, Jan 22, 2015 at 12:57 PM, sebb seb...@gmail.com wrote: On 22 January 2015 at 18:39, Tim Cronin t...@outboundengine.com wrote: it's not a tomcat error, it's a JCS resource leak OK, sorry. Should have double-checked. tomcat is showing the

Re: JSC 1.3 thread cleanup

2015-01-22 Thread sebb
On 22 January 2015 at 16:42, Tim Cronin t...@outboundengine.com wrote: I'm getting tomcat errors on shutdown: This is the Commons User mailing list. Please subscribe to the Tomcat User mailing list and ask there. 2015-01-22 16:41:51,186 [localhost-startStop-2] ERROR

Re: JSC 1.3 thread cleanup

2015-01-22 Thread Thomas Vandahl
On 22.01.15 17:42, Tim Cronin wrote: I'm getting tomcat errors on shutdown: 2015-01-22 16:41:51,186 [localhost-startStop-2] ERROR org.apache.catalina.loader.WebappClassLoader- The web application [/api] appears to have started a thread named [ElementEventQueue.QProcessor-1] but has failed