-
-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
clojure-emacs/cider-nrepl
#444Description
Expected behavior
M-x cider-jack-in
and eval anything such as (+ 2 2) repl should output 4
Actual behavior
ERROR: Unhandled REPL handler exception processing message {:ns user, :op eval, :code (+ 2 2)
, :file *cider-repl prjclj*, :line 43, :column 7, :session 0b768c5f-b56a-4ef6-ab5c-3e3cad94718b, :id 13}
java.lang.IllegalAccessError: with-safe-transport does not exist, compiling:(cider/nrepl/middleware/info.clj:1:1)
...
Steps to reproduce the problem
lein new tstprjclj
open the generated project.clj
eval (+ 2 2)
in the repl
M-x cider-jack-in
This is extremely important! Providing us with a reliable way to reproduce
a problem will expedite its solution.
Environment & Version information
OSX
CIDER version information
;; Connected to nREPL server - nrepl://localhost:57198
;; CIDER 0.16.0snapshot (package: 20171001.112), nREPL 0.2.12
;; Clojure 1.8.0, Java 1.8.0_40
Lein/Boot version
Leiningen 2.7.1 on Java 1.8.0_40 Java HotSpot(TM) 64-Bit Server VM
Emacs version
GNU Emacs 25.2.1 (x86_64-apple-darwin16.6.0, Carbon Version 157 AppKit 1504.83) of 2017-07-25
Operating system
OSX Sierra 10.12.6
Metadata
Metadata
Assignees
Labels
No labels