Re: Problems with AOT compiled Clojure on Azul

2009-08-15 Thread Krukow
On Aug 14, 6:32 pm, "J. McConnell" wrote: > I ran into this exception recently. In my case the problem was that the > classloader returned by (.getContextClassLoader (Thread/currentThread)) > while a gen-classed object was being instantiated was different than the one > returned when a method o

Re: Problems with AOT compiled Clojure on Azul

2009-08-14 Thread J. McConnell
On Fri, Aug 14, 2009 at 1:04 AM, Krukow wrote: > > When running the AOT compiled Clojure (clojure.jar) on an Azul box I > get an error during startup (in particular in the class-initializer > for clojure.main). This error does not occur in the clojure-slim.jar. > The stacktrace is this: > > k...@

Re: Problems with AOT compiled Clojure on Azul

2009-08-14 Thread Krukow
On Aug 14, 9:20 am, Christophe Grand wrote: > Hi Karl, > > It sounds like a classloader problem. > Are you using clojure 1.0 or a recent build? If one, can you try with the > other? I've tried it with 1.0 and with the 1-1-0-alpha-snapshot (latest from github). Same error... :-( --~--~-

Re: Problems with AOT compiled Clojure on Azul

2009-08-14 Thread Christophe Grand
Hi Karl, It sounds like a classloader problem. Are you using clojure 1.0 or a recent build? If one, can you try with the other? Christophe On Fri, Aug 14, 2009 at 7:04 AM, Krukow wrote: > > When running the AOT compiled Clojure (clojure.jar) on an Azul box I > get an error during startup (in

Problems with AOT compiled Clojure on Azul

2009-08-13 Thread Krukow
When running the AOT compiled Clojure (clojure.jar) on an Azul box I get an error during startup (in particular in the class-initializer for clojure.main). This error does not occur in the clojure-slim.jar. The stacktrace is this: k...@azulpod1:~/download$ java $JVM_PARAMS -cp clojure.jar clojure