Re: Internal Server Error After a db:push

2011-01-11 Thread Asif
Working for me as well now.
Thanks David.

--Asif Sheikh

On Jan 10, 11:28 am, Scott LaBounty  wrote:
> Looks like it's working now for me.
>
> Thanks David.
>
> Scott
>
>
>
>
>
> On Mon, Jan 10, 2011 at 7:54 AM, David Dollar  wrote:
> > This appears to have been an issue in the taps server itself.
>
> > Please try your push/pull again and it should be working now, sorry about
> > that!
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Heroku" group.
> > To post to this group, send email to her...@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.
>
> --
> Scotthttp://steamcode.blogspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@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: Internal Server Error After a db:push

2011-01-10 Thread Scott LaBounty
Looks like it's working now for me.

Thanks David.

Scott

On Mon, Jan 10, 2011 at 7:54 AM, David Dollar  wrote:

> This appears to have been an issue in the taps server itself.
>
> Please try your push/pull again and it should be working now, sorry about
> that!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Heroku" group.
> To post to this group, send email to her...@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.
>
>


-- 
Scott
http://steamcode.blogspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@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: Internal Server Error After a db:push

2011-01-10 Thread David Dollar
This appears to have been an issue in the taps server itself.

Please try your push/pull again and it should be working now, sorry about that!

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@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: Internal Server Error After a db:push

2011-01-10 Thread Scott LaBounty
Asif,

I believe that it always asked me for the confirm flag. I'm on the 1.9.2
stack.

I'll add a comment to your bug report too and we'll hope for the best.

Scott

On Mon, Jan 10, 2011 at 3:51 AM, Asif  wrote:

> Scott,
>
> I think it's actually a bug on their side, since they seemed to have
> done an update.
> For instance, when this was working as of a week ago, the db:push
> wasn't asking for any --confirm flag, but now it is. Also, the various
> pg:* options seem new.
>
> I filed a support ticket on their system, but not sure if they will
> respond since I am under the free plan as of now (MVP not fully ready
> yet).
> Here's the ticket: http://support.heroku.com/requests/17633
> If you also add a comment there that it's not working for you either,
> maybe they'll pay more attention.
>
> Separately, my resque process also seems to have stopped working. Are
> you also facing any other failures?
> What stack are you using?
>
> --Asif
>
> --
> You received this message because you are subscribed to the Google Groups
> "Heroku" group.
> To post to this group, send email to her...@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.
>
>


-- 
Scott
http://steamcode.blogspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@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: Internal Server Error After a db:push

2011-01-10 Thread Asif
Scott,

I think it's actually a bug on their side, since they seemed to have
done an update.
For instance, when this was working as of a week ago, the db:push
wasn't asking for any --confirm flag, but now it is. Also, the various
pg:* options seem new.

I filed a support ticket on their system, but not sure if they will
respond since I am under the free plan as of now (MVP not fully ready
yet).
Here's the ticket: http://support.heroku.com/requests/17633
If you also add a comment there that it's not working for you either,
maybe they'll pay more attention.

Separately, my resque process also seems to have stopped working. Are
you also facing any other failures?
What stack are you using?

--Asif

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@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: Internal Server Error After a db:push

2011-01-09 Thread Scott LaBounty
OK, the maintenance mode didn't work either nor did a restart followed by a
push. I'm out of ideas, but if I try anything that works, I'll let you know.

Scott

On Sun, Jan 9, 2011 at 3:35 PM, Scott LaBounty  wrote:

