Re: Unable to shutdown Tomcat

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

Re: Unable to shutdown Tomcat

2014-02-14 Thread Pooja Swamy
ost Is this a firewall issue? On Fri, Feb 14, 2014 at 3:32 PM, Mark Eggers 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. - >> >

Re: Unable to shutdown Tomcat

2014-02-14 Thread Pooja Swamy
> On 2/14/14, 5:31 PM, Pooja Swamy wrote: > > Yes. My tomcat is definitely not starting up :( I am not sure how > > to debug this issue though. I tried changing the port. It didn't > > help. > > First, make sure Tomcat isn't running (use ps to find it, kill t

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 wrote: > Yes. My tomcat is definitely not starting up :( I am not sure how to debug > this

Re: Unable to shutdown Tomcat

2014-02-14 Thread Pooja Swamy
elnet: connect to address ::1: Connection refused Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused telnet: Unable to connect to remote host Does this mean anything? On Fri, Feb 14, 2014 at 1:11 PM, Neven Cvetkovic wrote: > On Fri, Feb 14, 2014 at 3:10 PM, Pooja Swam

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.ne

Re: Unable to shutdown Tomcat

2014-02-14 Thread Pooja Swamy
"kill -9 ", though I'm interested to see what > happens if you try to kill by port number. > > - -chris > > > On Fri, Feb 14, 2014 at 10:44 AM, Pooja Swamy > > wrote: > > > >> I am unable to shutdown my tomcat gracefully. Everytime I try to &

Re: Unable to shutdown Tomcat

2014-02-14 Thread Pooja Swamy
vic wrote: > On Feb 14, 2014 8:29 PM, "Pooja Swamy" 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 - > > > > >

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 wrote: > Right thanks Chuck! > > I

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 - 2. My startup port is 8080. Here is what I see after st

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: /Us

Re: catalina.out growing very fast

2014-02-10 Thread Pooja Swamy
ond. Please 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 wrote: > On 10/02/2014 01:53, Pooja Swamy wrote: > > Hi, > > > > I am on a bridge call in the middle of a critical Producti

Re: catalina.out growing very fast

2014-02-10 Thread Pooja Swamy
Thank so much for your detailed answers. Really appreciate your help. The changes you recommend here - Do I need to make these changes in logging.properties in conf folder, or log4j.xml? On Mon, Feb 10, 2014 at 4:37 AM, Konstantin Kolinko wrote: > 2014-02-10 5:53 GMT+04:00 Pooja Swamy : >

Re: catalina.out growing very fast

2014-02-09 Thread Pooja Swamy
t; catalina.out > > > > > On Mon, Feb 10, 2014 at 12:19 AM, Pooja Swamy > 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? > > &g

Re: catalina.out growing very fast

2014-02-09 Thread Pooja Swamy
gt; On Sun, Feb 9, 2014 at 8:53 PM, Pooja Swamy 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 curren

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 Tom