https - Deployed Rails 3.2 App to Cloud Foundry, Connection Refused and Empty Logs -
i have deployed rails 3.2 application micro cloud foundry running locally in vm. vmc push
finishes successfully, , running vmc logs
shows
=> booting lean => rails 3.2.11 application starting in production on http://0.0.0.0:54263 => phone call -d detach => ctrl-c shutdown server >> lean web server (v1.5.0 codename knife) >> maximum connections set 1024 >> listening on 0.0.0.0:54263, ctrl+c stop
there no other errors or warnings mentioned in logs. when connect application using blah.myname.cloudfoundry.me
url, notice app redirects https , displays connection refused.
just sure problem not micro cloud foundry setup, deployed simple sinatra hello world app , worked great.
what steps can take help debug this, because vmc logs
not giving help? there other logs can access micro cloud foundry vm via ssh may have clues problem?
thanks in advance.
you can see lean beingness bound port 54263 on vm, may worth sshing vm , using curl open 127.0.0.1:54263
it's worth checking rails application logs too, can using "vmc files" command , passing path app/logs/production.log
https ruby-on-rails-3.2 cloudfoundry
No comments:
Post a Comment