Fork me on GitHub
#duct
<
2020-03-15
>
devn21:03:24

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

devn21:03:36

Execution error (ConnectException) at .PlainSocketImpl/socketConnect (PlainSocketImpl.java:-2).
Connection refused (Connection refused)

devn21:03:01

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

weavejester21:03:12

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

devn21:03:00

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

devn21:03:19

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

devn21:03:46

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

weavejester21:03:56

What’s the full stacktrace?

devn21:03:08

that’s all that’s reported in the REPL

devn21:03:43

ah, right, forgot about that

devn21:03:06

ahhhh, it’s failing to connect to PG

devn21:03:12

because well, it isn’t running 😄

weavejester21:03:19

Mystery solved 🙂

devn22:03:26

is there an example project anywhere?

devn22:03:52

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

devn22:03:10

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

devn22:03:37

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