first time running duct… I followed the docs to lein repl
-> (dev)
-> (go)
Execution error (ConnectException) at <http://java.net|java.net>.PlainSocketImpl/socketConnect (PlainSocketImpl.java:-2).
Connection refused (Connection refused)
this is from a lein duct new foo +site +postgres +example +ataraxy +heroku +api
It looks like you have something already running on the default port.
yeah, but i don’t think that i do??? i do have a project that runs on 3000, but docker is not running so it should be dead
hmm
yeah, it doesn’t appear to be running… color me confused.
im on mac, any thoughts on tracking down what has this port bound?
What’s the full stacktrace?
that’s all that’s reported in the REPL
Try (pst)
.
ah, right, forgot about that
ahhhh, it’s failing to connect to PG
because well, it isn’t running 😄
Mystery solved 🙂
is there an example project anywhere?
like, one that uses postgres and has migrations and such?
I followed a tutorial from Feb 12, 2019 on the CircleCI blog but I’m getting a missing-refs-exception
I’d kind of just like to browse working code for an existing basic CRUD app