Skip to content

Instantly share code, notes, and snippets.

@lacyrhoades
Created September 3, 2015 19:12
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 lacyrhoades/4196264bce4fb0690215 to your computer and use it in GitHub Desktop.
Save lacyrhoades/4196264bce4fb0690215 to your computer and use it in GitHub Desktop.
2015-09-03T19:08:47.111322+00:00 app[web.1]: type=info msg=connected service=postgres
2015-09-03T19:08:47.657287+00:00 heroku[router]: at=error code=H13 desc="Connection closed without response" method=GET path="/feed?user_id=1234&limit=2" host=afternoon-fjord-3391.herokuapp.com request_id=c9b57814-957d-40e3-8ed5-eeb809c3592d fwd="67.244.125.37" dyno=web.1 connect=2ms service=564ms status=503 bytes=0
2015-09-03T19:08:47.569575+00:00 app[web.1]: type=info msg=connected service=rabbitmq
2015-09-03T19:08:47.607249+00:00 app[web.1]: events.js:85
2015-09-03T19:08:47.607254+00:00 app[web.1]: throw er; // Unhandled 'error' event
2015-09-03T19:08:47.607256+00:00 app[web.1]: ^
2015-09-03T19:08:47.607260+00:00 app[web.1]: Error: Channel closed by server: 403 (ACCESS-REFUSED) with message "ACCESS_REFUSED - access to queue 'amq.gen-R_o13PWk9lyTiztMIUpdzQ' in vhost 'rgjrmfyp' refused for user 'rgjrmfyp'"
2015-09-03T19:08:47.607261+00:00 app[web.1]: at Channel.C.accept (/app/node_modules/jackrabbit/node_modules/amqplib/lib/channel.js:399:24)
2015-09-03T19:08:47.607264+00:00 app[web.1]: at Connection.mainAccept [as accept] (/app/node_modules/jackrabbit/node_modules/amqplib/lib/connection.js:62:33)
2015-09-03T19:08:47.607266+00:00 app[web.1]: at Socket.go (/app/node_modules/jackrabbit/node_modules/amqplib/lib/connection.js:459:48)
2015-09-03T19:08:47.607267+00:00 app[web.1]: at Socket.emit (events.js:104:17)
2015-09-03T19:08:47.607269+00:00 app[web.1]: at emitReadable_ (_stream_readable.js:424:10)
2015-09-03T19:08:47.607270+00:00 app[web.1]: at emitReadable (_stream_readable.js:418:7)
2015-09-03T19:08:47.607271+00:00 app[web.1]: at readableAddChunk (_stream_readable.js:174:11)
2015-09-03T19:08:47.607273+00:00 app[web.1]: at Socket.Readable.push (_stream_readable.js:126:10)
2015-09-03T19:08:47.607274+00:00 app[web.1]: at TCP.onread (net.js:538:20)
2015-09-03T19:08:48.516131+00:00 heroku[web.1]: State changed from up to crashed
2015-09-03T19:08:48.517082+00:00 heroku[web.1]: State changed from crashed to starting
2015-09-03T19:08:48.500126+00:00 heroku[web.1]: Process exited with status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment