Skip to content

Instantly share code, notes, and snippets.

@semperos
Created May 27, 2012 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save semperos/2815145 to your computer and use it in GitHub Desktop.
Save semperos/2815145 to your computer and use it in GitHub Desktop.
ClojureScript compiler error
Compiling "resources/public/js/main.js" failed:
java.lang.StackOverflowError:
StringCoding.java:231 java.lang.StringCoding$StringEncoder.encode
StringCoding.java:272 java.lang.StringCoding.encode
String.java:946 java.lang.String.getBytes
(Unknown Source) java.io.UnixFileSystem.getBooleanAttributes0
UnixFileSystem.java:228 java.io.UnixFileSystem.getBooleanAttributes
File.java:733 java.io.File.exists
URLClassPath.java:999 sun.misc.URLClassPath$FileLoader.getResource
URLClassPath.java:966 sun.misc.URLClassPath$FileLoader.findResource
URLClassPath.java:146 sun.misc.URLClassPath.findResource
URLClassLoader.java:385 java.net.URLClassLoader$2.run
(Unknown Source) java.security.AccessController.doPrivileged
URLClassLoader.java:382 java.net.URLClassLoader.findResource
ClassLoader.java:1002 java.lang.ClassLoader.getResource
io.clj:440 clojure.java.io/resource
io.clj:439 clojure.java.io/resource
compiler.clj:1152 cljs.compiler/analyze-deps
compiler.clj:1187 cljs.compiler/eval1420[fn]
MultiFn.java:177 clojure.lang.MultiFn.invoke
compiler.clj:1414 cljs.compiler/analyze-seq
compiler.clj:1468 cljs.compiler/analyze
compiler.clj:1461 cljs.compiler/analyze
compiler.clj:1487 cljs.compiler/analyze-file
compiler.clj:1153 cljs.compiler/analyze-deps
compiler.clj:1187 cljs.compiler/eval1420[fn]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment