You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/07/22 17:49:43 UTC

DO NOT REPLY [Bug 21802] New: - Tomcat 4.1.x not working under JDK 1.2.2

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21802>.
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.<init>
(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