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
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...@
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... :-(
--~--~-
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
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