I've created simple application with ROR and I've tried to commit it on Heroku. I've followed this tutorial:TUTORIAL I finished it and try to open my page but I still see an Error: Application Error
An error occurred in the application and your page could not be served. Please try again in a few moments.
If you are the application owner, check your logs for details.
There's my page: My page:
Anybody knows how to deal with it ?
I don't know what was happen but I've done this step! :) unfortunatly I have another problem: I run a few command in a row:
root@alex-laptop:/home/alex/Dokumenty/work/depot# git add . root@alex-laptop:/home/alex/Dokumenty/work/depot# git commit -m "my commit" On branch master nothing to commit (working directory clean) root@alex-laptop:/home/alex/Dokumenty/work/depot# git push heroku master Everything up-to-date root@alex-laptop:/home/alex/Dokumenty/work/depot# heroku open Opening http ://eerie-meadow-9207.heroku.com/ root@alex-laptop:/home/alex/Dokumenty/work/depot# heroku restart Restarting processes... done root@alex-laptop:/home/alex/Dokumenty/work/depot# heroku open Opening http ://eerie-meadow-9207.heroku.com/
And I see a message:
We're sorry, but something went wrong.
We've been notified about this issue and we'll take a look at it shortly.
LOGS:
2011-10-31T18:50:38+00:00 app[web.1]: 2011-10-31T18:50:38+00:00 app[web.1]: 2011-10-31T18:50:38+00:00 app[web.1]: Started GET "/" for 77.236.11.34 at 2011-10-31 11:50:38 -0700 2011-10-31T18:50:38+00:00 app[web.1]: Processing by StoreController#index as HTML 2011-10-31T18:50:38+00:00 app[web.1]: Completed 500 Internal Server Error in 3ms 2011-10-31T18:50:38+00:00 heroku[router]: GET eerie-meadow-9207.heroku.com/ dyno=web.1 queue=0 wait=0ms service=13ms status=500 bytes=728 2011-10-31T18:50:38+00:00 heroku[nginx]: 77.236.11.34 - - [31/Oct/2011:11:50:38 -0700] "GET / HTTP/1.1" 500 728 "-" "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.2.23) Gecko/20110921 Ubuntu/10.04 (lucid) Firefox/3.6.23" eerie-meadow-9207.heroku.com 2011-10-31T18:50:38+00:00 app[web.1]: 2011-10-31T18:50:49+00:00 heroku[web.1]: State changed from up to bouncing 2011-10-31T18:50:49+00:00 heroku[web.1]: State changed from bouncing to created 2011-10-31T18:50:49+00:00 heroku[web.1]: State changed from created to starting 2011-10-31T18:50:52+00:00 heroku[web.1]: Starting process with command
thin -p 40376 -e production -R /home/heroku_rack/heroku.ru start2011-10-31T18:50:52+00:00 heroku[web.1]: Process exited 2011-10-31T18:50:56+00:00 app[web.1]: >> Maximum connections set to 1024 2011-10-31T18:50:56+00:00 app[web.1]: >> Listening on 0.0.0.0:40376, CTRL+C to stop 2011-10-31T18:50:56+00:00 app[web.1]: >> Thin web server (v1.2.6 codename Crazy Delicious) 2011-10-31T18:50:57+00:00 heroku[web.1]: State changed from starting to up 2011-10-31T18:50:59+00:00 app[web.1]: 2011-10-31T18:50:59+00:00 app[web.1]: Started GET "/" for 77.236.11.34 at 2011-10-31 11:50:59 -0700 2011-10-31T18:50:59+00:00 app[web.1]: 2011-10-31T18:50:59+00:00 app[web.1]: Processing by StoreController#index as HTML 2011-10-31T18:50:59+00:00 app[web.1]: Completed 500 Internal Server Error in 4ms 2011-10-31T18:50:59+00:00 app[web.1]: 2011-10-31T18:50:59+00:00 app[web.1]: ActiveRecord::StatementInvalid (PGError: ERROR: relation "products" does not exist 2011-10-31T18:50:59+00:00 app[web.1]: : SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull 2011-10-31T18:50:59+00:00 app[web.1]: FROM pg_attribute a LEFT JOIN pg_attrdef d 2011-10-31T18:50:59+00:00 app[web.1]:
ON a.attrelid = d.adrelid AND a.attnum = d.adnum 2011-10-31T18:50:59+00:00 app[web.1]: WHERE a.attrelid = '"products"'::regclass 2011-10-31T18:50:59+00:00 app[web.1]:
AND a.attnum > 0 AND NOT a.attisdropped 2011-10-31T18:50:59+00:00 app[web.1]: ORDER BY a.attnum 2011-10-31T18:50:59+00:00 app[web.1]: ): 2011-10-31T18:50:59+00:00 app[web.1]:
app/controllers/store_controller.rb:3:in `index' 2011-10-31T18:50:59+00:00 app[web.1]: 2011-10-31T18:50:59+00:00 app[web.1]: 2011-10-31T18:50:59+00:00 app[web.1]: cache: [GET /] miss 2011-10-31T18:50:59+00:00 heroku[router]: GET eerie-meadow-9207.heroku.com/ dyno=web.1 queue=0 wait=0ms service=81ms status=500 bytes=728 2011-10-31T18:50:59+00:00 heroku[nginx]: 77.236.11.34 - - [31/Oct/2011:11:50:59 -0700] "GET / HTTP/1.1" 500 728 "-" "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.2.23) Gecko/20110921 Ubuntu/10.04 (lucid) Firefox/3.6.23" eerie-meadow-9207.heroku.com 2011-10-31T18:54:01+00:00 app[web.1]: 2011-10-31T18:54:01+00:00 app[web.1]: 2011-10-31T18:54:01+00:00 app[web.1]: Started GET "/" for 77.236.11.34 at 2011-10-31 11:54:00 -0700 2011-10-31T18:54:01+00:00 app[web.1]: Processing by StoreController#index as HTML 2011-10-31T18:54:01+00:00 app[web.1]:
I cannot understand it because on my netbook it works on localhost...any ideas?
heroku logsin console to know what happened – apneadiving Oct 31 '11 at 12:51