Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 47115 invoked from network); 22 Jul 2003 15:47:46 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 22 Jul 2003 15:47:46 -0000 Received: (qmail 1036 invoked by uid 97); 22 Jul 2003 15:50:21 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@nagoya.betaversion.org Received: (qmail 1029 invoked from network); 22 Jul 2003 15:50:21 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 22 Jul 2003 15:50:21 -0000 Received: (qmail 44238 invoked by uid 500); 22 Jul 2003 15:47:08 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 44184 invoked from network); 22 Jul 2003 15:47:08 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 22 Jul 2003 15:47:08 -0000 Received: (qmail 972 invoked by uid 50); 22 Jul 2003 15:49:43 -0000 Date: 22 Jul 2003 15:49:43 -0000 Message-ID: <20030722154943.971.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 21802] New: - Tomcat 4.1.x not working under JDK 1.2.2 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21802 Tomcat 4.1.x not working under JDK 1.2.2 Summary: Tomcat 4.1.x not working under JDK 1.2.2 Product: Tomcat 4 Version: 4.1.24 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: Catalina AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: kalinovsky@yahoo.com We are trying to test our web application on all versions of JDK starting from 1.2.2. We use Tomcat as the servlet engine and after upgrading from Tomcat 3.2.x to 4.1.24 (we've tried 4.1.18 as well) we have noticed that the new Tomcat does not start under JDK 1.2.2, see command line output below. We've tried on several machines and it fails with the same Exception. Other uses in forums report the same problem. We find it hard to believe that a product like Tomcat would fail to support JDK 1.2, so any information would be appreciated. ---------------------------------------------------- C:\Java\jakarta-tomcat-4.1.24\bin>catalina.bat run Using CATALINA_BASE: .. Using CATALINA_HOME: .. Using CATALINA_TMPDIR: ..\temp Using JAVA_HOME: c:\java\jdk1.2 Bootstrap: Class loader creation threw exception java.lang.IllegalMonitorStateException: current thread not owner at org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal (StandardClassLoader.java, Compiled Code) at org.apache.catalina.loader.StandardClassLoader. (StandardClassLoader.java, Compiled Code) at org.apache.catalina.startup.ClassLoaderFactory.createClassLoader (ClassLoaderFactory.java, Compiled Code) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java, Compiled Code) --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org