> Asif,
>
> No, I haven't found anything yet. A couple of things I'm going to try are
> a) putting the app in maintenance mode and then pushing or b) forking,
> creating a new identical app, and seeing if that works.
>
> I'm definitely open to other ideas.
>
> Scott
>
>
> On Sun, Jan 9, 2011 at 1:02 PM, Asif  wrote:
>
>> I am getting the same problem, it was working 1 week ago.
>> Updating the gem to 1.16.2 didn't help either.
>> Scott, were you able to find some alternate solution?
>>
>> Thanks,
>> Asif
>>
>> On Jan 9, 3:17 pm, Scott LaBounty  wrote:
>> > All,
>> >
>> > I tried Dennis' suggestion and updated the heroku gem to 1.16.2, but I'm
>> > still getting the same thing. Is there anything I can look at to help
>> figure
>> > this out?
>> >
>> > Scott
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > On Sun, Jan 9, 2011 at 8:23 AM, Scott LaBounty 
>> wrote:
>> > > Dennis,
>> >
>> > > I'm using the 1.14.8 gem. This was working as late as a couple of days
>> ago.
>> > > Do you think upgrading the gem will help?
>> >
>> > > Scott
>> >
>> > > On Sun, Jan 9, 2011 at 4:55 AM, Dennis 
>> wrote:
>> >
>> > >> On Jan 8, 10:01 pm, Scott LaBounty  wrote:
>> > >> > When I do a heroku db:push, I get the following ...
>> >
>> > >> > <<
>> > >> > Loaded Taps v0.3.14
>> > >> > Warning: Data in the app 'freezing-sunset-75' will be overwritten
>> and
>> > >> will
>> > >> > not be recoverable.
>> > >> >  !   Internal server error
>> >
>> > >> > This has worked in the past, but didn't work even after I rolled
>> back
>> > >> the
>> > >> > database to the previous version.
>> >
>> > >> > Any ideas?
>> >
>> > >> > --
>> > >> > Scotthttp://steamcode.blogspot.com/
>> >
>> > >> Since db:push worked four you in the past - have you updated your
>> > >> heroku gem recently? Latest version is 1.16.2
>> >
>> > >> --
>> > >> You received this message because you are subscribed to the Google
>> Groups
>> > >> "Heroku" group.
>> > >> To post to this group, send email to her...@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.
>> >
>> > > --
>> > > Scott
>> > >http://steamcode.blogspot.com/
>> >
>> > --
>> > Scotthttp://steamcode.blogspot.com/
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Heroku" group.
>> To post to this group, send email to her...@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.
>>
>>
>
>
> --
> Scott
> http://steamcode.blogspot.com/
>



-- 
Scott
http://steamcode.blogspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@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: Internal Server Error After a db:push

2011-01-09 Thread Scott LaBounty
Asif,

No, I haven't found anything yet. A couple of things I'm going to try are a)
putting the app in maintenance mode and then pushing or b) forking, creating
a new identical app, and seeing if that works.

I'm definitely open to other ideas.

Scott

On Sun, Jan 9, 2011 at 1:02 PM, Asif  wrote:

> I am getting the same problem, it was working 1 week ago.
> Updating the gem to 1.16.2 didn't help either.
> Scott, were you able to find some alternate solution?
>
> Thanks,
> Asif
>
> On Jan 9, 3:17 pm, Scott LaBounty  wrote:
> > All,
> >
> > I tried Dennis' suggestion and updated the heroku gem to 1.16.2, but I'm
> > still getting the same thing. Is there anything I can look at to help
> figure
> > this out?
> >
> > Scott
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > On Sun, Jan 9, 2011 at 8:23 AM, Scott LaBounty 
> wrote:
> > > Dennis,
> >
> > > I'm using the 1.14.8 gem. This was working as late as a couple of days
> ago.
> > > Do you think upgrading the gem will help?
> >
> > > Scott
> >
> > > On Sun, Jan 9, 2011 at 4:55 AM, Dennis  wrote:
> >
> > >> On Jan 8, 10:01 pm, Scott LaBounty  wrote:
> > >> > When I do a heroku db:push, I get the following ...
> >
> > >> > <<
> > >> > Loaded Taps v0.3.14
> > >> > Warning: Data in the app 'freezing-sunset-75' will be overwritten
> and
> > >> will
> > >> > not be recoverable.
> > >> >  !   Internal server error
> >
> > >> > This has worked in the past, but didn't work even after I rolled
> back
> > >> the
> > >> > database to the previous version.
> >
> > >> > Any ideas?
> >
> > >> > --
> > >> > Scotthttp://steamcode.blogspot.com/
> >
> > >> Since db:push worked four you in the past - have you updated your
> > >> heroku gem recently? Latest version is 1.16.2
> >
> > >> --
> > >> You received this message because you are subscribed to the Google
> Groups
> > >> "Heroku" group.
> > >> To post to this group, send email to her...@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.
> >
> > > --
> > > Scott
> > >http://steamcode.blogspot.com/
> >
> > --
> > Scotthttp://steamcode.blogspot.com/
>
> --
> You received this message because you are subscribed to the Google Groups
> "Heroku" group.
> To post to this group, send email to her...@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.
>
>


-- 
Scott
http://steamcode.blogspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@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: Internal Server Error After a db:push

2011-01-09 Thread Asif
I am getting the same problem, it was working 1 week ago.
Updating the gem to 1.16.2 didn't help either.
Scott, were you able to find some alternate solution?

Thanks,
Asif

