duct

devn 2020-03-15T21:16:24.026900Z

first time running duct… I followed the docs to lein repl -> (dev) -> (go)

devn 2020-03-15T21:16:36.027200Z

Execution error (ConnectException) at <http://java.net|java.net>.PlainSocketImpl/socketConnect (PlainSocketImpl.java:-2).
Connection refused (Connection refused)

devn 2020-03-15T21:17:01.027900Z

this is from a lein duct new foo +site +postgres +example +ataraxy +heroku +api

2020-03-15T21:17:12.028100Z

It looks like you have something already running on the default port.

devn 2020-03-15T21:18:00.028900Z

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

devn 2020-03-15T21:18:01.029100Z

hmm

devn 2020-03-15T21:21:19.029500Z

yeah, it doesn’t appear to be running… color me confused.

devn 2020-03-15T21:21:46.030200Z

im on mac, any thoughts on tracking down what has this port bound?

2020-03-15T21:21:56.030400Z

What’s the full stacktrace?

devn 2020-03-15T21:22:08.030600Z

that’s all that’s reported in the REPL

2020-03-15T21:22:20.030900Z

Try (pst) .

devn 2020-03-15T21:22:43.031400Z

ah, right, forgot about that

devn 2020-03-15T21:23:06.031600Z

ahhhh, it’s failing to connect to PG

devn 2020-03-15T21:23:12.031800Z

because well, it isn’t running 😄

2020-03-15T21:23:19.032Z

Mystery solved 🙂

devn 2020-03-15T22:04:26.032300Z

is there an example project anywhere?

devn 2020-03-15T22:04:52.032700Z

like, one that uses postgres and has migrations and such?

devn 2020-03-15T22:09:10.033200Z

I followed a tutorial from Feb 12, 2019 on the CircleCI blog but I’m getting a missing-refs-exception

devn 2020-03-15T22:09:37.033900Z

I’d kind of just like to browse working code for an existing basic CRUD app