This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-08-06
Channels
- # aleph (1)
- # announcements (2)
- # beginners (109)
- # calva (48)
- # cider (25)
- # clj-kondo (38)
- # cljdoc (13)
- # clojure (203)
- # clojure-europe (23)
- # clojure-gamedev (3)
- # clojure-nl (3)
- # clojure-uk (7)
- # conjure (2)
- # data-science (1)
- # datalog (2)
- # datomic (7)
- # deps-new (16)
- # depstar (2)
- # docker (2)
- # fulcro (67)
- # graalvm (58)
- # honeysql (16)
- # java (2)
- # jobs (2)
- # jobs-discuss (2)
- # kaocha (4)
- # lsp (82)
- # malli (23)
- # off-topic (35)
- # polylith (18)
- # practicalli (5)
- # releases (1)
- # remote-jobs (1)
- # shadow-cljs (15)
- # sql (17)
- # timbre (1)
- # tools-deps (24)
- # vim (20)
- # xtdb (9)
@tvaughan so I created the postgres container as well and the network bridge. I run the postgres container and then the transactor container both with the network bridge option, but I still get connection refused in the transactor container. The postgres container is running:
2021-08-06 03:32:30.504 UTC [7] LOG: listening on IPv4 address "0.0.0.0", port 5432
2021-08-06 03:32:30.504 UTC [7] LOG: listening on IPv6 address "::", port 5432
2021-08-06 03:32:30.507 UTC [7] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2021-08-06 03:32:30.510 UTC [8] LOG: database system was shut down at 2021-08-05 16:14:38 UTC
2021-08-06 03:32:30.514 UTC [7] LOG: database system is ready to accept connections
At the transactor:
System started datomic:sql://<DB-NAME>?jdbc:, you may need to change the user and password parameters to work with your jdbc driver
Terminating process - Lifecycle thread failed
java.util.concurrent.ExecutionException: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.