On Jan 9, 3:17 pm, Scott LaBounty  wrote:
> All,
>
> I tried Dennis' suggestion and updated the heroku gem to 1.16.2, but I'm
> still getting the same thing. Is there anything I can look at to help figure
> this out?
>
> Scott
>
>
>
>
>
>
>
>
>
> On Sun, Jan 9, 2011 at 8:23 AM, Scott LaBounty  wrote:
> > Dennis,
>
> > I'm using the 1.14.8 gem. This was working as late as a couple of days ago.
> > Do you think upgrading the gem will help?
>
> > Scott
>
> > On Sun, Jan 9, 2011 at 4:55 AM, Dennis  wrote:
>
> >> On Jan 8, 10:01 pm, Scott LaBounty  wrote:
> >> > When I do a heroku db:push, I get the following ...
>
> >> > <<
> >> > Loaded Taps v0.3.14
> >> > Warning: Data in the app 'freezing-sunset-75' will be overwritten and
> >> will
> >> > not be recoverable.
> >> >  !   Internal server error
>
> >> > This has worked in the past, but didn't work even after I rolled back
> >> the
> >> > database to the previous version.
>
> >> > Any ideas?
>
> >> > --
> >> > Scotthttp://steamcode.blogspot.com/
>
> >> Since db:push worked four you in the past - have you updated your
> >> heroku gem recently? Latest version is 1.16.2
>
> >> --
> >> You received this message because you are subscribed to the Google Groups
> >> "Heroku" group.
> >> To post to this group, send email to her...@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.
>
> > --
> > Scott
> >http://steamcode.blogspot.com/
>
> --
> Scotthttp://steamcode.blogspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@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: Internal Server Error After a db:push

2011-01-09 Thread Scott LaBounty
All,

I tried Dennis' suggestion and updated the heroku gem to 1.16.2, but I'm
still getting the same thing. Is there anything I can look at to help figure
this out?

Scott

On Sun, Jan 9, 2011 at 8:23 AM, Scott LaBounty  wrote:

> Dennis,
>
> I'm using the 1.14.8 gem. This was working as late as a couple of days ago.
> Do you think upgrading the gem will help?
>
> Scott
>
>
> On Sun, Jan 9, 2011 at 4:55 AM, Dennis  wrote:
>
>>
>>
>> On Jan 8, 10:01 pm, Scott LaBounty  wrote:
>> > When I do a heroku db:push, I get the following ...
>> >
>> > <<
>> > Loaded Taps v0.3.14
>> > Warning: Data in the app 'freezing-sunset-75' will be overwritten and
>> will
>> > not be recoverable.
>> >  !   Internal server error
>> >
>> >
>> >
>> > This has worked in the past, but didn't work even after I rolled back
>> the
>> > database to the previous version.
>> >
>> > Any ideas?
>> >
>> > --
>> > Scotthttp://steamcode.blogspot.com/
>>
>> Since db:push worked four you in the past - have you updated your
>> heroku gem recently? Latest version is 1.16.2
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Heroku" group.
>> To post to this group, send email to her...@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.
>>
>>
>
>
> --
> Scott
> http://steamcode.blogspot.com/
>



-- 
Scott
http://steamcode.blogspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@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: Internal Server Error After a db:push

2011-01-09 Thread Scott LaBounty
Dennis,

I'm using the 1.14.8 gem. This was working as late as a couple of days ago.
Do you think upgrading the gem will help?

Scott

On Sun, Jan 9, 2011 at 4:55 AM, Dennis  wrote:

>
>
> On Jan 8, 10:01 pm, Scott LaBounty  wrote:
> > When I do a heroku db:push, I get the following ...
> >
> > <<
> > Loaded Taps v0.3.14
> > Warning: Data in the app 'freezing-sunset-75' will be overwritten and
> will
> > not be recoverable.
> >  !   Internal server error
> >
> >
> >
> > This has worked in the past, but didn't work even after I rolled back the
> > database to the previous version.
> >
> > Any ideas?
> >
> > --
> > Scotthttp://steamcode.blogspot.com/
>
> Since db:push worked four you in the past - have you updated your
> heroku gem recently? Latest version is 1.16.2
>
> --
> You received this message because you are subscribed to the Google Groups
> "Heroku" group.
> To post to this group, send email to her...@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.
>
>


-- 
Scott
http://steamcode.blogspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@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: Internal Server Error After a db:push

2011-01-09 Thread Dennis


On Jan 8, 10:01 pm, Scott LaBounty  wrote:
> When I do a heroku db:push, I get the following ...
>
> <<
> Loaded Taps v0.3.14
> Warning: Data in the app 'freezing-sunset-75' will be overwritten and will
> not be recoverable.
>  !   Internal server error
>
>
>
> This has worked in the past, but didn't work even after I rolled back the
> database to the previous version.
>
> Any ideas?
>
> --
> Scotthttp://steamcode.blogspot.com/

Since db:push worked four you in the past - have you updated your
heroku gem recently? Latest version is 1.16.2

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@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.