Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 62108 invoked from network); 2 Apr 2003 13:16:24 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 2 Apr 2003 13:16:24 -0000 Received: (qmail 17162 invoked by uid 97); 2 Apr 2003 13:18:12 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 17155 invoked from network); 2 Apr 2003 13:18:11 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 2 Apr 2003 13:18:11 -0000 Received: (qmail 60703 invoked by uid 500); 2 Apr 2003 13:16:09 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 33143 invoked from network); 2 Apr 2003 11:44:03 -0000 In-Reply-To: <000001c2f909$480eda30$4b6659d9@icompo.net> To: "Tomcat Users List" Subject: Re: Bootstrap: Class loader creation threw exception MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.0.1 February 07, 2003 Message-ID: From: =?ISO-8859-1?Q?Kristj=E1n_Bjarni_Gu=F0mundsson?= Date: Wed, 2 Apr 2003 11:43:44 +0000 X-MIMETrack: Serialize by Router on Office/REK/Hugvit(Release 6.0.1|February 07, 2003) at 02.04.2003 11:43:46, Serialize complete at 02.04.2003 11:43:46 Content-Type: multipart/alternative; boundary="=_alternative 00406DB800256CFC_=" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --=_alternative 00406DB800256CFC_= Content-Type: text/plain; charset="US-ASCII" Yes this is java bug 4776385, which will never be fixed. See: http://developer.java.sun.com/developer/bugParade/bugs/4776385.html Code compiled with Java 1.4 (like Tomcat) doesn't work with standard Java 1.2 To fix this you need to do either: - Install a newer JVM, 1.3 or higher. Why are you using such and old JVM anyway? - Install the Hotspot 2.0 for Java 1.2 http://java.sun.com/products/hotspot/2.0/download.html - Kristjan "Horst Behrendt" wrote on 02.04.2003 11:16:17: > Sorry I am a newbie to tomcat and because i heard so much good thinks > about it i am trying to get it up and running. > > Unfortunately i have to install it (tomcat4.1.24) on WIN NT with jvm1.2. > When i now use "catalina run" form the cmd in the installation directory > i get the following message: > > Bootstrap: Class loader creation threw exception > java.lang.IllegalMonitorStateException: current thread not owner > at > org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(Sta > ndardClassLoader.java, Compiled Code) > at > org.apache.catalina.loader.StandardClassLoader.(StandardClassLoade > r.java, Compiled Code) > at > org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(ClassLo > aderFactory.java, Compiled Code) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java, > Compiled Code) > > > Can anyone tell me what is probably wrong?. --=_alternative 00406DB800256CFC_=--