Hi,

lein repl is crashing on OpenJDK 8 consistently for me, with this error:

Exception in thread "main" java.lang.ClassCastException:
clojure.tools.nrepl.server.Server cannot be cast to
compile__stub.clojure.tools.nrepl.server.Server
        at clojure.tools.nrepl.server.Server.valAt(server.clj:100)
        at clojure.lang.KeywordLookupSite$1.get(KeywordLookupSite.java:45)
        at user$eval966.invoke(NO_SOURCE_FILE:1)
        at clojure.lang.Compiler.eval(Compiler.java:6511)
        at clojure.lang.Compiler.eval(Compiler.java:6501)
        at clojure.lang.Compiler.eval(Compiler.java:6477)
        at clojure.core$eval.invoke(core.clj:2797)
        at clojure.main$eval_opt.invoke(main.clj:297)
        at clojure.main$initialize.invoke(main.clj:316)
        at clojure.main$null_opt.invoke(main.clj:349)
        at clojure.main$main.doInvoke(main.clj:427)
        at clojure.lang.RestFn.invoke(RestFn.java:421)
        at clojure.lang.Var.invoke(Var.java:419)
        at clojure.lang.AFn.applyToHelper(AFn.java:163)
        at clojure.lang.Var.applyTo(Var.java:532)
        at clojure.main.main(main.java:37)

Is there someone out there with better knowledge of Clojure's
internals than me who would like to spend some cycles working with me
to try to get to the bottom of this?

I have a Mac build of OpenJDK 8 which reproduces the problem, and can
bring my knowledge of JVM internals to the party. If you were in
London & could collaborate face-face, so much the better.

Thanks,

Ben

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to