This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-18
Channels
- # admin-announcements (1)
- # aleph (3)
- # beginners (20)
- # boot (9)
- # cider (74)
- # clara (1)
- # cljs-dev (28)
- # cljsrn (15)
- # clojars (32)
- # clojure (149)
- # clojure-dusseldorf (3)
- # clojure-italy (6)
- # clojure-nl (3)
- # clojure-russia (20)
- # clojure-uk (5)
- # clojurescript (133)
- # core-async (2)
- # cursive (19)
- # datomic (24)
- # devcards (1)
- # funcool (100)
- # hoplon (48)
- # keechma (1)
- # kosmos (7)
- # ldnclj (3)
- # leiningen (3)
- # luminus (16)
- # off-topic (8)
- # om (103)
- # onyx (47)
- # pedestal (3)
- # proton (7)
- # re-frame (13)
- # reagent (11)
- # ring-swagger (1)
- # specter (6)
- # testing (12)
- # untangled (24)
- # yada (32)
> IllegalArgumentException db-spec [email protected] is missing a required parameter clojure.java.jdbc/get-connection (jdbc.clj:292)
based on the output from mount {:started ["#'lumiblog.config/env" "#'lumiblog.core/http-server”]}
if you have a separate db somewhere, it didn’t get started/initialized.
yup, I just figured it out. Nothing is requiring lumiblog.db.core
, so mount is unaware of it and it doesn't get started
yeah it’s a bit of a gotcha with mount that namespaces have to be used somewhere for the states to get initialized automatically
Luminus bundles migrations with the app, so that you’re able to run them from the resulting jar as well when you deploy