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
Making nrepl-use-this-as-repl-buffer local to *nrepl-server test* while let-bound!
Starting nREPL server via /usr/local/bin/lein update-in :dependencies conj \[org.clojure/tools.nrepl\ \"0.2.13\"\ \:exclusions\ \[org.clojure/clojure\]\] -- update-in :plugins conj \[cider/cider-nrepl\ \"0.16.0\"\] -- repl :headless :host ::...
You can run the command ‘cider-jack-in’ with C-c M-j
nREPL server started on 49527
[nREPL] Establishing direct connection to localhost:49527 ...
error in process filter: nrepl--direct-connect: [nREPL] Direct connection to localhost:49527 failed
error in process filter: [nREPL] Direct connection to localhost:49527 failed
Steps to reproduce the problem
Fresh emacs install
no .lein/profiles.clj
user Cider stable 0.16.0
lein new test
open core.clj
cider-jack-in
Environment & Version information
CIDER version information
CIDER 0.16.0 (Riga)
Lein/Boot version
Leiningen 2.8.1 on Java 1.8.0_131 Java HotSpot(TM) 64-Bit Server VM
Emacs version
GNU Emacs 25.3.1 (x86_64-apple-darwin17.4.0, NS appkit-1561.20 Version 10.13.3 (Build 17D47)) of 2018-01-31
Operating system
OS X 10.13.3 (17D47) "High Sierra"
The text was updated successfully, but these errors were encountered:
This was a transfer to a new laptop, somehow the /etc/hosts file was completely blank. Restoring it to the OSx default fixed the issue.
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
Expected behavior
cider-jack-in
starts nREPL and connects to itActual behavior
nREPL starts, but Cider can't connect to it.
Steps to reproduce the problem
lein new test
cider-jack-in
Environment & Version information
CIDER version information
Lein/Boot version
Emacs version
Operating system
OS X 10.13.3 (17D47) "High Sierra"
The text was updated successfully, but these errors were encountered: