heroku-openresty icon indicating copy to clipboard operation
heroku-openresty copied to clipboard

heroku-openresty stop to work

Open doodle88 opened this issue 11 years ago • 3 comments

hello, I've using heroku-openresty as a reverse proxy for some time. It worked like a charm. However, just after I push some new code today, the site crashed. I reversed the code, problem remains. Here's the logs:

2014-11-01T11:31:18.777027+00:00 heroku[web.1]: State changed from crashed to starting 2014-11-01T11:31:20.087375+00:00 heroku[web.1]: Starting process with command start_nginx.sh 2014-11-01T11:31:20.715146+00:00 app[web.1]: bash: start_nginx.sh: command not found 2014-11-01T11:31:21.620559+00:00 heroku[web.1]: Process exited with status 127 2014-11-01T11:31:21.630947+00:00 heroku[web.1]: State changed from starting to crashed 2014-11-01T11:31:22.674103+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/1" host=xx.herokuapp.com request_id= fwd="" dyno= connect= service= status=503 bytes=

I then tried an empty project "Taytay/api-proxy-3scale-heroku" and got same results. Can somebody give me some hints why 'start_nginx.sh' couldn't be found. Many thanks.

doodle88 avatar Nov 01 '14 12:11 doodle88

Nevermind, I figure it out: change the dependency file to heroku-openresty-dev-2.rockspec, everything works again.

doodle88 avatar Nov 03 '14 10:11 doodle88

thanks, I'll update the docs and stable rockspecs

leafo avatar Nov 03 '14 22:11 leafo

Just in case anyone comes across this issue: the dependency was updated in the repo that @doodle88 was pointing to: https://github.com/Taytay/api-proxy-3scale-heroku/blob/master/package.rockspec @leafo I guess you can go ahead and close this now :)

vdel26 avatar Sep 21 '15 15:09 vdel26