Re: WebAppClassLoaderBase.clearReferencesThreads warning

2016-02-02 Thread Terence M. Bandoian
On 2/2/2016 2:49 AM, Yuval Schwartz wrote: On Mon, Feb 1, 2016 at 7:36 PM, Terence M. Bandoian > wrote: On 2/1/2016 10:12 AM, Yuval Schwartz wrote: Hello Terence, Thanks for the input. I shutdown the

Re: WebAppClassLoaderBase.clearReferencesThreads warning

2016-02-02 Thread Terence M. Bandoian
On 2/1/2016 10:12 AM, Yuval Schwartz wrote: Hello Terence, Thanks for the input. I shutdown the ScheduledExecutorService in the contextDestroyed method of the app's ServletContextListener class as well. I also call shutDownNow() followed by an if statement with !awaitTermination() as the

Re: WebAppClassLoaderBase.clearReferencesThreads warning

2016-02-02 Thread Yuval Schwartz
Hello Terence, Can you explain what you mean when you say "who owns the thread"? On Tue, Feb 2, 2016 at 5:18 PM, Terence M. Bandoian wrote: > On 2/2/2016 2:49 AM, Yuval Schwartz wrote: > >> >> >> On Mon, Feb 1, 2016 at 7:36 PM, Terence M. Bandoian >

Re: WebAppClassLoaderBase.clearReferencesThreads warning

2016-02-01 Thread Yuval Schwartz
Hello Terence, Thanks for the input. I shutdown the ScheduledExecutorService in the contextDestroyed method of the app's ServletContextListener class as well. I also call shutDownNow() followed by an if statement with !awaitTermination() as the condition. Are you sure that the new warning that

Re: WebAppClassLoaderBase.clearReferencesThreads warning

2016-02-01 Thread Yuval Schwartz
Hello Mark, I think that the issue below was related to the way I was shutting down an instance of ScheduledExecutorService. I changed the way it is shutdown when the context is destroyed...I will update here if I don't receive any more warnings. However, I now get a warning: WARNING [main]

Re: WebAppClassLoaderBase.clearReferencesThreads warning

2016-02-01 Thread Terence M. Bandoian
On 2/1/2016 8:54 AM, Yuval Schwartz wrote: Hello Mark, I think that the issue below was related to the way I was shutting down an instance of ScheduledExecutorService. I changed the way it is shutdown when the context is destroyed...I will update here if I don't receive any more warnings.

Re: WebAppClassLoaderBase.clearReferencesThreads warning

2016-01-31 Thread Yuval Schwartz
On Sunday, 31 January 2016, Mark Thomas wrote: > On 31/01/2016 08:06, Yuval Schwartz wrote: > > Hellow Mark, > > > > Thanks for the reply. > > Follow up questions below. > > > > On Fri, Jan 29, 2016 at 6:22 PM, Mark Thomas wrote: > > > >> On 29/01/2016 14:34,

Re: WebAppClassLoaderBase.clearReferencesThreads warning

2016-01-31 Thread Yuval Schwartz
Hellow Mark, Thanks for the reply. Follow up questions below. On Fri, Jan 29, 2016 at 6:22 PM, Mark Thomas wrote: > On 29/01/2016 14:34, Yuval Schwartz wrote: > > Hello, > > > > tomcat version: 8.0.22 > > java: jdk1.8.0_05 > > server: Amazon Linux AMI > > > > I get the

Re: WebAppClassLoaderBase.clearReferencesThreads warning

2016-01-31 Thread Mark Thomas
On 31/01/2016 08:06, Yuval Schwartz wrote: > Hellow Mark, > > Thanks for the reply. > Follow up questions below. > > On Fri, Jan 29, 2016 at 6:22 PM, Mark Thomas wrote: > >> On 29/01/2016 14:34, Yuval Schwartz wrote: >>> Hello, >>> >>> tomcat version: 8.0.22 >>> java:

WebAppClassLoaderBase.clearReferencesThreads warning

2016-01-29 Thread Yuval Schwartz
Hello, tomcat version: 8.0.22 java: jdk1.8.0_05 server: Amazon Linux AMI I get the following warning message in my catalina log when I undeploy a web application: *WARNING [ContainerBackgroundProcessor[StandardEngine[Catalina]]]

Re: WebAppClassLoaderBase.clearReferencesThreads warning

2016-01-29 Thread Mark Thomas
On 29/01/2016 14:34, Yuval Schwartz wrote: > Hello, > > tomcat version: 8.0.22 > java: jdk1.8.0_05 > server: Amazon Linux AMI > > I get the following warning message in my catalina log when I undeploy a > web application: > > *WARNING [ContainerBackgroundProcessor[StandardEngine[Catalina]]] >