This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-10
Channels
- # aws (39)
- # babashka (4)
- # beginners (5)
- # biff (25)
- # cider (14)
- # clj-on-windows (40)
- # clojure-europe (36)
- # clojure-gamedev (1)
- # clojure-losangeles (4)
- # clojure-norway (51)
- # clojure-spec (5)
- # clojure-uk (2)
- # clojurescript (2)
- # clr (176)
- # data-science (10)
- # datalevin (17)
- # datomic (7)
- # deps-new (4)
- # docs (3)
- # emacs (12)
- # figwheel (3)
- # figwheel-main (5)
- # hyperfiddle (20)
- # instaparse (3)
- # introduce-yourself (8)
- # lsp (66)
- # malli (43)
- # off-topic (4)
- # rdf (11)
- # reagent (5)
- # releases (2)
- # sci (11)
- # shadow-cljs (24)
- # slack-help (2)
- # specter (7)
- # tools-deps (3)
- # xtdb (48)
Hi folks, I've posted this on #CFN4QDHPS and #C09C8GRLY but it seems to be particular to emacs because I can run the repl in the git bash shell but not jack in from emacs cider. I get:
[nREPL] Starting server via "c:/Users/Paul Dumais/scoop/shims/clojure.exe" -Sdeps '{:deps {nrepl/nrepl {:mvn/version "1.0.0"} cider/cider-nrepl {:mvn/version "0.30.0"}} :aliases {:cider/nrepl {:main-opts ["-m" "nrepl.cmdline" "--middleware" "[cider.nrepl/cider-middleware]"]}}}' -M:cider/nrepl
error in process sentinel: nrepl-server-sentinel: Could not start nREPL server: Error building classpath. Don't know how to create ISeq from: clojure.lang.Symbol
It was working fine 2 days ago, but something about rebooting seems to have broken things. I tried rolling back changes to my spacemacs repo and elpa packages but this did not help.
Does this command succeed in your terminal?
"c:/Users/Paul Dumais/scoop/shims/clojure.exe" -Sdeps '{:deps {nrepl/nrepl {:mvn/version "1.0.0"} cider/cider-nrepl {:mvn/version "0.30.0"}} :aliases {:cider/nrepl {:main-opts ["-m" "nrepl.cmdline" "--middleware" "[cider.nrepl/cider-middleware]"]}}}' -M:cider/nrepl
Maybe there's a small typo in there?
Or in deps.ednoh, sorry for reading too quickly.
Given that the command works, maybe it's an issue related to delimited quoting. clojure
and Windows can both act funny
if you're able to obtain a full stracktrace (for example, precede your invocation with M-x toggle-debug-on-error
, probably we'd appreciate a GH issue.
Debugger entered--Lisp error: (error "Could not start nREPL server: Error building class...")
error("Could not start nREPL server: %s (%S)" "Error building classpath. Don't know how to create..." "exited abnormally with code 1")
nrepl-server-sentinel(#<process nrepl-server> "exited abnormally with code 1\n")