Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 78706 invoked from network); 2 Sep 2000 09:43:29 -0000 Received: from unknown (HELO megha.bflsoftware.com) (164.164.101.11) by locus.apache.org with SMTP; 2 Sep 2000 09:43:29 -0000 Received: from bflsoftware.com ([164.164.58.146]) by megha.bflsoftware.com (Netscape Messaging Server 3.62) with ESMTP id 260 for ; Sat, 2 Sep 2000 15:11:23 +0530 Message-ID: <39B0CA54.3DE3324A@bflsoftware.com> Date: Sat, 02 Sep 2000 15:07:24 +0530 From: "surinder singh" Organization: BFL Software Ltd. X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-user@jakarta.apache.org Subject: shutdown of tomcat not happening Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I have installed tomcat over Redhat Linux6.2. The default jdk that comes along redhat is JDK1.1(blackdown's Kaffe). I have started the tomcat but am unable to shutdown. Following is the output of shutdown.sh. [root@linux bin]# shutdown.sh Guessing TOMCAT_HOME from tomcat.sh to ./.. Setting TOMCAT_HOME to ./.. Using classpath: .:./../lib/ant.jar:./../lib/jasper.jar:./../lib/servlet.jar:./../lib/test:./../lib/webserver.jar:./../lib/xml.jar java.lang.ExceptionInInitializerError: [exception was java.util.MissingResourceException: no bundles found: org.apache.tomcat.startup.LocalStrings] at java.lang.Throwable.(Throwable.java:38) at java.lang.Error.(Error.java:21) at java.lang.LinkageError.(LinkageError.java:21) at java.lang.ExceptionInInitializerError.(ExceptionInInitializerError.java:25) [root@linux bin]# I couldn't get the pid of tomcat as I feel it is run inside the JVM. The one option I has is to kill jvm but feel there may be some civilised way. One more problem: I have decompressed sun java server but didn't set any path for it, but java server is running. If I give 164.164.58.187:8080 to Netscape on the linux machine it will show me javaserver and if i give it from other machine form the network it will show tomcat. I used lynx and it will display tomcat. I am in puzzle as I have not installed and not made the javaserver up. I am planning to remove JDK1.1 and to install JDK 1.2.2. can anybody tell me odd and evens between JDK1.2.2 of sun and blackdown. please tell me what to do. TIA Surinder