Skip to content

Instantly share code, notes, and snippets.

@lgs
Created June 4, 2012 08:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgs/2867221 to your computer and use it in GitHub Desktop.
Save lgs/2867221 to your computer and use it in GitHub Desktop.
Heroku log for failing ElasticSearch query (500 Internal Server Error)
500 Internal Server Error after ElasticSearch query, which logs the following on Heroku:
2012-06-03T21:56:37+00:00 heroku[router]: GET gitwatcher.com/categories dyno=web.1 queue=0 wait=0ms service=10295ms status=200 bytes=61422
2012-06-03T21:56:37+00:00 heroku[nginx]: 93.34.112.205 - - [03/Jun/2012:21:56:37 +0000] "GET /categories HTTP/1.1" 200 12068 "http://gitwatcher.com/" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:12.0) Gecko/20100101 Firefox/12.0" gitwatcher.com
2012-06-03T21:56:37+00:00 heroku[router]: GET gitwatcher.com/assets/application-02cfedf8524ef0a3da8856f66a3c61df.css dyno=web.1 queue=0 wait=0ms service=127ms status=200 bytes=178764
2012-06-03T21:56:37+00:00 heroku[router]: GET gitwatcher.com/assets/application-4083955e163027c3e232b6edc9cf4dd1.js dyno=web.1 queue=0 wait=0ms service=88ms status=200 bytes=204559
2012-06-03T21:56:37+00:00 heroku[nginx]: 93.34.112.205 - - [03/Jun/2012:21:56:37 +0000] "GET /assets/application-02cfedf8524ef0a3da8856f66a3c61df.css HTTP/1.1" 200 21098 "http://gitwatcher.com/categories" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:12.0) Gecko/20100101 Firefox/12.0" gitwatcher.com
2012-06-03T21:56:37+00:00 heroku[nginx]: 93.34.112.205 - - [03/Jun/2012:21:56:37 +0000] "GET /assets/application-4083955e163027c3e232b6edc9cf4dd1.js HTTP/1.1" 200 64790 "http://gitwatcher.com/categories" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:12.0) Gecko/20100101 Firefox/12.0" gitwatcher.com
2012-06-03T21:56:50+00:00 app[web.1]: MONGODB (263ms) heroku_app1707530['users'].find({:_id=>BSON::ObjectId('4f82c1127c0c220001000001')}).limit(-1).sort([[:_id, :asc]])
2012-06-03T21:56:51+00:00 heroku[router]: GET gitwatcher.com/categories?utf8=%E2%9C%93&query=Web+Frameworks dyno=web.1 queue=0 wait=0ms service=303ms status=500 bytes=728
2012-06-03T21:56:51+00:00 heroku[nginx]: 93.34.112.205 - - [03/Jun/2012:21:56:51 +0000] "GET /categories?utf8=%E2%9C%93&query=Web+Frameworks HTTP/1.1" 500 728 "http://gitwatcher.com/categories" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:12.0) Gecko/20100101 Firefox/12.0" gitwatcher.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment