Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 59129 invoked from network); 30 Jan 2008 12:45:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jan 2008 12:45:13 -0000 Received: (qmail 28432 invoked by uid 500); 30 Jan 2008 12:44:52 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 28406 invoked by uid 500); 30 Jan 2008 12:44:52 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 28389 invoked by uid 99); 30 Jan 2008 12:44:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2008 04:44:52 -0800 X-ASF-Spam-Status: No, hits=2.1 required=10.0 tests=DNS_FROM_RFC_BOGUSMX,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of delbd+jakarta@oma.be designates 193.190.231.70 as permitted sender) Received: from [193.190.231.70] (HELO bonnie2.oma.be) (193.190.231.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2008 12:44:36 +0000 Received: from bonnie2.oma.be (localhost [127.0.0.1]) by bonnie2.oma.be (8.13.6/8.11.1) with ESMTP id m0UCiUgG023508 for ; Wed, 30 Jan 2008 12:44:30 GMT Received: from [193.190.249.120] (cal-12.oma.be [193.190.249.120]) by bonnie2.oma.be (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id m0UCiTed023505 for ; Wed, 30 Jan 2008 12:44:29 GMT Message-ID: <47A07045.7090509@oma.be> Date: Wed, 30 Jan 2008 13:40:37 +0100 From: David Delbecq User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error References: <99BDE94B756BBD409957244A0E7FFD97194ED4@ftsmail.fts-soft.com> <47A03552.6070709@oma.be> <99BDE94B756BBD409957244A0E7FFD97194EF7@ftsmail.fts-soft.com> <47A055A3.6050305@oma.be> <99BDE94B756BBD409957244A0E7FFD9719501D@ftsmail.fts-soft.com> <47A06BD1.5040409@oma.be> <99BDE94B756BBD409957244A0E7FFD971950A7@ftsmail.fts-soft.com> In-Reply-To: <99BDE94B756BBD409957244A0E7FFD971950A7@ftsmail.fts-soft.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org This is ps from HP-UX/linux, other version might use a different flag :) There are tons of flags, as long as you can get detailed command line, or working directory or perhaps environment variables, you should have enough to limit selection to one process. En l'instant pr�cis du 30/01/08 13:36, Meir Yanovich s'exprimait en ces termes: > Hi and thanks for the fast reply but my version of ps > Don't have the x flag, any other way ? > > -----Original Message----- > From: David Delbecq [mailto:delbd+jakarta@oma.be] > Sent: Wednesday, January 30, 2008 2:22 PM > To: Tomcat Users List > Subject: Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error > > ps -aex | grep tomcat | grep java > > first part limit to tomcat processes, second part strip non java > processes that are related to tomcat (like the grep tomcat of previous > line ;) > If you need more explicit selection, include the home directory of > tomcat in the grep calls. Here we use, as part of our stop/wait 2 > minutes/kill script, the following expression: > > **kill -9 `ps -aex | grep tomcat | grep intranet | awk '{print $1}'`** > > > (tomcat being run inside a folder named intranet) > > > En l'instant pr�cis du 30/01/08 12:37, Meir Yanovich s'exprimait en ces > termes: > >> Well this is problematic abit >> When I do : ps -fu >> Im getting something like this : >> /opt/jdk1.5.0_11/jdk/bin/java -Xmn100M -Xms256M -Xmx256M -Djava.util.logging.ma >> >> I have more java process that are running .. can I somhow get the tomcat name shown ? to be more unique , so I can grep it? >> >> -----Original Message----- >> From: David Delbecq [mailto:delbd+jakarta@oma.be] >> Sent: Wednesday, January 30, 2008 12:47 PM >> To: Tomcat Users List >> Subject: Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error >> >> under linux, a combinaision of ps, grep and wc could tell you how much >> tomcat processes are active. >> >> En l'instant pr�cis du 30/01/08 09:44, Meir Yanovich s'exprimait en ces >> termes: >> >> >>> Yes you are right , there is in the tomcat script , first it is running the >>> Shatt down the tomcat , is there any better way to do this ? >>> Some kind of checking if the tomcat alive ? >>> Thanks >>> >>> -----Original Message----- >>> From: David Delbecq [mailto:delbd+jakarta@oma.be] >>> Sent: Wednesday, January 30, 2008 10:29 AM >>> To: Tomcat Users List >>> Subject: Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error >>> >>> Looks like you are trying, for whatever reason, to stop tomcat prior to >>> starting it. This exception occurs cause there is no tomcat running that >>> could answer that stop request. >>> >>> En l'instant pr�cis du 30/01/08 09:25, Meir Yanovich s'exprimait en ces >>> termes: >>> >>> >>> >>>> Hello all >>>> Im running with my tomcat 5.5 on SunOS 9 , but when I start tomcat im >>>> getting this error The tomcat keeps running fine , but I like to know >>>> how to eliminate this error : >>>> SEVERE: Catalina.stop: >>>> java.net.ConnectException: Connection refused >>>> at java.net.PlainSocketImpl.socketConnect(Native Method) >>>> at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) >>>> at >>>> java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) >>>> at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) >>>> at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) >>>> at java.net.Socket.connect(Socket.java:519) >>>> at java.net.Socket.connect(Socket.java:469) >>>> at java.net.Socket.(Socket.java:366) >>>> at java.net.Socket.(Socket.java:179) >>>> at >>>> org.apache.catalina.startup.Catalina.stopServer(Catalina.java:394) >>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>> at >>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav >>>> a:39) >>>> at >>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor >>>> Impl.java:25) >>>> at java.lang.reflect.Method.invoke(Method.java:585) >>>> at >>>> org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:344) >>>> at >>>> org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:435) >>>> >>>> Thanks >>>> >>>> >>>> >>>> --------------------------------------------------------------------- >>>> To start a new topic, e-mail: users@tomcat.apache.org >>>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org >>>> For additional commands, e-mail: users-help@tomcat.apache.org >>>> >>>> >>>> >>>> >>>> >>> >>> >>> >> >> > > > -- http://www.devlog.be (a belgian developer's logs) --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org