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
we do not set any global clojure version (again, using asdf);
we call cider-jack-in on a clojure project;
the REPL should be started.
Actual behavior
The REPL is not started and the we get the following messages:
[nREPL] Starting server via bash /home/marcel/.config/emacs/elpa/cider-20231006.659/clojure.sh /home/marcel/.asdf/shims/clojure -Sdeps \{\:deps\ \{nrepl/nrepl\ \{\:mvn/version\ \"1.0.0\"\}\ cider/cider-nrepl\ \{\:mvn/version\ \"0.39.0\"\}\ refactor-nrepl/refactor-nrepl\ \{\:mvn/version\ \"3.9.0\"\}\}\ \:aliases\ \{\:cider/nrepl\ \{\:main-opts\ \[\"-m\"\ \"nrepl.cmdline\"\ \"--middleware\"\ \"\[refactor-nrepl.middleware/wrap-refactor\,cider.nrepl/cider-middleware\]\"\]\}\}\} -M:cider/nrepl
error in process sentinel: nrepl-server-sentinel: Could not start nREPL server: ("exited abnormally with code 126")
error in process sentinel: Could not start nREPL server: ("exited abnormally with code 126")
Set the local clojure version to any version available. This will create a .tool-versions file into the project folder.
Make sure that there is no global clojure version set, i.e., that there is no .tool-versions file into your home folder or if there is one, that there is not a clojure versions declared in it.
Try to launch a REPL (cider-jack-in) for this project.
Expected behavior
When:
cider-jack-inon a clojure project;the REPL should be started.
Actual behavior
The REPL is not started and the we get the following messages:
Steps to reproduce the problem
deps.ednfile into this folder..tool-versionsfile into the project folder..tool-versionsfile into your home folder or if there is one, that there is not a clojure versions declared in it.cider-jack-in) for this project.Environment & Version information
CIDER version information
Lein / Clojure CLI version
Clojure CLI version 1.11.1.1413
Emacs version
GNU Emacs 29.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.17.8)
Operating system
Arch Linux
JDK distribution
openjdk version "20.0.2" 2023-07-18
OpenJDK Runtime Environment Temurin-20.0.2+9 (build 20.0.2+9)
OpenJDK 64-Bit Server VM Temurin-20.0.2+9 (build 20.0.2+9, mixed mode, sharing)
The text was updated successfully, but these errors were encountered: