Thanks to Gunter D'Hondt, I've set an environment variable called JAVA_COMPILER to the value NONE and now Tomcat 4.1.12 starts up correctly using jdk1.2.2.
Question, does anybody know if this would adversely affect compilation of JSPs etc.?
And, where is this documented? I looked in the RUNNING.txt file and there's no mention of it. Is this an oversite. Can we get it added to the RUNNING.txt?
Thanks for your time.
-Robert
Robert Christenson wrote:
Hello All,
I'm receiving an error when attempting to start my tomcat container.
D:\jakarta-tomcat-4.1.12\bin>catalina run
Using CATALINA_BASE: d:\jakarta-tomcat-4.1.12
Using CATALINA_HOME: d:\jakarta-tomcat-4.1.12
Using CATALINA_TMPDIR: d:\jakarta-tomcat-4.1.12\temp
Using JAVA_HOME: d:\java\jdk1.2.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)
D:\jakarta-tomcat-4.1.12\bin>
Can anyone direct me to what the problem may be? According to the download area for Tomcat 4.1.12, it runs on JDK1.2+
By the way, it does run when I set my JDK to JDK1.3.1. But for specific reasons, I need to run JDK 1.2.2
Thanks for any help,
-Robert Christenson
-- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
