This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-07-20
Channels
- # announcements (1)
- # asami (19)
- # beginners (6)
- # biff (1)
- # cljs-dev (3)
- # clojure (27)
- # clojure-europe (7)
- # clojure-gamedev (4)
- # clojure-hungary (47)
- # clojure-nl (5)
- # clojure-norway (29)
- # clojure-uk (5)
- # clojurescript (23)
- # data-science (1)
- # emacs (36)
- # events (3)
- # fulcro (22)
- # graphql (1)
- # gratitude (1)
- # introduce-yourself (3)
- # lsp (5)
- # nbb (7)
- # off-topic (68)
- # other-languages (2)
- # pathom (5)
- # reagent (4)
- # reitit (10)
- # remote-jobs (2)
- # reveal (2)
- # ring (1)
- # shadow-cljs (46)
- # spacemacs (15)
- # tools-deps (4)
Hi, I'm working on a clojure project that was written with jdk 1.8 (adoptopenjdk 8). when I try to run repl he throws with No nREPL connection details received
. using apple m1 chip. someone knows something?
Can you provide more details about your project? Also include full exception stack trace
The error message you show indicates the use of nREPL. Which likely means that somehow the editor is not communicating properly with the nREPL server. Which editor are you using? What tooling are you using for the project (lein? clojure cli?)? Is there a way you can start up a bare REPL (not nREPL) and see if that works?
@U032ZPU44KD Are you using IntelliJ? Have you checked your REPL configuration?
Hi, tnx for the answers! I am using lein for this project - when I try to start repl process outside of the project scope it has no problems (using lein repl), I am using IntelliJ as the editor - the configurations are basic. Eventually I managed to make it work with different JDK (azul 1.8) istead of OpenJDK / Correto . I'm not sure if there can be issues if other developers are working on different vendors.
basic repl conf: