Created
January 8, 2016 23:03
-
-
Save JulianBirch/1e2c3bacb16114ce8a33 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
Exception in thread "main" java.lang.AbstractMethodError: cljsbuild.compiler.SourcePaths._find_sources(Ljava/lang/Object;)Ljava/lang/Object;, compiling:(/tmp/form-init5931832452504796267.clj:1:73) | |
at clojure.lang.Compiler.load(Compiler.java:7239) | |
at clojure.lang.Compiler.loadFile(Compiler.java:7165) | |
at clojure.main$load_script.invoke(main.clj:275) | |
at clojure.main$init_opt.invoke(main.clj:280) | |
at clojure.main$initialize.invoke(main.clj:308) | |
at clojure.main$null_opt.invoke(main.clj:343) | |
at clojure.main$main.doInvoke(main.clj:421) | |
at clojure.lang.RestFn.invoke(RestFn.java:421) | |
at clojure.lang.Var.invoke(Var.java:383) | |
at clojure.lang.AFn.applyToHelper(AFn.java:156) | |
at clojure.lang.Var.applyTo(Var.java:700) | |
at clojure.main.main(main.java:37) | |
Caused by: java.lang.AbstractMethodError: cljsbuild.compiler.SourcePaths._find_sources(Ljava/lang/Object;)Ljava/lang/Object; | |
at cljs.closure$build$fn__5570.invoke(closure.clj:1862) | |
at clojure.lang.Atom.swap(Atom.java:37) | |
at clojure.core$swap_BANG_.invoke(core.clj:2238) | |
at cljs.closure$build.invoke(closure.clj:1856) | |
at cljs.closure$build.invoke(closure.clj:1840) | |
at cljsbuild.compiler$compile_cljs$fn__5674.invoke(compiler.clj:81) | |
at cljsbuild.compiler$compile_cljs.invoke(compiler.clj:80) | |
at cljsbuild.compiler$run_compiler.invoke(compiler.clj:187) | |
at user$eval5808$iter__5844__5848$fn__5849$fn__5867.invoke(form-init5931832452504796267.clj:1) | |
at user$eval5808$iter__5844__5848$fn__5849.invoke(form-init5931832452504796267.clj:1) | |
at clojure.lang.LazySeq.sval(LazySeq.java:40) | |
at clojure.lang.LazySeq.seq(LazySeq.java:49) | |
at clojure.lang.RT.seq(RT.java:507) | |
at clojure.core$seq__4128.invoke(core.clj:137) | |
at clojure.core$dorun.invoke(core.clj:3009) | |
at clojure.core$doall.invoke(core.clj:3025) | |
at user$eval5808.invoke(form-init5931832452504796267.clj:1) | |
at clojure.lang.Compiler.eval(Compiler.java:6782) | |
at clojure.lang.Compiler.eval(Compiler.java:6772) | |
at clojure.lang.Compiler.load(Compiler.java:7227) | |
... 11 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had the same problem, try out update lein-cljsbuild version to 1.1.3.