Unable to shutdown Tomcat

2014-02-14 Thread Pooja Swamy
I am unable to shutdown my tomcat gracefully. Everytime I try to shutdown tomcat, this is the error I get. test@17.198.48.77:/Users/test/software/tomcat/bin./startup.sh Using CATALINA_BASE: /Users/test/software/tomcat Using CATALINA_HOME: /Users/test/software/tomcat Using CATALINA_TMPDIR:

Re: Unable to shutdown Tomcat

2014-02-14 Thread Pooja Swamy
Thank you so much for working with me on this. I am on mac OS, and I am using tomcat-7.0.50 1. Here is my server.xml without comments - ?xml version='1.0' encoding='utf-8'? Server port=8005 shutdown=SHUTDOWN Listener className=org.apache.catalina.core.AprLifecycleListener SSLEngine=on /

Re: Unable to shutdown Tomcat

2014-02-14 Thread Pooja Swamy
Btw, when I shutdown, I see this message everytime - SEVERE: Could not contact localhost:8005. Tomcat may not be running. So looks like the problem is with my startup. The startup is not happening correctly. On Fri, Feb 14, 2014 at 11:30 AM, Leo Medina leo.medi...@gmail.com wrote: Right

Re: Unable to shutdown Tomcat

2014-02-14 Thread Pooja Swamy
neven.cvetko...@gmail.com wrote: On Feb 14, 2014 8:29 PM, Pooja Swamy poojasw...@gmail.com wrote: Thank you so much for working with me on this. I am on mac OS, and I am using tomcat-7.0.50 1. Here is my server.xml without comments - ?xml version='1.0' encoding='utf-8'? Server

Re: Unable to shutdown Tomcat

2014-02-14 Thread Pooja Swamy
by port number. - -chris On Fri, Feb 14, 2014 at 10:44 AM, Pooja Swamy poojasw...@gmail.com wrote: I am unable to shutdown my tomcat gracefully. Everytime I try to shutdown tomcat, this is the error I get. test@17.198.48.77:/Users/test/software/tomcat/bin./startup.sh Using

Re: Unable to shutdown Tomcat

2014-02-14 Thread Pooja Swamy
BTW, you need to read the whole thread before responding to intermediate entries - we're way beyond that point. - I agree. Thanks Charles. On Fri, Feb 14, 2014 at 12:08 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net]

Re: Unable to shutdown Tomcat

2014-02-14 Thread Pooja Swamy
:10 PM, Pooja Swamy poojasw...@gmail.com wrote: Yes I have tried that. When I kill, the process gets killed gracefully. After killing, if I do a ps -ef|grep tomcat, I don't see the process running. Like I said the issue is not with shutdown. The issue is with startup. When I startup

Re: Unable to shutdown Tomcat

2014-02-14 Thread Pooja Swamy
org.apache.catalina.startup.Bootstrap start 501 30046 29856 0 2:44PM ttys0010:00.00 grep tomcat myMac:bin test$ So tomcat is basically not starting up at all. On Fri, Feb 14, 2014 at 2:31 PM, Pooja Swamy poojasw...@gmail.com wrote: Yes. My tomcat is definitely not starting up :( I am not sure how to debug

Re: Unable to shutdown Tomcat

2014-02-14 Thread Pooja Swamy
environments was not found on the java.library.path: .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java On Fri, Feb 14, 2014 at 2:46 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pooja, On 2/14/14, 5:31 PM, Pooja

Re: Unable to shutdown Tomcat

2014-02-14 Thread Pooja Swamy
Is this a firewall issue? On Fri, Feb 14, 2014 at 3:32 PM, Mark Eggers its_toas...@yahoo.com wrote: On 2/14/2014 2:46 PM, Pooja Swamy wrote: Here is another thing. Everytime I start tomcat, it is not throwing an error. I am able to start it up multiple times. - myMac:bin test$ ./startup.sh Using

Re: Unable to shutdown Tomcat

2014-02-14 Thread Pooja Swamy
*.*LISTEN tcp4 0 0 *.311 *.*LISTEN tcp6 0 0 *.311 *.*LISTEN On Fri, Feb 14, 2014 at 3:43 PM, Mark Eggers its_toas...@yahoo.com wrote: On 2/14/2014 3:37 PM, Pooja Swamy wrote: I

Re: catalina.out growing very fast

2014-02-10 Thread Pooja Swamy
Pooja Swamy poojasw...@gmail.com: Hi, I am on a bridge call in the middle of a critical Production issue, and I need some urgent help. I am using Tomcat 7.0.x, and my catalina.out file is growing very fast. It is currently at 50 GB. I am frequently rotating the file, but no luck. Add

Re: catalina.out growing very fast

2014-02-10 Thread Pooja Swamy
help how I can prevent this? Do I need to make changes to logging.properties or log4j.properties? On Mon, Feb 10, 2014 at 1:12 AM, Mark Thomas ma...@apache.org wrote: On 10/02/2014 01:53, Pooja Swamy wrote: Hi, I am on a bridge call in the middle of a critical Production issue, and I

catalina.out growing very fast

2014-02-09 Thread Pooja Swamy
Hi, I am on a bridge call in the middle of a critical Production issue, and I need some urgent help. I am using Tomcat 7.0.x, and my catalina.out file is growing very fast. It is currently at 50 GB. I am frequently rotating the file, but no luck. I have referred to multiple posts including the

Re: catalina.out growing very fast

2014-02-09 Thread Pooja Swamy
. On Sun, Feb 9, 2014 at 8:53 PM, Pooja Swamy poojasw...@gmail.com wrote: Hi, I am on a bridge call in the middle of a critical Production issue, and I need some urgent help. I am using Tomcat 7.0.x, and my catalina.out file is growing very fast. It is currently at 50 GB. I am frequently

Re: catalina.out growing very fast

2014-02-09 Thread Pooja Swamy
to the catalina.out On Mon, Feb 10, 2014 at 12:19 AM, Pooja Swamy poojasw...@gmail.com wrote: Yes, I have it set to INFO mode, and I can't afford to have ERROR. But why are these messages landing in my catalina.out file in the first place? On Sun, Feb 9, 2014 at 9:09 PM, Dhaval