Deploy Cantaloupe to Heroku PaaS #602
Unanswered
martingluckman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Has anyone managed to deploy Cantaloupe to Heroku yet?
We are trying but get an H20 error:
2022-08-18T14:14:40.712432+00:00 app[web.1]: Format.WebP:
2022-08-18T14:14:40.712432+00:00 app[web.1]: Format.XPM:
2022-08-18T14:14:40.712433+00:00 app[web.1]: Format.PDF:
2022-08-18T14:14:40.712433+00:00 app[web.1]: Format.BMP: com.sun.imageio.plugins.bmp.BMPImageWriter, com.sun.media.imageioimpl.plugins.bmp.BMPImageWriter
2022-08-18T14:14:40.712433+00:00 app[web.1]: Format.JPEG: com.sun.imageio.plugins.jpeg.JPEGImageWriter
2022-08-18T14:14:40.712436+00:00 app[web.1]: Format.TIFF: com.sun.imageio.plugins.tiff.TIFFImageWriter, it.geosolutions.imageioimpl.plugins.tiff.TIFFImageWriter, com.sun.media.imageioimpl.plugins.tiff.TIFFImageWriter
2022-08-18T14:14:40.712436+00:00 app[web.1]: Format.PNG: com.sun.imageio.plugins.png.PNGImageWriter
2022-08-18T14:14:40.712437+00:00 app[web.1]: Format.JPEG2000: com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriter
2022-08-18T14:14:40.714847+00:00 app[web.1]: 14:14:40.714 [main] �[34mINFO �[0;39m �[36mo.e.j.s.h.ContextHandler�[0;39m - Started o.e.j.s.ServletContextHandler@1700915{/,null,AVAILABLE}
2022-08-18T14:14:40.735505+00:00 app[web.1]: 14:14:40.735 [main] �[34mINFO �[0;39m �[36mo.e.j.s.AbstractConnector�[0;39m - Started ServerConnector@185a6e9{HTTP/1.1, (http/1.1, h2c)}{0.0.0.0:8182}
2022-08-18T14:14:40.735743+00:00 app[web.1]: 14:14:40.735 [main] �[34mINFO �[0;39m �[36mo.e.j.s.Server�[0;39m - Started @1660ms
2022-08-18T14:14:50.967278+00:00 heroku[router]: at=error code=H20 desc="App boot timeout" method=GET path="/" host=brucheion-cantaloupe.herokuapp.com request_id=3c9638fc-a4d9-43d2-a651-b6805b2860ce fwd="85.196.134.148" dyno= connect= service= status=503 bytes= protocol=https
2022-08-18T14:15:11.884022+00:00 heroku[router]: at=error code=H20 desc="App boot timeout" method=GET path="/" host=brucheion-cantaloupe.herokuapp.com request_id=406c5599-0e09-4198-9fdc-42e399b15b70 fwd="105.184.185.71" dyno= connect= service= status=503 bytes= protocol=https
2022-08-18T14:16:08.301211+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 90 seconds of launch
2022-08-18T14:16:08.342349+00:00 heroku[web.1]: Stopping process with SIGKILL
2022-08-18T14:16:08.452231+00:00 heroku[web.1]: Process exited with status 137
2022-08-18T14:16:09.806230+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=brucheion-cantaloupe.herokuapp.com request_id=35929a47-c28c-4f5e-843a-2b5f2972ea6f fwd="105.184.185.71" dyno= connect= service= status=503 bytes= protocol=https
2022-08-18T14:16:08.554852+00:00 heroku[web.1]: State changed from starting to crashed
Would much appreciate insights.
Martin
Beta Was this translation helpful? Give feedback.
All reactions