leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
2019-03-09T02:27:00.050400Z

hi, i’ve started an nrepl server on localhost on port 10001 in my project, and do lein run to start the service - i want to connect with lein repl :connect 10001, and i get

$ lein repl :connect 10001
Connecting to nREPL at 127.0.0.1:10001
Syntax error (ClassNotFoundException) compiling at (form-init1478606774410892161.clj:1:82).
nrepl.core
#object[clojure.lang.Namespace 0xeb4ccec "user"]
Error loading namespace; falling back to user
nil
user=>

2019-03-09T02:27:17.050900Z

i’ve messed with putting nrepl itself in my dependencies, to no avail

2019-03-09T02:27:34.051400Z

i have nothing in my home directory at all (it’s a docker container), so profiles.clj isn’t around

2019-03-09T02:27:46.051700Z

i’m a little at a loss, and would love any advice

2019-03-09T02:29:22.052Z

i also get

Syntax error (ClassNotFoundException) compiling at (form-init1478606774410892161.clj:1:131).
complete.core
when i try to use tab completion