I'm seeing the exact same behavior when pushing gems to Gemcutter. The log just totally disappears once the failwhale comes up.
% heroku logs ==> log/production.log <== # Logfile created on Wed Jul 29 14:36:17 -0700 2009 ==> log/server_33403_5ae9691_e4eb_30955.log <== /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack.rb:17: warning: already initialized constant VERSION % gem push pkg/gemcutter-0.0.6.gem Enter your Gemcutter credentials. Don't have an account yet? Create one at http://gemcutter.org/sign_up Email: [email protected] Password: Signed in. Your api key has been stored in ~/.gemrc Pushing gem to Gemcutter... <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Heroku Fail Whale</title> </head> <body> <div style="margin: 2em 5em"> <h1>Heroku Error</h1> <img src="http://heroku.com/images/pages/japan.gif" style="float: left; margin-right: 1em" /> <h3>Oops, we seem to have a glitch in our system.</h3> <p>We've been notified; you might try reloading the page in a little while.</p> </div> </body> </html> % heroku logs Nothing is returned for the logs after this. Is there any way the log file from the instance can be tracked down and seen again? On Wed, Jul 29, 2009 at 5:06 PM, Trevor Turk <[email protected]> wrote: > > On Jul 29, 4:02 pm, Pius Uzamere <[email protected]> wrote: > > One of the frustrating aspects to this (at least in my case) is that > > it seems to be failing silently; there's nothing in the logs, the app > > just churns. If it helps, I am using this base app: > http://github.com/dancroak/heroku_suspenders/tree/masterto do the > > uploads. > > Yeah, this was the same with me. Things seem to be working properly > now, but I'm concerned that the issue might reappear if the cause was > unknown... Can you guys test things out again and post your results? > > - Trevor > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
