Re: Error in stopping application tomcat !!

2020-07-25 Thread Peter Kreuser
Kushagra, > Am 25.07.2020 um 08:12 schrieb Kushagra Bindal : > > One more related changes : > https://bz.apache.org/bugzilla/show_bug.cgi?id=63041 None of the bugzilla entries relate to changes in newer versions. It won‘t be as easy as to search for „ „shutdown“ in either bugzilla or the

Re: Error in stopping application tomcat !!

2020-07-25 Thread Kushagra Bindal
One more related changes : https://bz.apache.org/bugzilla/show_bug.cgi?id=63041 Please suggest the probable fix to make this smooth. On Sat, Jul 25, 2020 at 11:03 AM Kushagra Bindal wrote: > Thanks Martin, > > By looking at the change log I found few relevant items. > > 1.

Re: Error in stopping application tomcat !!

2020-07-24 Thread Kushagra Bindal
Thanks Martin, By looking at the change log I found few relevant items. 1. https://bz.apache.org/bugzilla/show_bug.cgi?id=55969 2. https://bz.apache.org/bugzilla/show_bug.cgi?id=62515 3. https://bz.apache.org/bugzilla/show_bug.cgi?id=48655 4. https://bz.apache.org/bugzilla/show_bug.cgi?id=63210

Re: Error in stopping application tomcat !!

2020-07-23 Thread Martin Grigorov
On Thu, Jul 23, 2020, 15:52 Kushagra Bindal wrote: > Thanks Martin. > > But with the old version i.e. 8.5.24 it is working smoothly. So, what could > be the problem? Or some specific property/configuration changes that need > to be made around this? > You will have to consult with the

Re: Error in stopping application tomcat !!

2020-07-23 Thread Kushagra Bindal
Thanks Martin. But with the old version i.e. 8.5.24 it is working smoothly. So, what could be the problem? Or some specific property/configuration changes that need to be made around this? On Thu, Jul 23, 2020 at 6:00 PM Martin Grigorov wrote: > On Thu, Jul 23, 2020 at 3:10 PM Kushagra Bindal

Re: Error in stopping application tomcat !!

2020-07-23 Thread Martin Grigorov
On Thu, Jul 23, 2020 at 3:10 PM Kushagra Bindal wrote: > Hi Martin, > > Due to our environment I was not able to use pastebin service. I have > taken different Thread dump during shutdown and attaching the same with > this email. > > Please review the same and let me know, what is the probable

Re: Error in stopping application tomcat !!

2020-07-23 Thread Martin Grigorov
Hi, On Thu, Jul 23, 2020 at 6:35 AM Kushagra Bindal wrote: > Hi Martin, > > These are the only two behaviors right now which I am getting on a > regular basis. > 1. During startup of the application and then shutdown > 2. Running application and then shutdown. > > Please let me know if anything

Re: Error in stopping application tomcat !!

2020-07-22 Thread Kushagra Bindal
Hi Martin, These are the only two behaviors right now which I am getting on a regular basis. 1. During startup of the application and then shutdown 2. Running application and then shutdown. Please let me know if anything specific is further needed from my end which I can provide to have a better

Re: Error in stopping application tomcat !!

2020-07-22 Thread Martin Grigorov
On Wed, Jul 22, 2020, 15:55 Kushagra Bindal wrote: > Hi Christopher, > > Did you get a chance to look into this? > > Please help us in resolving this issue. > > On Sat, Jul 18, 2020 at 11:26 AM Kushagra Bindal < > bindal.kusha...@gmail.com> > wrote: > > > Hi Chris, > > > > Additionally when

Re: Error in stopping application tomcat !!

2020-07-22 Thread Kushagra Bindal
Hi Christopher, Did you get a chance to look into this? Please help us in resolving this issue. On Sat, Jul 18, 2020 at 11:26 AM Kushagra Bindal wrote: > Hi Chris, > > Additionally when trying to stop running application, we are getting below > error. > > Sat Jul 18 05:49:40 UTC 2020 >

Re: Error in stopping application tomcat !!

2020-07-17 Thread Kushagra Bindal
Hi Chris, Additionally when trying to stop running application, we are getting below error. Sat Jul 18 05:49:40 UTC 2020 ** * Stopping the Web Server ** Sat Jul 18 05:49:40 UTC 2020 ./wfc: line 28: /usr/local/nginx/nginx: No such file or directory

Re: Error in stopping application tomcat !!

2020-07-17 Thread Kushagra Bindal
Hi Chris, To stop tomcat we are using the below command. bin/shutdown.sh -$sleeptime -force Where in our case sleeptime is set to 30. Please find the attached server.xml which we are using in our application. Also I have copy-paste the complete content below in this email as well.

Re: Error in stopping application tomcat !!

2020-07-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kushagra, On 7/17/20 11:47, Kushagra Bindal wrote: > Similar issues we are also facing in our environment. What could be > the problem? > > On Fri, Jul 17, 2020 at 6:04 PM om tiwari > wrote: > >> Hi, >> >> We have upgraded our tomcat version from

Re: Error in stopping application tomcat !!

2020-07-17 Thread Kushagra Bindal
Similar issues we are also facing in our environment. What could be the problem? On Fri, Jul 17, 2020 at 6:04 PM om tiwari wrote: > Hi, > > We have upgraded our tomcat version from 8.5.24 to 8.5.53 in > application. After upgrading we are facing issue while stopping > tomcat. > Below is the