Unfortunately, the full stacktrace is getting swallowed up by all of the other 
moving parts, so it's not easily accessible.

Here is the Azul Java version:

-bash-4.1$ java -version
java version "1.6.0_29"
Java(TM) SE Runtime Environment (build 1.6.0_29-13)
Java HotSpot(TM) 64-Bit Tiered VM (build 
1.6.0_29-ZVM_5.1.4.0-b13-product-azlinuxM-X86_64, mixed mode)

My understanding is that it basically uses the same Java library as Sun (the 
modifications are bytecode and GC.)

Here is the "normal" Java being used:

java version "1.6.0_31"
Java(TM) SE Runtime Environment (build 1.6.0_31-b04)
Java HotSpot(TM) 64-Bit Server VM (build 20.6-b01, mixed mode)

Cheers,
Edward

________________________________
From: clojure@googlegroups.com [clojure@googlegroups.com] on behalf of Mark 
[markaddle...@gmail.com]
Sent: Wednesday, June 13, 2012 3:01 PM
To: clojure@googlegroups.com
Subject: Re: Clojure (Slim 1.4.0) and Azul don't like each other

I'm speaking from ignorance but this kind of error smacks of a version mismatch 
between the Java runtime library and what Clojure is expecting.  What version 
of Java runtime are you using?  Also, is the Azul Java library the same as 
Sun's?  What's the entire stacktrace?

On Wednesday, June 13, 2012 9:26:37 AM UTC-7, Edward Z. Yang wrote:
We've been attempting to run Clojure in Azul, and not having particularly good 
luck. We got around the problem described here 
(http://www.mail-archive.com/clojure@googlegroups.com/msg17276.html) by 
switching to slim, but now we are getting this exception:

ExceptionInInitializerError: Compiler$CompilerException: 
java.lang.NoSuchFieldException: close, compiling:(clojure/core.clj:6139)

Any advice?

Cheers,
Edward

--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to