Re: Herokugarden = 502 Bad Gateway

2009-01-19 Thread Nick VanderPyle

Bad Gateway if I view. "Something went wrong" if I edit.
Tried switching between production and development, but didn't help.

app: batman


On Jan 19, 10:50 am, jedc  wrote:
> I'm getting a 502 when trying to view my app and a 500 when trying to
> edit it.
>
> I was doing some work on it shortly (and perhaps during?) the
> transition from heroku to herokugarden.  Is there any way my app might
> have gotten "stuck" in the move?
>
> Jed
>
> On Jan 19, 12:41 pm, "Sammy Larbi"  wrote:
>
> > I had the same issue - fine after the move, but now getting 502 bad gateway
> > for poundfool.com and poundfool.herokugarden.com
>
> > Sam
>
> > On Sun, Jan 18, 2009 at 8:37 PM, Ivan Makfinsky  wrote:
> > > Paul,
>
> > > It's been corrected.
>
> > > - Ivan
>
> > > On Sun, Jan 18, 2009 at 7:49 AM, Paul Leader wrote:
>
> > >> Hi
>
> > >> I'm getting 502s for my app "me-monitor" as well.  It was working ok
> > >> immediatly after the move, but now fails.
>
> > >> Also, I can't save changes to files in the code editor.
>
> > >> Thanks
>
> > >> Paul
>
> > >> On Jan 16, 7:37 pm, Ivan  wrote:
> > >> > Right now, we are sifting through the logs to make sure that
> > >> > everything's running correctly.
>
> > >> > You're app has been reset and it's up now.
>
> > >> > - Ivan
>
> > >> > On Jan 16, 12:47 pm, Alfonso  wrote:
>
> > >> > > hi Ivan, thanks for the quick look, I'm still getting 502's though.
>
> > >> > > Any steps i can take to remedy this?
>
> > >> > > On Jan 16, 9:43 am, Ivan  wrote:
>
> > >> > > > Alfonso,
>
> > >> > > > It may be something residual from the migration this morning. I 
> > >> > > > have
> > >> > > > reset the app and it looks better.
>
> > >> > > > We are still working out small glitches as we come across them, 
> > >> > > > bear
> > >> > > > with us and continue to let us know about issues you may have with
> > >> the
> > >> > > > platform.
>
> > >> > > > - Ivan
>
> > >> > > > On Jan 16, 12:20 pm, Alfonso  wrote:
>
> > >> > > > > Also having 502 Bad Gateway on
>
> > >> > > > > appname: wwhow
>
> > >> > > > > Something's going on: I renamed it to wwhow-dev and everything
> > >> works.
> > >> > > > > Rename it back to wwhow and nothing works (can't edit anymore)
> > >> > > > > I blew away the app and reimported it , same situation.
>
> > >> > > > > Maybe I messed it up by deleting the app?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: app view no longer responding

2009-01-15 Thread Nick VanderPyle

Ivan,
I recreated the project under another app and it appears to work as
expected. The "hoek" app continues to give a bad gateway message under
one url.

Would you like me to keep the "hoek" app around for testing or can I
destroy it?

On Jan 13, 9:19 am, Ivan  wrote:
> Stretch,
>
> Please send an email to feedb...@heroku.com with the name of your
> application and I'll make sure it gets addressed.
>
> Nick,
>
> I am looking into the issue you are experiencing.
>
> - Ivan
>
> On Jan 13, 12:17 am, stretch  wrote:
>
> > I'm having the same problem Adam R is
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: app view no longer responding

2009-01-13 Thread Nick VanderPyle

Ivan,

I'll leave that app alone for you to test.

I tried to run it locally to determine if it's a problem with the app;
however, ran across the same error here:
http://groups.google.com/group/heroku/browse_thread/thread/76a74134070d105b/7f05c16119d71c8c?lnk=gst&q=heroku+clone+log#7f05c16119d71c8c

I was able to create 2 new apps, one using "heroku create" and the
other using the web UI, and run both locally using "heroku clone".

I haven't tried recreating the "people" scaffold on one of the new
apps, yet. I'll try that later today and post whether or not it
generates an error 502 in the new apps like it does in the "hoek" app.

On Jan 13, 9:19 am, Ivan  wrote:
> Stretch,
>
> Please send an email to feedb...@heroku.com with the name of your
> application and I'll make sure it gets addressed.
>
> Nick,
>
> I am looking into the issue you are experiencing.
>
> - Ivan
>
> On Jan 13, 12:17 am, stretch  wrote:
>
> > I'm having the same problem Adam R is
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: app view no longer responding

2009-01-13 Thread Nick VanderPyle

Ivan,

I'll leave that app alone for you to test.

I was able to create 2 new apps, one using "heroku create" and the
other using the web UI, and run both locally using "heroku clone". I
tried to run the "hoek" app locally using "heroku clone" but it failed
to run locally. The logs didn't copy. Same issue as this:
http://groups.google.com/group/heroku/browse_thread/thread/76a74134070d105b/7f05c16119d71c8c
(Ubuntu 8.10 in VirtualBox, ruby 1.8.7, gems 1.3.1, rails gems 2.1 and
2.2.2 installed)

I haven't tried recreating the "people" scaffold on one of the new
apps, yet, to determine if its the scaffold causing the problem. I'll
try that later today and post the results here.


On Jan 13, 9:19 am, Ivan  wrote:
> Stretch,
>
> Please send an email to feedb...@heroku.com with the nameofyour
> application and I'll make sure it gets addressed.
>
> Nick,
>
> I am looking into the issue you are experiencing.
>
> - Ivan
>
> On Jan 13, 12:17 am, stretch  wrote:
>
> > I'm having the same problem Adam R is
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: app view no longer responding

2009-01-10 Thread Nick VanderPyle

Ivan,

I'm getting the same problem, Bad Gateway, only on one URL in my app.
I've tried renaming the app and updating from 2.1 to 2.2.2.

Works:
http://hoek.heroku.com/people

Doesn't work:
http://hoek.heroku.com/people/new

I'd be grateful for a bit of help.

On Dec 19 2008, 4:07 pm, Ivan  wrote:
> Adam,
>
> I was able to correct the neweruv application. The problem was a
> Heroku issue.
>
> Tom,
>
> I am still troubleshooting your app.
>
> - Ivan
>
> On Dec 19, 1:49 pm, Adam Rothschild  wrote:
>
> > I've been having a similar problem since last night with
> > neweruv.heroku.com. When I try to browse the URL, I get an "internal
> > server error." When I try to edit my app, I get "We're sorry, but
> > something went wrong." When I try to export my app, I get "502Bad
> >Gateway." Please advise. I at least want to be able to export my app
> > so that I can move it to a different server and not leave my users in
> > a lurch. Thanks.
>
> > --Adam
>
> > On Dec 17, 8:12 pm, trippytom  wrote:
>
> > > Hi,
>
> > > I am in frantic mode as one of my apps, searsdeal.heroku.com is not
> > > responding.  I have an iPhone app loading and xml file from it ...
> > > which is out on the app store and hence broken.  Nothing has been done
> > > to the app recently, other than make some XML changes.  I can log in
> > > to heroku and even change application settings, but can't view or
> > > edit.
>
> > > Can some take a look?  Thanks a million.
>
> > > Peace,
> > > Tom
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---