Created
September 21, 2015 15:24
-
-
Save aaronc/d2a31f1f1fe3023a43e8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
clojure.lang.ExceptionInfo: java.lang.ExceptionInInitializerError | |
data: {:file "/tmp/boot.user3149510563468310428.clj", :line 73} | |
java.util.concurrent.ExecutionException: java.lang.ExceptionInInitializerError | |
java.lang.ExceptionInInitializerError: | |
clojure.lang.Compiler$CompilerException: java.io.FileNotFoundException: Could not locate datomic/api__init.class or datomic/api.clj on classpath., compiling:(core/cache.clj:1:1) | |
java.io.FileNotFoundException: Could not locate datomic/api__init.class or datomic/api.clj on classpath. | |
... | |
clojure.core/load/fn core.clj: 5866 | |
clojure.core/load core.clj: 5865 | |
... | |
clojure.core/load-one core.clj: 5671 | |
clojure.core/load-lib/fn core.clj: 5711 | |
clojure.core/load-lib core.clj: 5710 | |
... | |
clojure.core/apply core.clj: 632 | |
clojure.core/load-libs core.clj: 5749 | |
... | |
clojure.core/apply core.clj: 632 | |
clojure.core/require core.clj: 5832 | |
... | |
core.cache/eval9/loading--auto-- cache.clj: 1 | |
core.cache/eval9 cache.clj: 1 | |
... | |
clojure.core/load/fn core.clj: 5866 | |
clojure.core/load core.clj: 5865 | |
... | |
clojure.core/load-one core.clj: 5671 | |
clojure.core/load-lib/fn core.clj: 5711 | |
clojure.core/load-lib core.clj: 5710 | |
... | |
clojure.core/apply core.clj: 632 | |
clojure.core/load-libs core.clj: 5749 | |
... | |
clojure.core/apply core.clj: 632 | |
clojure.core/require core.clj: 5832 | |
... | |
user/eval3/loading--auto-- user.clj: 1 | |
user/eval3 user.clj: 1 | |
... | |
org.projectodd.shimdandy.ClojureRuntimeShim.newRuntime ClojureRuntimeShim.java: 26 | |
org.projectodd.shimdandy.ClojureRuntimeShim.newRuntime ClojureRuntimeShim.java: 32 | |
boot.App.newShim App.java: 154 | |
boot.pod/make-pod pod.clj: 464 | |
boot.immutant/fn immutant.clj: 21 | |
... | |
clojure.core/deref core.clj: 2206 | |
boot.immutant/war-machine immutant.clj: 57 | |
boot.immutant/eval10876/fn/fn/fn immutant.clj: 91 | |
boot.core/run-tasks core.clj: 695 | |
boot.core/boot/fn core.clj: 705 | |
clojure.core/binding-conveyor-fn/fn core.clj: 1916 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm also seeing this error. Any idea of the cause?