Fork me on GitHub
#cider
<
2017-10-25
>
mitchelkuijpers17:10:59

@tees had that before make sure when you start you have no tab open with an old figwheel en doe full reload without cache. Then it should be fixed

mitchelkuijpers17:10:10

Make sure you have no tab anywhere that tries to connect

norman19:10:16

ERROR nrepl.server - Unhandled REPL handler exception processing message {:op describe, :session e2fa2fab-cb8b-4e0e-87af-a275c8fe762e, :id 3} java.lang.NullPointerException at clojure.core$deref_future.invokeStatic(core.clj:2208) at clojure.core$deref.invokeStatic(core.clj:2228) at clojure.core$deref.invoke(core.clj:2214) at cider.nrepl$wrap_pprint_fn$fn__108074.invoke(nrepl.clj:85) at clojure.tools.nrepl.middleware$wrap_conj_descriptor$fn__29336.invoke(middleware.clj:22) at cider.nrepl$wrap_tracker$fn__108194.invoke(nrepl.clj:410) at clojure.tools.nrepl.middleware$wrap_conj_descriptor$fn__29336.invoke(middleware.clj:22) at clojure.tools.nrepl.middleware.session$session$fn__29653.invoke(session.clj:192) at clojure.tools.nrepl.middleware$wrap_conj_descriptor$fn__29336.invoke(middleware.clj:22) at cider.nrepl$wrap_version$fn__108206.invoke(nrepl.clj:429) at clojure.tools.nrepl.middleware$wrap_conj_descriptor$fn__29336.invoke(middleware.clj:22) at clojure.tools.nrepl.server$handle_STAR_.invokeStatic(server.clj:19) at clojure.tools.nrepl.server$handle_STAR_.invoke(server.clj:16) at clojure.tools.nrepl.server$handle$fn__29710.invoke(server.clj:28) at clojure.core$binding_conveyor_fn$fn__4676.invoke(core.clj:1938) at clojure.lang.AFn.call(AFn.java:18) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745)

norman19:10:16

If that looks familiar to anyone, ping me. It’s a remote nrepl not launched from lein. Started happening with a recent cider - the last week or two

norman19:10:48

Debugging now, but if someone has seen this, it’ll save me hours

dpsutton19:10:19

i haven't seen it, but i know that the last changes to cider-nrepl were lazy loading dependencies. so i would use that as my initial thread

norman20:10:22

Definitely one of those recent changes. Reverting to a september snapshot fixes it.

dpsutton20:10:34

if you create an issue, vspinu has been really really helpful and prompt with helping. he/she has a newborn but might be able to point you in the right direction if unable to fix it

norman20:10:39

Yeah - I should do that before I spend too much more time on it

dpsutton20:10:20

well dang. maybe put a "me too" but also point out you arehitting this without running from an uberjar?

dpsutton20:10:30

or whatever non-standard way that person was getting it?

norman20:10:38

Not using ubjerjar, but effectively we’re doing the same thing as that issue.