You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Horst Behrendt <Be...@icompo.net> on 2003/04/02 13:16:17 UTC

Bootstrap: Class loader creation threw exception

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.<init>(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?.

AW: Bootstrap: Class loader creation threw exception

Posted by Horst Behrendt <Be...@icompo.net>.
Thanks,
Unfortunately the other application I am using is not cetified for
jvm1.3 or above, so i have to have 2 JDKs
installed. I will figure this out.
 

-----Ursprüngliche Nachricht-----
Von: Kristján Bjarni Guðmundsson [mailto:kbg@hugvit.is] 
Gesendet: Mittwoch, 2. April 2003 13:44
An: Tomcat Users List
Betreff: Re: Bootstrap: Class loader creation threw exception


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" <Be...@icompo.net> 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(S
> ta
> ndardClassLoader.java, Compiled Code)
>         at
>
org.apache.catalina.loader.StandardClassLoader.<init>(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?.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Bootstrap: Class loader creation threw exception

Posted by Kristján Bjarni Guðmundsson <kb...@hugvit.is>.
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" <Be...@icompo.net> 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.<init>(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?.