Skip to content

Instantly share code, notes, and snippets.

@mfikes
Created April 3, 2015 15:00
Show Gist options
  • Save mfikes/2cc187b95646bb5c706a to your computer and use it in GitHub Desktop.
Save mfikes/2cc187b95646bb5c706a to your computer and use it in GitHub Desktop.
NPE
Exception in thread "Thread-3" java.lang.NullPointerException
at clojure.lang.Reflector.invokeInstanceMethod(Reflector.java:26)
at cljs.repl.server$read_request.invoke(server.clj:95)
at cljs.repl.server$handle_connection.invoke(server.clj:153)
at cljs.repl.server$server_loop$fn__4213.invoke(server.clj:164)
at clojure.core$binding_conveyor_fn$fn__4145.invoke(core.clj:1910)
at clojure.lang.AFn.run(AFn.java:22)
at java.lang.Thread.run(Thread.java:745)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment