This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: IllegalMonitorStateException in URLClassLoader


>>>>> "Juerg" == Juerg Lehni <lehni@gmx.net> writes:

Juerg> java.lang.IllegalMonitorStateException: current thread not owner
Juerg>     at gnu.java.net.protocol.jar.Connection.getJarFile (libgcj.7.dylib)
Juerg>     at java.net.URLClassLoader$JarURLLoader.<init> (libgcj.7.dylib)
Juerg>     at java.net.URLClassLoader.addURLImpl (libgcj.7.dylib)
Juerg>     at java.net.URLClassLoader.addURLImpl (libgcj.7.dylib)
Juerg>     at java.net.URLClassLoader.addURLs (libgcj.7.dylib)

Juerg> It seems to be a problem with GCJ but I could not figure out why this
Juerg> happens. Any thougts?

Offhand, no.  To me this says that something fairly fundamental has
gone wrong.  It shouldn't really be possible to get an
IllegalMonitorStateException from this code.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]