You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
Exception in thread "main" java.io.FileNotFoundException: Could not locate clojure/tools/nrepl/middleware/interruptible_eval__init.class or clojure/tools/nrepl/middleware/interruptible_eval.clj on classpath. Please check that namespaces with dashes use underscores in the Clojure file name., compiling:(cemerick/austin/repls.clj:1:1)
This is due to an undeclared dependency on clojure/tools.nrpel, this dependency was pulled transitively via leiningen prior to version 2.8.2, however that is no longer the case.
The text was updated successfully, but these errors were encountered:
nREPL server started on port 49391 on host 127.0.0.1 - nrepl://127.0.0.1:49391
ERROR: Unhandled REPL handler exception processing message {:id a479569b-999c-42fc-a808-dc4fc9b993c0, :op clone}
java.lang.NullPointerException
at clojure.core$deref_future.invoke(core.clj:2186)
Per a comment on the clara-rules google group,
This is due to an undeclared dependency on clojure/tools.nrpel, this dependency was pulled transitively via leiningen prior to version 2.8.2, however that is no longer the case.
The text was updated successfully, but these errors were encountered: