This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-01-27
Channels
- # announcements (1)
- # aws (10)
- # babashka (53)
- # calva (133)
- # clj-kondo (46)
- # cljdoc (6)
- # cljs-dev (33)
- # clojure (105)
- # clojure-boston (1)
- # clojure-europe (11)
- # clojure-nl (4)
- # clojure-poland (1)
- # clojure-switzerland (6)
- # clojure-uk (13)
- # clojurescript (106)
- # cursive (1)
- # datascript (2)
- # emacs (13)
- # events (1)
- # figwheel-main (4)
- # fulcro (17)
- # graphql (8)
- # heroku (2)
- # honeysql (8)
- # lsp (76)
- # luminus (30)
- # malli (12)
- # meander (23)
- # music (1)
- # nextjournal (83)
- # off-topic (6)
- # pathom (3)
- # polylith (19)
- # re-frame (8)
- # reagent (2)
- # reveal (3)
- # shadow-cljs (54)
- # sql (9)
- # testing (11)
- # tools-deps (15)
- # xtdb (14)
#heroku
<
2022-01-27Hi there. After a fight, I deployed my first app (which compiled remotely) and restore my local postgresql to Heroku. Then issued
heroku ps:scale web=1
heroku open
which fails with logging:
2022-01-27T23:41:43.611429+00:00 app[web.1]: bash: java: command not found
2022-01-27T23:41:43.815109+00:00 heroku[web.1]: State changed from starting to crashed
2022-01-27T23:41:13.127393+00:00 app[api]: Scaled to [email protected]:Free by user <me>
2022-01-27T23:41:33.763748+00:00 app[api]: Scaled to [email protected]:Free by user <me>
2022-01-27T23:43:37.962184+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host= request_id=991cd694-e802-4cbc-a374-9f97f5f353c8 fwd="88.130.152.82" dyno= connect= service= status=503 bytes= protocol=https
2022-01-27T23:43:51.379794+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host= request_id=faedadd1-010e-4fef-88da-5e8bba371548 fwd="88.130.152.82" dyno= connect= service= status=503 bytes= protocol=https
First day of Heroku. Somewhat lost here. Also did heroku restart
. Has anyone ever experienced this? Thanks for helping out a noob here.✅ 1