Hi, Hopefully someone here has some experience with the jvm-breakglass. I am trying to use the jvm-breakglass library with a java web application and it's not able to find the core clojure libraries when i connect.
macbook:server$ lein repl :connect localhost:50000 Connecting to nREPL at localhost:50000 CompilerException java.lang.NoClassDefFoundError: clojure/lang/AFunction, compiling:(NO_SOURCE_PATH:1:1) CompilerException java.lang.NoClassDefFoundError: clojure/lang/AFunction, compiling:(NO_SOURCE_PATH:1:50) CompilerException java.lang.NoClassDefFoundError: clojure/lang/AFunction, compiling:(NO_SOURCE_PATH:1:1) CompilerException java.lang.NoClassDefFoundError: clojure/lang/AFunction, compiling:(NO_SOURCE_PATH:2:13) I ran the dependency tree with maven and it looks like it's only loading the one instance of clojure 1.6.0. macbook$ grep -B1 clojure tree [INFO] +- net.matlux:jvm-breakglass:jar:0.0.7:compile [INFO] | +- org.clojure:clojure:jar:1.6.0:compile [INFO] | +- org.clojure:tools.nrepl:jar:0.2.3:compile I am not sure where else I should be looking. Is this a client issue or is this an issue with the nrepl server running inside the web app? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.