Created
December 9, 2011 02:48
-
-
Save xeqi/1449916 to your computer and use it in GitHub Desktop.
clojure version mismatch error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
No message. | |
[Thrown class java.lang.ExceptionInInitializerError] | |
Restarts: | |
0: [QUIT] Quit to the SLIME top level | |
1: [CAUSE1] Invoke debugger on cause Attempting to call unbound fn: #'clojure.core/refer [Thrown class java.lang.IllegalStateException] | |
Backtrace: | |
0: clojure.set__init.__init0(Unknown Source) | |
1: clojure.set__init.<clinit>(Unknown Source) | |
2: java.lang.Class.forName0(Native Method) | |
3: java.lang.Class.forName(Class.java:264) | |
4: clojure.lang.RT.loadClassForName(RT.java:2030) | |
5: clojure.lang.RT.load(RT.java:417) | |
6: clojure.lang.RT.load(RT.java:398) | |
7: clojure.core$load$fn__4610.invoke(core.clj:5386) | |
8: clojure.core$load.doInvoke(core.clj:5385) | |
9: clojure.lang.RestFn.invoke(RestFn.java:408) | |
--more-- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Same issue from repl:
vagrant@natty64:/workspace/pome-teset$ lein repl
REPL started; server listening on localhost port 11994
user=> (use '[cemerick.pomegranate :only [add-dependencies]])
nil
user=> (add-dependencies '[[org.clojure/algo.monads "0.1.0"]])
nil
user=> (require 'clojure.algo.monads)
IllegalStateException Attempting to call unbound fn: #'clojure.core/refer clojure.lang.Var$Unbound.throwArity (Var.java:43)