Re: tomcat randomly undeploys and redeploys the applications

2014-04-04 Thread Elias Kopsiaftis
Im sorry about that. The reason I did not post same day was that through the messages in this thread someone suggested adding a debug statement to debug WebappClassLoader, and I wanted to wait to see if it happened again so I could see the debug output, then I came up with the idea in my last messa

Re: tomcat randomly undeploys and redeploys the applications

2014-04-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Elias, On 4/4/14, 11:03 AM, Elias Kopsiaftis wrote: > Ive done some more research into this problem with my co developer, > and we have a question. Is it possible that memory leaks would > cause tomcat to crash? Yes, but you'll likely get an OutOfM

Re: tomcat randomly undeploys and redeploys the applications

2014-04-04 Thread Elias Kopsiaftis
Ive done some more research into this problem with my co developer, and we have a question. Is it possible that memory leaks would cause tomcat to crash? Silly question I know, but heres technically what the situation is. We did not add code to shut down all threads when application is undeployed t

Re: tomcat randomly undeploys and redeploys the applications

2014-04-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 4/2/14, 5:20 PM, Mark Eggers wrote: > Chris, > > On 4/2/2014 1:54 PM, Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> Mark, >> >> On 4/2/14, 4:30 PM, Mark Eggers wrote: >>> Chris, >>> >>> On 4/2/2014

Re: tomcat randomly undeploys and redeploys the applications

2014-04-02 Thread Mark Eggers
Chris, On 4/2/2014 1:54 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 4/2/14, 4:30 PM, Mark Eggers wrote: Chris, On 4/2/2014 1:05 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chuck, On 4/2/14, 8:21 AM, Caldarale,

Re: tomcat randomly undeploys and redeploys the applications

2014-04-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 4/2/14, 4:30 PM, Mark Eggers wrote: > Chris, > > On 4/2/2014 1:05 PM, Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> Chuck, >> >> On 4/2/14, 8:21 AM, Caldarale, Charles R wrote: From: Elias Kopsi

Re: tomcat randomly undeploys and redeploys the applications

2014-04-02 Thread Mark Eggers
Chris, On 4/2/2014 1:05 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chuck, On 4/2/14, 8:21 AM, Caldarale, Charles R wrote: From: Elias Kopsiaftis [mailto:yemi...@gmail.com] Subject: tomcat randomly undeploys and redeploys the applications I deploy the app

Re: tomcat randomly undeploys and redeploys the applications

2014-04-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Elias, On 4/2/14, 4:12 PM, Elias Kopsiaftis wrote: > Thats very interesting. When you say update, what do you mean > technically? I mean a build that triggers new class files, libraries, or some other "watched" resource to trigger an automatic relo

Re: tomcat randomly undeploys and redeploys the applications

2014-04-02 Thread Elias Kopsiaftis
Thanks Chris! I will look into this and let you guys know what I find On Wed, Apr 2, 2014 at 4:19 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Elias, > > On 4/2/14, 4:05 PM, Christopher Schultz wrote: > > Chuck, > > > > On

Re: tomcat randomly undeploys and redeploys the applications

2014-04-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Elias, On 4/2/14, 4:05 PM, Christopher Schultz wrote: > Chuck, > > On 4/2/14, 8:21 AM, Caldarale, Charles R wrote: >>> From: Elias Kopsiaftis [mailto:yemi...@gmail.com] Subject: >>> tomcat randomly undeploys and redeploys the applications > >>> I

Re: tomcat randomly undeploys and redeploys the applications

2014-04-02 Thread Elias Kopsiaftis
Thats very interesting. When you say update, what do you mean technically? On Wed, Apr 2, 2014 at 4:05 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Chuck, > > On 4/2/14, 8:21 AM, Caldarale, Charles R wrote: > >> From: Elia

Re: tomcat randomly undeploys and redeploys the applications

2014-04-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chuck, On 4/2/14, 8:21 AM, Caldarale, Charles R wrote: >> From: Elias Kopsiaftis [mailto:yemi...@gmail.com] Subject: tomcat >> randomly undeploys and redeploys the applications > >> I deploy the application, then in the log file catalina.out i get

Re: tomcat randomly undeploys and redeploys the applications

2014-04-02 Thread Elias Kopsiaftis
Chuck, Thanks for your response. I will get you all the information you asked for later tonight when I get out of work. In the meantime, the only threads our application creates are those created by a ScheduledThreadPoolExecutor, and in fact, when I do a thread dump to analyze what is going on, th

RE: tomcat randomly undeploys and redeploys the applications

2014-04-02 Thread Caldarale, Charles R
> From: Elias Kopsiaftis [mailto:yemi...@gmail.com] > Subject: tomcat randomly undeploys and redeploys the applications > I deploy the application, then in the log file catalina.out i get many > messages from WebappClassLoader clearReferencesThreads saying threads > appear to have started but h