heroku open giving me internal server error and Process exited with status 143

2017-03-21 Thread Hamit Yıldırım
My sample app working internally but when i pusshed to heroku it giving me 
InternalError and some logs as below
Thank you for all helps






-- 
-- 
You received this message because you are subscribed to the Google
Groups "Heroku" group.

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_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Heroku Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to heroku+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


heroku rake db:migrate - Internal Server Error

2011-12-22 Thread Scott LaBounty
I'm seeing this ...


$heroku rake db:migrate --trace
 ! !Internal server error.
 ! !Run 'heroku status' to check for known platform issues.
$ heroku status

All Systems Go: No known issues at this time.


Should I just try later or is something else wrong that I should look at?

-- 
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 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: heroku rake db:migrate - Internal Server Error

2011-12-22 Thread John McCaffrey
I used to just get 'internal server error' in the console when I had
various syntax issues, until i updated to the latest heroku gem, now I see
more useful info.

See if that helps your migration.

Does your migration work locally? Is it complex? (eg. doing something more
than just changing table def)

On Thu, Dec 22, 2011 at 4:25 PM, Scott LaBounty slabou...@gmail.com wrote:

 I'm seeing this ...

 
 $heroku rake db:migrate --trace
  ! !Internal server error.
  ! !Run 'heroku status' to check for known platform issues.
 $ heroku status

 All Systems Go: No known issues at this time.
 

 Should I just try later or is something else wrong that I should look at?

 --
 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 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.




-- 
Thanks,
-John

-- 
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: heroku rake db:migrate - Internal Server Error

2011-12-22 Thread Neil Middleton
Status.heroku.com has just shown tool errors. Sounds like a platform issue. 

-Neil. 

On 22 Dec 2011, at 22:45, John McCaffrey john.mccaff...@gmail.com wrote:

 I used to just get 'internal server error' in the console when I had various 
 syntax issues, until i updated to the latest heroku gem, now I see more 
 useful info.
 
 See if that helps your migration.
 
 Does your migration work locally? Is it complex? (eg. doing something more 
 than just changing table def)
 
 On Thu, Dec 22, 2011 at 4:25 PM, Scott LaBounty slabou...@gmail.com wrote:
 I'm seeing this ...
 
 
 $heroku rake db:migrate --trace
  ! !Internal server error.
  ! !Run 'heroku status' to check for known platform issues.
 $ heroku status
 
 All Systems Go: No known issues at this time.
 
 
 Should I just try later or is something else wrong that I should look at?
 
 -- 
 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 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.
 
 
 
 -- 
 Thanks,
 -John
 
 -- 
 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.

-- 
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: heroku rake db:migrate - Internal Server Error

2011-12-22 Thread Scott LaBounty
Everything seems to be working OK for me now. If you were having problems,
you might want to give it a shot now.

Scott

On Thu, Dec 22, 2011 at 2:48 PM, Neil Middleton neil.middle...@gmail.comwrote:

 Status.heroku.com has just shown tool errors. Sounds like a platform
 issue.

 -Neil.

 On 22 Dec 2011, at 22:45, John McCaffrey john.mccaff...@gmail.com wrote:

 I used to just get 'internal server error' in the console when I had
 various syntax issues, until i updated to the latest heroku gem, now I see
 more useful info.

 See if that helps your migration.

 Does your migration work locally? Is it complex? (eg. doing something more
 than just changing table def)

 On Thu, Dec 22, 2011 at 4:25 PM, Scott LaBounty slabou...@gmail.comwrote:

 I'm seeing this ...

 
 $heroku rake db:migrate --trace
  ! !Internal server error.
  ! !Run 'heroku status' to check for known platform issues.
 $ heroku status

 All Systems Go: No known issues at this time.
 

 Should I just try later or is something else wrong that I should look at?

 --
 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 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.




 --
 Thanks,
 -John

  --
 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.

  --
 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.




-- 
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 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.



Internal server error when using heroku db:push

2011-12-05 Thread Conrad
Hi everyone- I have a rails app  database that I'm trying to push to
heroku. Everything seems to be working fine, except I can't seem to be
able to use the taps gem to push my local postgres database to heroku.
It just seems to trigger a generic error, with no indication as to
what might be wrong. Also, no info is written to the logs at heroku
logs. Furthermore, can find no previous instance of this error in the
heroku forums.

There is a local session file created after the push attempt fails
(i.e. push_201112041756.dat) It seems to contain a list of the tables
in the database, a remote_url formatted like http://
heroku:osui59a24am...@taps3.heroku.com and a completed_tables
values, which is always the empty list (which I'm guessing means that
no tables were successfully pushed)

Please, if anyone knows any additional steps I can take to diagnose
this, or can tell me if I should inform the Heroku team about this,
your help would be much appreciated!

Here is the exact output at the command line:


$ heroku db:push --confirm test5467-qa
Loaded Taps v0.3.23
Auto-detected local database: 
postgres://zipn_user:###@127.0.0.1/zipn_dev?encoding=utf8
Warning: Data in the app 'test5467-qa' will be overwritten and will
not be recoverable.
Sending schema
Schema:  0%
|
| ETA:  --:--:--
Saving session to push_201112041756.dat..
!!! Caught Server Exception
HTTP CODE: 503
!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=ISO-8859-1
  style type=text/css
html, body, iframe { margin: 0; padding: 0; height: 100%; }
iframe { display: block; width: 100%; border: none; }
  /style
titleApplication Error/title/head
/head
body
  iframe src=https://s3.amazonaws.com/heroku_pages/error.html;
pApplication Error/p
  /iframe
/body
/html

-- 
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.



heroku rake db:migrate gives Internal server error

2011-12-04 Thread 岩谷昭宏
I tested my ROR app running on my local PC and deployed it to heroku.
Then type heroku rake db:migrate in order to create tables on Shared
DB and got Internal server error in a minute.
Actually this app have already deployed to heroku and worked before.
I do not get any information regarding the error by heroku logs -t

Do you have any idea?
Thanks in advance,
Akihiro

-- 
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: Internal server error when removing addon

2011-05-27 Thread Peter van Hardenberg
Benjamin,

I don't have any help for the internal server error, but you can definitely
set up the environment variables from your manually crafted Sendgrid account
on your app directly via heroku config:add. This will mask the old
credentials and get you back on your feet until you can track down what's
up. As to what do do with the internal server error, I'd advise you to
open a support ticket.

-p

On Fri, May 27, 2011 at 9:30 AM, Benjamin Orozco beno...@gmail.com wrote:

 We started using Sendgrid addon but then we decided to use a manually
 crafted Sendgrid account in our app

 But now I can't remove sendgrid:free addon from my account:

  heroku addons:remove sendgrid:free

 Removing sendgrid:free from cotizahoy-pruebas... FAILED

 ! Internal server error


 Not even Heroku's web UI i able to do it:


 HTTP Error 500 (Internal Server Error): An unexpected condition was
 encountered while the server was attempting to fulfill the request


 Any help very appreciated, our outgoing emails are frozen!

  --
 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.


-- 
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: Internal server error when removing addon

2011-05-27 Thread Benjamin Orozco
Well, actually the problem is that Heroku keep installing quick_sendgrid Gem 
which ignores my own configuration, but indeed, that's a temp fix, hope it's 
solved soon.

Thanks Peter!

-- 
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: 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 slabou...@gmail.com wrote:
 Looks like it's working now for me.

 Thanks David.

 Scott





 On Mon, Jan 10, 2011 at 7:54 AM, David Dollar da...@heroku.com 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.comheroku%2bunsubscr...@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 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-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 sheikh.a...@gmail.com 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.comheroku%2bunsubscr...@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
Looks like it's working now for me.

Thanks David.

Scott

On Mon, Jan 10, 2011 at 7:54 AM, David Dollar da...@heroku.com 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.comheroku%2bunsubscr...@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 slabou...@gmail.com 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.



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 dennismaj...@gmail.com wrote:



 On Jan 8, 10:01 pm, Scott LaBounty slabou...@gmail.com 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.comheroku%2bunsubscr...@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 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 slabou...@gmail.com 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 dennismaj...@gmail.com wrote:



 On Jan 8, 10:01 pm, Scott LaBounty slabou...@gmail.com 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.comheroku%2bunsubscr...@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 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 slabou...@gmail.com 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 slabou...@gmail.com 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 dennismaj...@gmail.com wrote:

  On Jan 8, 10:01 pm, Scott LaBounty slabou...@gmail.com 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.comheroku%2bunsubscr...@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
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 sheikh.a...@gmail.com 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 slabou...@gmail.com 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 slabou...@gmail.com
 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 dennismaj...@gmail.com wrote:
 
   On Jan 8, 10:01 pm, Scott LaBounty slabou...@gmail.com 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.comheroku%2bunsubscr...@googlegroups.com
 heroku%2bunsubscr...@googlegroups.comheroku%252bunsubscr...@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.comheroku%2bunsubscr...@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 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 slabou...@gmail.com 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 sheikh.a...@gmail.com 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 slabou...@gmail.com 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 slabou...@gmail.com
 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 dennismaj...@gmail.com
 wrote:
 
   On Jan 8, 10:01 pm, Scott LaBounty slabou...@gmail.com 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.comheroku%2bunsubscr...@googlegroups.com
 heroku%2bunsubscr...@googlegroups.comheroku%252bunsubscr...@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.comheroku%2bunsubscr...@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.



Internal Server Error After a db:push

2011-01-08 Thread Scott LaBounty
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?

-- 
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: db:pull = Internal server error

2010-11-30 Thread David Dollar
Give this another shot on Ruby 1.9, it should be fixed now.

Thanks,
David

On Nov 30, 2010, at 1:10 AM, Emanuele Tozzato wrote:

 
 problem solved using ruby 1.8.7, but I am sure I successfully used
 more recent versions..
 
 Did I miss any update?
 
 -- 
 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.
 

-- 
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.



db:pull = Internal server error

2010-11-29 Thread Emanuele Tozzato
Hello All!

Did I miss any update? I am not able to pull or push my databases
anymore! Last successful operation around Nov, Sun the 21st!

E/

Gems:

taps (0.3.14)
sqlite3-ruby (1.3.2)
mysql (2.8.1)
sequel (3.17.0)
heroku (1.14.5, 1.14.3)

Ruby: ruby 1.9.2p0 (2010-08-18 revision 29036) [i386-darwin9.8.0]

https://gist.github.com/721215

-- 
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: db:pull = Internal server error

2010-11-29 Thread Emanuele Tozzato

problem solved using ruby 1.8.7, but I am sure I successfully used
more recent versions..

 Did I miss any update?

-- 
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.



Internal server error when adding Custom Domain + Zerigo DNS add-ons

2009-11-30 Thread Vitaliy Khustochka
Hello!

I've done the following:

1) Updated nameservers for my domain as written here: 
http://docs.heroku.com/zerigo
2) Added Custom Domain addon to my app and added my domain name.
3) Tried to add Zerigo DNS addon.
When installing it returned Internal Server error (I retried plenty of
times).

I've done the other way, after deleting all addons:
1) Installed Zerigo addon (successfully)
2) Added Custom Domain addon (successfully)
3) Tried to add my domain name to Custom Domain
The last step also failed: sometimes with 'Oops!' message and
sometimes with stack trace:

TypeError in Domain namesController#add

can't convert Hash into String
RAILS_ROOT: /mnt/home/core

Application Trace | Framework Trace | Full Trace
/usr/local/lib/ruby/gems/1.8/gems/json-1.1.7/lib/json/common.rb:122:in
`initialize'
/usr/local/lib/ruby/gems/1.8/gems/json-1.1.7/lib/json/common.rb:122:in
`new'
/usr/local/lib/ruby/gems/1.8/gems/json-1.1.7/lib/json/common.rb:122:in
`parse'
/mnt/home/core/app/models/external_account.rb:9:in `attrs'
/mnt/home/core/app/models/base_domain.rb:13:in `zerigo_account'
/mnt/home/core/app/models/domain_name.rb:297:in `zerigo_account'
/mnt/home/core/app/models/domain_name.rb:278:in `zerigo_dns_update'
/mnt/home/core/app/models/domain_name.rb:32:in `validate'
/mnt/home/core/app/controllers/domain_names_controller.rb:14:in `add'
/mnt/home/core/app/controllers/domain_names_controller.rb:13:in `add'
/mnt/home/core/app/controllers/application_controller.rb:21:in
`custom_rescues'
/mnt/home/core/app/controllers/application_controller.rb:45:in
`disable_query_caching'
/mnt/home/core/app/controllers/application_controller.rb:45:in
`disable_query_caching'
/mnt/home/core/app/controllers/application_controller.rb:171:in
`timeout'
/mnt/home/core/app/controllers/application_controller.rb:171:in
`timeout'

Also these scenarios fail when trying command line.

--

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 when adding Custom Domain + Zerigo DNS add-ons

2009-11-30 Thread David Dollar
There's currently a bug related to this that should be addressed very soon.
Thanks for the stack trace, I'm adding that to the bug. I'll let you know as
soon as it's fixed.

Cheers,
David

On Mon, Nov 30, 2009 at 5:01 AM, Vitaliy Khustochka xyc...@gmail.comwrote:

 TypeError in Domain namesController#add

 can't convert Hash into String
 RAILS_ROOT: /mnt/home/core

 Application Trace | Framework Trace | Full Trace
 /usr/local/lib/ruby/gems/1.8/gems/json-1.1.7/lib/json/common.rb:122:in
 `initialize'
 /usr/local/lib/ruby/gems/1.8/gems/json-1.1.7/lib/json/common.rb:122:in
 `new'
 /usr/local/lib/ruby/gems/1.8/gems/json-1.1.7/lib/json/common.rb:122:in
 `parse'
 /mnt/home/core/app/models/external_account.rb:9:in `attrs'
 /mnt/home/core/app/models/base_domain.rb:13:in `zerigo_account'
 /mnt/home/core/app/models/domain_name.rb:297:in `zerigo_account'
 /mnt/home/core/app/models/domain_name.rb:278:in `zerigo_dns_update'
 /mnt/home/core/app/models/domain_name.rb:32:in `validate'
 /mnt/home/core/app/controllers/domain_names_controller.rb:14:in `add'
 /mnt/home/core/app/controllers/domain_names_controller.rb:13:in `add'
 /mnt/home/core/app/controllers/application_controller.rb:21:in
 `custom_rescues'
 /mnt/home/core/app/controllers/application_controller.rb:45:in
 `disable_query_caching'
 /mnt/home/core/app/controllers/application_controller.rb:45:in
 `disable_query_caching'
 /mnt/home/core/app/controllers/application_controller.rb:171:in
 `timeout'
 /mnt/home/core/app/controllers/application_controller.rb:171:in
 `timeout'


--

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

2009-06-03 Thread trippytom

Unfortunately, this did not work for me.  Any other ideas?

On May 29, 1:26 pm, Jack jack.yu...@gmail.com wrote:
 wow that worked like a charm.  ty!

 On May 29, 11:51 am, waldo ben.wals...@gmail.com wrote:

  Something that worked for me recently - renaming my app (I was then
  able to change it back to the original name).

  On May 29, 1:38 pm, irt i.towns...@gmail.com wrote:

   I'm having the same on an app (have done for almost 2 weeks now).
   Also hosted on herokugarden.  Both the app and edit function fail to
   resolve.
   any idea on a fix?

   On May 29, 12:43 am, Jack jack.yu...@gmail.com wrote:

When I click Edit after logging in, I get Internal Server Error.
Can I get some help on this?  My app is brainyflix.herokugarden.com.
Thank you
--~--~-~--~~~---~--~~
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: Internal Server Error

2009-05-29 Thread irt

I'm having the same on an app (have done for almost 2 weeks now).
Also hosted on herokugarden.  Both the app and edit function fail to
resolve.
any idea on a fix?

On May 29, 12:43 am, Jack jack.yu...@gmail.com wrote:
 When I click Edit after logging in, I get Internal Server Error.
 Can I get some help on this?  My app is brainyflix.herokugarden.com.
 Thank you
--~--~-~--~~~---~--~~
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: Internal Server Error

2009-05-29 Thread waldo

Something that worked for me recently - renaming my app (I was then
able to change it back to the original name).

On May 29, 1:38 pm, irt i.towns...@gmail.com wrote:
 I'm having the same on an app (have done for almost 2 weeks now).
 Also hosted on herokugarden.  Both the app and edit function fail to
 resolve.
 any idea on a fix?

 On May 29, 12:43 am, Jack jack.yu...@gmail.com wrote:

  When I click Edit after logging in, I get Internal Server Error.
  Can I get some help on this?  My app is brainyflix.herokugarden.com.
  Thank you


--~--~-~--~~~---~--~~
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: Internal Server Error

2009-05-29 Thread Jack

wow that worked like a charm.  ty!

On May 29, 11:51 am, waldo ben.wals...@gmail.com wrote:
 Something that worked for me recently - renaming my app (I was then
 able to change it back to the original name).

 On May 29, 1:38 pm, irt i.towns...@gmail.com wrote:

  I'm having the same on an app (have done for almost 2 weeks now).
  Also hosted on herokugarden.  Both the app and edit function fail to
  resolve.
  any idea on a fix?

  On May 29, 12:43 am, Jack jack.yu...@gmail.com wrote:

   When I click Edit after logging in, I get Internal Server Error.
   Can I get some help on this?  My app is brainyflix.herokugarden.com.
   Thank you
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Internal Server Error

2009-05-28 Thread Jack

When I click Edit after logging in, I get Internal Server Error.
Can I get some help on this?  My app is brainyflix.herokugarden.com.
Thank you
--~--~-~--~~~---~--~~
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: db:push internal server error

2009-04-13 Thread Brian Armstrong

Ricardo, thanks!  Upgrading to taps 0.2.14 fixed the following error:

Taps Server Error: PGError ERROR:  value 20090410004412 is out of
range for type integer

On Apr 12, 6:36 pm, Michael Keenan michael.kee...@gmail.com wrote:
 Thanks, that worked!

 I'm writing an application that includes Chinese characters. When I push my
 database from my local computer to Heroku, all the Chinese characters come
 out as question marks. Is there anything I can do about that?

 On Sat, Apr 11, 2009 at 7:15 AM, Ricardo Chimal, Jr. 
 rica...@heroku.comwrote:





  taps 0.2.14 should fix your schema_migrations issue.

  also, you can wipe out (reset) your database by doing heroku db:reset
  --app app name

  On Apr 9, 9:44 pm, Bill Burcham bill.burc...@gmail.com wrote:
   The reason it worked for me was that:
   precondition: fully migrated schema existed on heroku
   1. tried to push from local db to heroku–this failed because of
   schema_migrations primary key conflict (I surmise)
   2. deleted all schema_migrations records from my local db
   3. successfully pushed from local db to heroku

   See my heroku db already had good schema_migrations to start with.

   Better solution would have been to drop all my data from heroku before
  the
   push. But I don't think heroku provides any such canned capability. I did
   find a rake task that purported to do it though. Haven't tested it yet.

 --
 Michael Keenan

 michael.kee...@gmail.com
 (+886) 0981447531
 michaelkeenan.blogspot.com
--~--~-~--~~~---~--~~
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: Internal server error when trying to execute anything in the console

2009-04-13 Thread Adam Wiggins
Should be fixed now.
Adam

--~--~-~--~~~---~--~~
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: db:push internal server error

2009-04-12 Thread Michael Keenan
Thanks, that worked!

I'm writing an application that includes Chinese characters. When I push my
database from my local computer to Heroku, all the Chinese characters come
out as question marks. Is there anything I can do about that?

On Sat, Apr 11, 2009 at 7:15 AM, Ricardo Chimal, Jr. rica...@heroku.comwrote:


 taps 0.2.14 should fix your schema_migrations issue.

 also, you can wipe out (reset) your database by doing heroku db:reset
 --app app name

 On Apr 9, 9:44 pm, Bill Burcham bill.burc...@gmail.com wrote:
  The reason it worked for me was that:
  precondition: fully migrated schema existed on heroku
  1. tried to push from local db to heroku–this failed because of
  schema_migrations primary key conflict (I surmise)
  2. deleted all schema_migrations records from my local db
  3. successfully pushed from local db to heroku
 
  See my heroku db already had good schema_migrations to start with.
 
  Better solution would have been to drop all my data from heroku before
 the
  push. But I don't think heroku provides any such canned capability. I did
  find a rake task that purported to do it though. Haven't tested it yet.
 



-- 
Michael Keenan

michael.kee...@gmail.com
(+886) 0981447531
michaelkeenan.blogspot.com

--~--~-~--~~~---~--~~
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: db:push internal server error

2009-04-10 Thread Ricardo Chimal, Jr.

taps 0.2.14 should fix your schema_migrations issue.

also, you can wipe out (reset) your database by doing heroku db:reset
--app app name

On Apr 9, 9:44 pm, Bill Burcham bill.burc...@gmail.com wrote:
 The reason it worked for me was that:
 precondition: fully migrated schema existed on heroku
 1. tried to push from local db to heroku–this failed because of
 schema_migrations primary key conflict (I surmise)
 2. deleted all schema_migrations records from my local db
 3. successfully pushed from local db to heroku

 See my heroku db already had good schema_migrations to start with.

 Better solution would have been to drop all my data from heroku before the
 push. But I don't think heroku provides any such canned capability. I did
 find a rake task that purported to do it though. Haven't tested it yet.
--~--~-~--~~~---~--~~
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: db:push internal server error

2009-04-09 Thread Michael Keenan

I have the same problem, but I don't want to delete my
schema_migrations table. Wouldn't deleting it do strange things to
Rails's understanding of the state of the database?

I've worked around the problem by renaming the schema_migrations
table to zschema_migrations, doing the db:push, and renaming the
table back to schema_migrations. Since the tables are uploaded in
alphabetical order, this table is now uploaded after all the others,
and so now all my data is on Heroku. This makes for a strange kind of
workflow though. Hopefully there's some simple answer, a simple thing
I'm doing wrong?


On Apr 5, 10:24 pm, Bill Burcham bill.burc...@gmail.com wrote:
 Well I didn't figure out why I couldn't push the schema_migrations.
 Might have been a unique key constraint violation since the target
 database already had the schema migrations in it. Nevertheless I just
 deleted the schema_migrations records from the source database and now
 the upload works. And my site works.
--~--~-~--~~~---~--~~
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: db:push internal server error

2009-04-09 Thread Bill Burcham
The reason it worked for me was that:
precondition: fully migrated schema existed on heroku
1. tried to push from local db to heroku–this failed because of
schema_migrations primary key conflict (I surmise)
2. deleted all schema_migrations records from my local db
3. successfully pushed from local db to heroku

See my heroku db already had good schema_migrations to start with.

Better solution would have been to drop all my data from heroku before the
push. But I don't think heroku provides any such canned capability. I did
find a rake task that purported to do it though. Haven't tested it yet.

--~--~-~--~~~---~--~~
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: Internal Server Error on db:data:load

2009-04-09 Thread Adam Wiggins
Yes, db:push is a preferred method, if you have the database loaded locally.
 Make sure you have the latest version of the heroku and taps gems
installed:

sudo gem install heroku taps

...and then read details here:

http://docs.heroku.com/taps

Adam

--~--~-~--~~~---~--~~
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: internal server error when trying to add a custom domain

2009-04-08 Thread Yuri Niyazov
Finally worked.

[dali:~/yurified git:master] heroku domains:add www.yurified.com
Internal server error
[dali:~/yurified git:master] heroku domains:add www.yurified.com
Internal server error
[dali:~/yurified git:master] heroku domains:add www.yurified.com
Internal server error
[dali:~/yurified git:master] heroku domains:add www.yurified.com
Internal server error
[dali:~/yurified git:master] heroku domains:add www.yurified.com
Internal server error
[dali:~/yurified git:master] heroku domains:add www.yurified.com
Internal server error
[dali:~/yurified git:master] heroku domains:add yurified.com
Internal server error
[dali:~/yurified git:master] heroku domains:add yurified.com
Internal server error
[dali:~/yurified git:master] heroku domains:add www.yurified.com
Internal server error
[dali:~/yurified git:master] heroku domains:add www.yurified.com
Internal server error
[dali:~/yurified git:master] heroku domains:add www.yurified.com
Internal server error
[dali:~/yurified git:master] heroku domains:add www.yurified.com
Added www.yurified.com as a custom domain name to yurified.heroku.com
[dali:~/yurified git:master]


On Wed, Apr 8, 2009 at 9:10 AM, Yuri Niyazov yuri.niya...@gmail.com wrote:

 an update on the matter from this morning:

 [dali:~/yurified git:master] heroku domains:add yurified.com
 Added yurified.com as a custom domain name to yurified.heroku.com
 [dali:~/yurified git:master] heroku domains:add www.yurified.com
 Internal server error


 On Wed, Apr 8, 2009 at 1:08 AM, Yuri Niyazov yuri.niya...@gmail.comwrote:

 I am trying to set up www.yurified.com and yurified.com ; the DNS is set
 up through enom (purchased through Google Apps Basic Edition), my CNAME
 records are correct and point to heroku.com.

 [dali:~/yurified git:master] host yurified.com
 yurified.com is an alias for heroku.com.
 heroku.com has address 75.101.145.87
 heroku.com has address 75.101.163.44
 heroku.com mail is handled by 10 aspmx3.googlemail.com.
 heroku.com mail is handled by 10 aspmx4.googlemail.com.
 heroku.com mail is handled by 10 aspmx5.googlemail.com.
 heroku.com mail is handled by 1 aspmx.l.google.com.
 heroku.com mail is handled by 5 alt1.aspmx.l.google.com.
 heroku.com mail is handled by 5 alt2.aspmx.l.google.com.
 heroku.com mail is handled by 10 aspmx2.googlemail.com.

 [dali:~/yurified git:master] host www.yurified.com
 www.yurified.com is an alias for heroku.com.
 heroku.com has address 75.101.163.44
 heroku.com has address 75.101.145.87
 heroku.com mail is handled by 10 aspmx2.googlemail.com.
 heroku.com mail is handled by 10 aspmx3.googlemail.com.
 heroku.com mail is handled by 10 aspmx4.googlemail.com.
 heroku.com mail is handled by 10 aspmx5.googlemail.com.
 heroku.com mail is handled by 1 aspmx.l.google.com.
 heroku.com mail is handled by 5 alt1.aspmx.l.google.com.
 heroku.com mail is handled by 5 alt2.aspmx.l.google.com.

 [dali:~/yurified git:master] heroku domains:add www.yurified.com
 www.yurified.com is not a CNAME alias pointing to heroku.com, cannot use.

 Please check that you've configured this domain name with your provider.
 Check the domain at the command line with host www.yurified.com, it
 should return output like www.yurified.com is an alias for heroku.com
 or www.yurified.com CNAME heroku.com.

 [dali:~/yurified git:master] heroku domains:add www.yurified.com
 Internal server error

 [dali:~/yurified git:master] heroku domains:add yurified.com
 Internal server error

 Any help would be appreciated, thanks.




--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Internal Server Error on db:data:load

2009-04-07 Thread giorgio

I only have a small database and update it by updating locally, doing
a db:data:dump and then pushing the data.yml to heroku and doing a
heroku rake db:data:load.

However the last three or four times I have had an Internal Server
Error when doing the db:data:load.

The data seems to be there but how can I be sure?

Is this error common?

Cheers
George
--~--~-~--~~~---~--~~
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: Internal Server Error on db:data:load

2009-04-07 Thread giorgio

After browsing some more in this forum it appears there is a heroku
db:push...

Is this what I should be using rather than the rake task?

Is this a recent addition.. not sure that it was available when I ran
heroku help.

Cheers
G.


--~--~-~--~~~---~--~~
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: db:push internal server error

2009-04-05 Thread Ricardo Chimal, Jr.

make sure you have the latest version of taps installed

On Apr 4, 8:32 pm, Bill Burcham bill.burc...@gmail.com wrote:
 BillBurcham:thought-propulsion Bill$ heroku db:push --app
 thoughtpropulsionblog 'mysql://root:redac...@localhost/
 thoughtpropulsion'
 Sending schema
 Sending data
 9 tables, 70 records
 image_placeme: 100% |==| Time:
 00:00:00
 images:        100% |==| Time:
 00:00:00
 Internal server error                                          | ETA:
 --:--:--

 Looking at another thread I thought adding encoding spec might work
 (BillBurcham:thought-propulsion Bill$ heroku db:push --app
 thoughtpropulsionblog 'mysql://root:redac...@localhost/
 thoughtpropulsion?encoding=utf8'
 ) but it didn't.

 Thinking maybe some piece of my data was tickling some bug I reloaded
 my database, this time removing the table after images. This
 slightly changed the output:

 Sending schema
 Sending data
 8 tables, 67 records
 image_placeme: 100% |==| Time:
 00:00:00
 images:        100% |==| Time:
 00:00:00
 open_id_authe: 100% |==| Time:
 00:00:00
 Internal server error                                          | ETA:
 --:--:--

 Which leads me to suspect that this problem occurs when the first full
 buffer of data tries to transfer.

 Verified sequel gem works on my end (e.g. can count records), that's
 pretty obvious too from the tap output showing 8 tables, 67 records
 above. Any other ideas?
--~--~-~--~~~---~--~~
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: db:push internal server error

2009-04-05 Thread Bill Burcham
Good one Ricardo. That got me further:

image_placeme: 100% |==| Time:
00:00:00
images:100% |==| Time:
00:00:00
open_id_authe: 100% |==| Time:
00:00:00
open_id_authe: 100% |==| Time:
00:00:00
!!! Caught Server Exception| ETA:
--:--:--
Taps Server Error: PGError ERROR:  value 20080727193229 is out of
range for type integer

It looks like my schema_migrations table has an integer column where
it ought to have a varchar one. Hum…
--~--~-~--~~~---~--~~
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: db:push internal server error

2009-04-05 Thread Bill Burcham

Well I didn't figure out why I couldn't push the schema_migrations.
Might have been a unique key constraint violation since the target
database already had the schema migrations in it. Nevertheless I just
deleted the schema_migrations records from the source database and now
the upload works. And my site works.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



db:push internal server error

2009-04-04 Thread Bill Burcham

BillBurcham:thought-propulsion Bill$ heroku db:push --app
thoughtpropulsionblog 'mysql://root:redac...@localhost/
thoughtpropulsion'
Sending schema
Sending data
9 tables, 70 records
image_placeme: 100% |==| Time:
00:00:00
images:100% |==| Time:
00:00:00
Internal server error  | ETA:
--:--:--

Looking at another thread I thought adding encoding spec might work
(BillBurcham:thought-propulsion Bill$ heroku db:push --app
thoughtpropulsionblog 'mysql://root:redac...@localhost/
thoughtpropulsion?encoding=utf8'
) but it didn't.

Thinking maybe some piece of my data was tickling some bug I reloaded
my database, this time removing the table after images. This
slightly changed the output:

Sending schema
Sending data
8 tables, 67 records
image_placeme: 100% |==| Time:
00:00:00
images:100% |==| Time:
00:00:00
open_id_authe: 100% |==| Time:
00:00:00
Internal server error  | ETA:
--:--:--

Which leads me to suspect that this problem occurs when the first full
buffer of data tries to transfer.

Verified sequel gem works on my end (e.g. can count records), that's
pretty obvious too from the tap output showing 8 tables, 67 records
above. Any other ideas?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Internal Server Error

2009-04-03 Thread Rob Jones

I'm getting this when I try and create a new app

$ heroku create
Internal server error

The app DOES get created on heroku (http://afternoon-
fire-37.heroku.com/)

But if I forge ahead and try to git push I get this:

$ git push heroku master
fatal: 'heroku': unable to chdir or not a git archive
fatal: The remote end hung up unexpectedly


--~--~-~--~~~---~--~~
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: Internal Server Error

2009-04-03 Thread Adam Wiggins
We had a brief issue with one git server this morning.  It's fixed now - try
your push again.
Adam

--~--~-~--~~~---~--~~
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: Internal Server Error

2009-04-03 Thread Robert Jones
'git push heroku master' did not work.

I had to delete the app on Heroku, rm the .git directory on my local app,
and then go through the regular steps from git init onwards.

And then it worked - including heroku db:push error that I posted earlier -
although I can't see how that was related...

thanks
--Rob


On Fri, Apr 3, 2009 at 1:10 PM, Adam Wiggins a...@heroku.com wrote:

 We had a brief issue with one git server this morning.  It's fixed now -
 try your push again.
 Adam



--~--~-~--~~~---~--~~
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: 500 Internal Server Error when logging in

2009-02-19 Thread Ern

Hmm, my app wasn't moved over to Herokugarden though...

Now it just simple doesn't find my account, so I'm assuming it's been
deleted.

On Feb 17, 2:31 pm, jlillywh jason.lillywh...@gmail.com wrote:
 I had this problem - it was because I bookmarked heroku.com and that
 still exists and lets you try to login. But you need to be going to
 herokugarden.com now. At least that is my understanding.

 On Feb 15, 10:48 pm, Ern ernest.sur...@gmail.com wrote:

  Hi guys,

  When I try to login to heroku, I get this error. Just wanted to let
  you know so you might check it out.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Internal Server Error

2009-02-17 Thread zonkhead

Both my apps come up with this message when I try to edit or view
them.  Is Heroku down, or is it something with my apps?
--~--~-~--~~~---~--~~
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: Internal Server Error

2009-02-17 Thread zonkhead

I should note that I'm talking about my herokugarden.com apps.  Also,
one of them started working this afternoon but the other one still
just goes to a simple page that says Internal Server Error.

On Feb 17, 8:29 am, zonkhead santos@gmail.com wrote:
 Both my apps come up with this message when I try to edit or view
 them.  Is Heroku down, or is it something with my apps?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



500 Internal Server Error when logging in

2009-02-15 Thread Ern

Hi guys,

When I try to login to heroku, I get this error. Just wanted to let
you know so you might check it out.

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Darn Internal server error

2009-01-20 Thread Keenan Brock
Hi Heroku Gurus,

Internal server error for http://reflectivepixel.com/

Seems like this is spreading around. :(


Anything we can do to help you diagnose the problem?

--Keenan
--~--~-~--~~~---~--~~
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: Darn Internal server error

2009-01-20 Thread Adam Kittelson

Ditto for scriptrequest.herokugarden.com

On Tue, Jan 20, 2009 at 8:12 AM, Keenan Brock kee...@thebrocks.net wrote:
 Hi Heroku Gurus,
 Internal server error for http://reflectivepixel.com/
 Seems like this is spreading around. :(

 Anything we can do to help you diagnose the problem?
 --Keenan
 


--~--~-~--~~~---~--~~
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: Darn Internal server error

2009-01-20 Thread dave

Thanks guys, that was quick.

On Jan 21, 10:19 am, dave d.phillip...@gmail.com wrote:
 Ditto for broodmarefarm.herokugarden.com

 Is this something we need to let you know about here, or should we
 just sit back and wait for you to fix it when this happens?

 Love the new herokugarden colours :)

 Cheers,
 Dave

 On Jan 20, 11:12 pm, Keenan Brock kee...@thebrocks.net wrote:



  Hi Heroku Gurus,

  Internal server error forhttp://reflectivepixel.com/

  Seems like this is spreading around. :(

  Anything we can do to help you diagnose the problem?

  --Keenan
--~--~-~--~~~---~--~~
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: Darn Internal server error

2009-01-20 Thread omygawshkenas

Also getting an error for know-thy-congressman.herokugarden.com ...
--~--~-~--~~~---~--~~
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: internal server error

2009-01-14 Thread Antoine

OK THANK YOU FOR YOUR HELP !

On Jan 14, 11:08 am, Ivan i...@heroku.com wrote:
 Antoine,

 I'll see if I can get a developer to take a look and determine what's
 going on there.

 - Ivan

 On Jan 13, 8:43 pm, Antoine antoine.fauc...@gmail.com wrote:

  Yes ;-)

  Now I get an error on my novapac.heroku.com :

  /usr/lib/ruby/1.8/uri/common.rb:432:in `split': bad URI(is not URI?):
  postgres://jdpsf4x13i9:x1#7ji%_ej3cjwjh...@10.253.205.171/jdpsf4x13i9
  (URI::InvalidURIError) from /usr/lib/ruby/1.8/uri/common.rb:481:in
  `parse' from /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/
  initializer.rb:833:in `database_configuration_from_url' from /usr/lib/
  ruby/gems/1.8/gems/rails-2.2.2/lib/initializer.rb:818:in
  `database_configuration' from /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/
  lib/initializer.rb:391:in `initialize_database' from /usr/lib/ruby/
  gems/1.8/gems/rails-2.2.2/lib/initializer.rb:139:in `process' from /
  usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/initializer.rb:112:in
  `send' from /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/initializer.rb:
  112:in `run' from /mnt/home/slugs/
  38977_794b4172c7310dc5972c8d98b0068729b6479ba9/mnt/config/
  environment.rb:13 ... 15 levels... from /usr/lib/ruby/gems/1.8/gems/
  rack-0.4.0/lib/rack/builder.rb:22:in `instance_eval' from /usr/lib/
  ruby/gems/1.8/gems/rack-0.4.0/lib/rack/builder.rb:22:in `initialize'
  from /home/heroku_rack/heroku.ru:1:in `new' from /home/heroku_rack/
  heroku.ru:1

  Thank you for your help !
  Antoine

  On Jan 13, 7:37 pm, Jeremy Lightsmith jeremy.lightsm...@gmail.com
  wrote:

   have you tried doing a git pull before doing the git push?

   Jeremy

   On Tue, Jan 13, 2009 at 4:04 PM, Antoine antoine.fauc...@gmail.com 
   wrote:

Hello Ivan, my git is still not working :

To g...@heroku.com:novapac.git
 ! [rejected]        master - master (non-fast forward)
error: failed to push some refs to '@heroku.com:novapac.git'

And also the edit apps is not working ...

edit.novapac.heroku.com

Best regards,

Thank you for your help !
Antoine

On Jan 13, 10:36 am, Ivan i...@heroku.com wrote:
 Antoine,

 It's working now. Let me know if you need anything else.

 Thanks for your patience.

 - Ivan

 On Jan 13, 10:26 am, Ivan i...@heroku.com wrote:

  Antoine,

  I am working on getting the help necessary to resolve the issue with
  your app.

  - Ivan

  On Jan 10, 5:19 pm, Antoine antoine.fauc...@gmail.com wrote:

   HELP !

   On Jan 8, 5:43 pm, Antoine antoine.fauc...@gmail.com wrote:

My git isn't not working anymore ..

novapac.heroku.com

Can you help me ?

Thanx ;-)

On Jan 6, 4:51 pm, Antoine antoine.fauc...@gmail.com wrote:

 no news ;-) ?

 On Jan 6, 9:46 am, Antoine antoine.fauc...@gmail.com wrote:

  Do you have still the error ?

  I can't do anymore a : git push

  Best regards,
  Antoine

  On Jan 5, 6:38 pm, Ivan i...@heroku.com wrote:

   There is a problem with the apps attributes in our 
   database,
we are
   working on it now.

   - Ivan

   On Jan 5, 6:30 pm, Antoine antoine.fauc...@gmail.com
wrote:

Also it's not possilbe any to do a git push

Thank you in advance for your help !!

Antoine

On Jan 5, 6:21 pm, Antoine antoine.fauc...@gmail.com
wrote:

 Sorry there is still a problem
 to edit my app : I get the

 504 Gateway Time-out

 On Jan 5, 6:14 pm, Antoine antoine.fauc...@gmail.com
wrote:

  it's working again;

  thank you !

  On Jan 5, 6:13 pm, Antoine 
  antoine.fauc...@gmail.com
wrote:

   Dear all,

   I have a problem on my apps : novapac.heroku.com

   I get an internal error server.

   Best regards,
   Antoine
--~--~-~--~~~---~--~~
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: internal server error

2009-01-13 Thread Ivan

Antoine,

It's working now. Let me know if you need anything else.

Thanks for your patience.

- Ivan

On Jan 13, 10:26 am, Ivan i...@heroku.com wrote:
 Antoine,

 I am working on getting the help necessary to resolve the issue with
 your app.

 - Ivan

 On Jan 10, 5:19 pm, Antoine antoine.fauc...@gmail.com wrote:

  HELP !

  On Jan 8, 5:43 pm, Antoine antoine.fauc...@gmail.com wrote:

   My git isn't not working anymore ..

   novapac.heroku.com

   Can you help me ?

   Thanx ;-)

   On Jan 6, 4:51 pm, Antoine antoine.fauc...@gmail.com wrote:

no news ;-) ?

On Jan 6, 9:46 am, Antoine antoine.fauc...@gmail.com wrote:

 Do you have still the error ?

 I can't do anymore a : git push

 Best regards,
 Antoine

 On Jan 5, 6:38 pm, Ivan i...@heroku.com wrote:

  There is a problem with the apps attributes in our database, we are
  working on it now.

  - Ivan

  On Jan 5, 6:30 pm, Antoine antoine.fauc...@gmail.com wrote:

   Also it's not possilbe any to do a git push

   Thank you in advance for your help !!

   Antoine

   On Jan 5, 6:21 pm, Antoine antoine.fauc...@gmail.com wrote:

Sorry there is still a problem
to edit my app : I get the

504 Gateway Time-out

On Jan 5, 6:14 pm, Antoine antoine.fauc...@gmail.com wrote:

 it's working again;

 thank you !

 On Jan 5, 6:13 pm, Antoine antoine.fauc...@gmail.com wrote:

  Dear all,

  I have a problem on my apps : novapac.heroku.com

  I get an internal error server.

  Best regards,
  Antoine
--~--~-~--~~~---~--~~
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: internal server error

2009-01-08 Thread Antoine

My git isn't not working anymore ..

novapac.heroku.com

Can you help me ?

Thanx ;-)

On Jan 6, 4:51 pm, Antoine antoine.fauc...@gmail.com wrote:
 no news ;-) ?

 On Jan 6, 9:46 am, Antoine antoine.fauc...@gmail.com wrote:

  Do you have still the error ?

  I can't do anymore a : git push

  Best regards,
  Antoine

  On Jan 5, 6:38 pm, Ivan i...@heroku.com wrote:

   There is a problem with the apps attributes in our database, we are
   working on it now.

   - Ivan

   On Jan 5, 6:30 pm, Antoine antoine.fauc...@gmail.com wrote:

Also it's not possilbe any to do a git push

Thank you in advance for your help !!

Antoine

On Jan 5, 6:21 pm, Antoine antoine.fauc...@gmail.com wrote:

 Sorry there is still a problem
 to edit my app : I get the

 504 Gateway Time-out

 On Jan 5, 6:14 pm, Antoine antoine.fauc...@gmail.com wrote:

  it's working again;

  thank you !

  On Jan 5, 6:13 pm, Antoine antoine.fauc...@gmail.com wrote:

   Dear all,

   I have a problem on my apps : novapac.heroku.com

   I get an internal error server.

   Best regards,
   Antoine
--~--~-~--~~~---~--~~
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: internal server error

2009-01-06 Thread Antoine

no news ;-) ?

On Jan 6, 9:46 am, Antoine antoine.fauc...@gmail.com wrote:
 Do you have still the error ?

 I can't do anymore a : git push

 Best regards,
 Antoine

 On Jan 5, 6:38 pm, Ivan i...@heroku.com wrote:

  There is a problem with the apps attributes in our database, we are
  working on it now.

  - Ivan

  On Jan 5, 6:30 pm, Antoine antoine.fauc...@gmail.com wrote:

   Also it's not possilbe any to do a git push

   Thank you in advance for your help !!

   Antoine

   On Jan 5, 6:21 pm, Antoine antoine.fauc...@gmail.com wrote:

Sorry there is still a problem
to edit my app : I get the

504 Gateway Time-out

On Jan 5, 6:14 pm, Antoine antoine.fauc...@gmail.com wrote:

 it's working again;

 thank you !

 On Jan 5, 6:13 pm, Antoine antoine.fauc...@gmail.com wrote:

  Dear all,

  I have a problem on my apps : novapac.heroku.com

  I get an internal error server.

  Best regards,
  Antoine
--~--~-~--~~~---~--~~
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: internal server error

2009-01-05 Thread Antoine

Sorry there is still a problem
to edit my app : I get the

504 Gateway Time-out

On Jan 5, 6:14 pm, Antoine antoine.fauc...@gmail.com wrote:
 it's working again;

 thank you !

 On Jan 5, 6:13 pm, Antoine antoine.fauc...@gmail.com wrote:

  Dear all,

  I have a problem on my apps : novapac.heroku.com

  I get an internal error server.

  Best regards,
  Antoine
--~--~-~--~~~---~--~~
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: internal server error

2009-01-05 Thread Antoine

Also it's not possilbe any to do a git push

Thank you in advance for your help !!

Antoine

On Jan 5, 6:21 pm, Antoine antoine.fauc...@gmail.com wrote:
 Sorry there is still a problem
 to edit my app : I get the

 504 Gateway Time-out

 On Jan 5, 6:14 pm, Antoine antoine.fauc...@gmail.com wrote:

  it's working again;

  thank you !

  On Jan 5, 6:13 pm, Antoine antoine.fauc...@gmail.com wrote:

   Dear all,

   I have a problem on my apps : novapac.heroku.com

   I get an internal error server.

   Best regards,
   Antoine
--~--~-~--~~~---~--~~
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: Application Down Internal Server Error

2008-12-29 Thread Ivan

Alfonso,

I am looking into your app. Something appears to be wrong with the
database. I'll keep you posted.

- Ivan

On Dec 29, 12:22 am, Alfonso aadrias...@gmail.com wrote:
 app: easytime

 symptoms:  times out, internal server error on Edit App or View. ,
 Same as Export code, and export data.

 What can I do to fix?
--~--~-~--~~~---~--~~
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: Application Down Internal Server Error

2008-12-29 Thread Gary

Having the same issue on my app..  lifeboat.  We first noticed a DB
timeout during migrations.. Now everything comes back with internal
server error

Thanks!
Gary

On Dec 29, 10:55 am, Ivan i...@heroku.com wrote:
 Alfonso,

 I am looking into your app. Something appears to be wrong with the
 database. I'll keep you posted.

 - Ivan

 On Dec 29, 12:22 am, Alfonso aadrias...@gmail.com wrote:

  app: easytime

  symptoms:  times out, internal server error on Edit App or View. ,
  Same as Export code, and export data.

  What can I do to fix?
--~--~-~--~~~---~--~~
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: another 500 / Internal Server Error

2008-12-19 Thread Ivan

The observing.heroku.com site has been corrected. The problem was an
internal problem.

The moulinette.heroku.com site is still being worked on.

I apologize for the delay in getting back to you and appreciate your
patience.

- Ivan

On Dec 17, 8:31 am, kwm31415 kwm.onl...@gmail.com wrote:
 Still nothing guys. Seriously, no help here? Nothing was changed ...
 just stopped working (probably when you upgraded Rails). As mentioned
 before I have no access to the app or source code. I can't even export
 the code via my account area (was going to try to export then re-
 import to a new project since ... alas, can't even do that!?!)

 I gotta say this is my first (and hugely) negative experience with
 Heroku. In general, you guys seem to rock. Incredible product (when it
 works) and great vision (competitors don't compare at all). I'd be
 happy to pay for a service like this, but you're clearly not stable
 enough to run a biz app on. And customer service is non-existent
 (understandable for a free service).

 Please don't make me find another host ... out of the 4 I currently
 use, Heroku is by far the easiest to deal with, but I can't have apps
 be down for weeks at a time.

 On Dec 11, 10:12 am, kwm31415 kwm.onl...@gmail.com wrote:

  Been down for 2 weeks now. Can't access git, the online editor, or the
  site itself. Can somebody kick the server, please?

 http://observing.heroku.com/
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Internal Server Error

2008-12-10 Thread muthu

Hi Heroku,

We are having difficulty reaching our application from this morning.
Please can you take a look at it? It's amigle.heroku.com and we are
expecting some of the VC's to look at the site today. It's extremely
important for us to have the service back up soon. Please let us know
if we have to do something on our part.

Thanks,

Muthu
Amigle Inc
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Internal Server Error

2008-12-10 Thread ...Paul

I'm now getting this error on my site, as well, bluemap.heroku.com, both 
from the website AND from git...

...Paul

On Wed, 10 Dec 2008, muthu wrote:


 Hi Heroku,

 We are having difficulty reaching our application from this morning.
 Please can you take a look at it? It's amigle.heroku.com and we are
 expecting some of the VC's to look at the site today. It's extremely
 important for us to have the service back up soon. Please let us know
 if we have to do something on our part.

 Thanks,

 Muthu
 Amigle Inc
 

 ** ...Paul, [EMAIL PROTECTED], Insane Engineer **
  ** Visit Project Galactic Guide http://www.galactic-guide.com/ **
Do, or do not.  There is no 'try'. -- Yoda

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Internal Server Error + 500 We´re sorry ....

2008-12-07 Thread john adams

My app, bible.heroku.com is down - it just says Internal Server
Error, and when I try to edit I get the typical rails 500 error.
Could someone over at heroku have a peek?
thanks
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



D'oh Internal Server Error

2008-11-20 Thread Botah

Hi,

Starting last night I started getting the D'oh server error on :
http://sastatus.heroku.com/

The error is:

D'oh

This app is temporarily offline due to an internal error. If it's not
back in a few minutes, please email feedback at heroku dot com for
assistance.

Anything I can do on my end?
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: internal server error

2008-11-16 Thread Smudge

I should mention that my site is ootb.heroku.com

I can no longer access edit.ootb.heroku.com as well.

It just gives the rails something went wrong error page.
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: internal server error

2008-11-16 Thread Smudge

I just renamed my app ootb-old, since I'd like to keep developing on
ootb.heroku.com. If I can figure out how to fix ootb-old, I'll be able
to copy code over, but as of now, I can't even access ootb-old to edit
files.
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: internal server error 502 Bad Gateway

2008-11-14 Thread Chris O'Sullivan
Fugheddaboutit - it's all better now.

2008/11/14 Chris O'Sullivan [EMAIL PROTECTED]

 I'm currently having this same issue..any ideas?

 whatiwantforxmas.heroku.com

 2008/11/13 Adam Wiggins [EMAIL PROTECTED]


 Try now.

 Adam

 



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



internal server error 502 Bad Gateway

2008-11-12 Thread Nigel

I get 502

Bad Gateway
---
nginx/0.6.32

When I try to access the edit interface for my site.
tightfit.heroku.com

git push is getting

Internal server error
fatal: The remote end hung up unexpectedly

Any ideas?


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



internal server error

2008-11-11 Thread Smudge

My application has been getting this for a day now. Whenever I try to
view it, it says Internal server error in plain text.

When I go into the Ruby console it says Your mongrel is not
responding, check to see if there is a crash log when I try to run a
command.

Any thoughts? Is it something I've done in my code? I was trying to
migrate data when it stopped working, but as far as I can tell my
migrations are okay.
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Git - Internal server error - fatal: The remote end hung up unexpectedly

2008-10-25 Thread Russell Snow
same problem for me.
removed and recreated ssh keypair and uploaded new key.
App: saudistalk

On Thu, Oct 23, 2008 at 3:44 PM, Adam Wiggins [EMAIL PROTECTED] wrote:

 Fixed.

 Adam


 


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Git - Internal server error - fatal: The remote end hung up unexpectedly

2008-10-22 Thread Julian Burgess

I'm having this problem too, both for push and pull

app name - timesonline



On Sep 19, 8:05 pm, James PocketSmith [EMAIL PROTECTED]
wrote:
 Brilliant, all go. Thanks heaps Morten :)

 On Sep 20, 6:40 am, Morten Bagai [EMAIL PROTECTED] wrote:

  Hi,

  This should be fixed now.

  /Morten

  On Sep 18, 2008, at 10:41 PM, James PocketSmith wrote:

   Hi Adam,

   Looks like it has happened again; same app (pocketsmithdev).

   Difference now is that it is hanging for a good 3-4 minutes on a pull
   before it gives it the:

   Internal server error
  fatal: Theremoteendhungupunexpectedly

   Thanks for any help you can provide.

   James

   On Aug 28, 5:22 am, Adam Wiggins [EMAIL PROTECTED] wrote:
   pocketdevsmith should begit-capable again.

   Adam
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Git - Internal server error - fatal: The remote end hung up unexpectedly

2008-10-22 Thread Adam Wiggins
timesonline is fixed.

Adam

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Internal server error

2008-09-29 Thread Morten Bagai

It's back up again.

/Morten

On Sep 29, 2008, at 2:27 AM, Antoine wrote:


 Dear all,

 I get an error  on my app :

 constantin.heroku.com

 Internal server error

 Do you know what it is ?

 Thank you so much for your time

 Antoine
 


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Git - Internal server error - fatal: The remote end hung up unexpectedly

2008-09-19 Thread Brad Gessler

I'm having the same problem now too!

Brad

On Sep 19, 12:41 am, James PocketSmith [EMAIL PROTECTED]
wrote:
 Hi Adam,

 Looks like it has happened again; same app (pocketsmithdev).

 Difference now is that it is hanging for a good 3-4 minutes on a pull
 before it gives it the:

 Internalservererrorfatal: Theremoteendhungupunexpectedly

 Thanks for any help you can provide.

 James

 On Aug 28, 5:22 am, Adam Wiggins [EMAIL PROTECTED] wrote:

  pocketdevsmith should begit-capable again.

  Adam
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Git - Internal server error - fatal: The remote end hung up unexpectedly

2008-09-19 Thread Morten Bagai

Hi,

This should be fixed now.

/Morten

On Sep 18, 2008, at 10:41 PM, James PocketSmith wrote:


 Hi Adam,

 Looks like it has happened again; same app (pocketsmithdev).

 Difference now is that it is hanging for a good 3-4 minutes on a pull
 before it gives it the:

 Internal server error
 fatal: The remote end hung up unexpectedly

 Thanks for any help you can provide.

 James

 On Aug 28, 5:22 am, Adam Wiggins [EMAIL PROTECTED] wrote:
 pocketdevsmith should begit-capable again.

 Adam
 


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Git - Internal server error - fatal: The remote end hung up unexpectedly

2008-09-19 Thread James PocketSmith

Brilliant, all go. Thanks heaps Morten :)

On Sep 20, 6:40 am, Morten Bagai [EMAIL PROTECTED] wrote:
 Hi,

 This should be fixed now.

 /Morten

 On Sep 18, 2008, at 10:41 PM, James PocketSmith wrote:



  Hi Adam,

  Looks like it has happened again; same app (pocketsmithdev).

  Difference now is that it is hanging for a good 3-4 minutes on a pull
  before it gives it the:

  Internal server error
  fatal: The remote end hung up unexpectedly

  Thanks for any help you can provide.

  James

  On Aug 28, 5:22 am, Adam Wiggins [EMAIL PROTECTED] wrote:
  pocketdevsmith should begit-capable again.

  Adam
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Git - Internal server error - fatal: The remote end hung up unexpectedly

2008-09-18 Thread James PocketSmith

Hi Adam,

Looks like it has happened again; same app (pocketsmithdev).

Difference now is that it is hanging for a good 3-4 minutes on a pull
before it gives it the:

Internal server error
fatal: The remote end hung up unexpectedly

Thanks for any help you can provide.

James

On Aug 28, 5:22 am, Adam Wiggins [EMAIL PROTECTED] wrote:
 pocketdevsmith should begit-capable again.

 Adam
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Git - Internal server error - fatal: The remote end hung up unexpectedly

2008-09-05 Thread Andyroo2000

Sorry, nevermind.  It works now.

- Andrew


On Sep 5, 1:25 am, Andyroo2000 [EMAIL PROTECTED] wrote:
 After working in the web editor for a while and commiting, I did a
 pull tonight, which went okay.

 Then after working locally tonight and making a commit, I tried to
 push and got this message:

  ~/Documents/rails/foodstalker: git push
 fatal: 'origin': unable to chdir or not a git archive
 fatal: The remote end hung up unexpectedly

 The name of the app is foodstalker

 - Andrew

 On Aug 27, 8:39 pm, James PocketSmith [EMAIL PROTECTED]
 wrote:

  Excellent, thanks heaps Adam :D

  On Aug 28, 5:22 am, Adam Wiggins [EMAIL PROTECTED] wrote:

   pocketdevsmith should begit-capable again.

   Adam
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Git - Internal server error - fatal: The remote end hung up unexpectedly

2008-09-04 Thread Andyroo2000

After working in the web editor for a while and commiting, I did a
pull tonight, which went okay.

Then after working locally tonight and making a commit, I tried to
push and got this message:

 ~/Documents/rails/foodstalker: git push
fatal: 'origin': unable to chdir or not a git archive
fatal: The remote end hung up unexpectedly


The name of the app is foodstalker

- Andrew


On Aug 27, 8:39 pm, James PocketSmith [EMAIL PROTECTED]
wrote:
 Excellent, thanks heaps Adam :D

 On Aug 28, 5:22 am, Adam Wiggins [EMAIL PROTECTED] wrote:

  pocketdevsmith should begit-capable again.

  Adam
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: 500 Internal Server Error and no logs yet

2008-09-02 Thread Morten Bagai

What's the name of your app?

/Morten

On Sep 1, 2008, at 10:27 PM, grourk wrote:


 I get We're sorry, but something went wrong. (500) when trying to
 view the data tab on my app.  I also get errors in my app complaining
 that a column I recently added to a model does not exist as a method
 on the model.  Everything seems to work locally.  Did my migration
 screw something up?  I executed a simple SQL update in my
 migration...  Is that legal?

 Your help is appreciated.

 On Sep 1, 3:06 pm, DyingToLearn [EMAIL PROTECTED] wrote:
 Morten Bagai wrote:
 The data tab for cebu should be working now.

 /Morten

 Thank you!
 


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: 500 Internal Server Error and no logs yet

2008-09-02 Thread Greg Nelson
greenback

On Tue, Sep 2, 2008 at 9:27 AM, Morten Bagai [EMAIL PROTECTED] wrote:


 What's the name of your app?

 /Morten

 On Sep 1, 2008, at 10:27 PM, grourk wrote:

 
  I get We're sorry, but something went wrong. (500) when trying to
  view the data tab on my app.  I also get errors in my app complaining
  that a column I recently added to a model does not exist as a method
  on the model.  Everything seems to work locally.  Did my migration
  screw something up?  I executed a simple SQL update in my
  migration...  Is that legal?
 
  Your help is appreciated.
 
  On Sep 1, 3:06 pm, DyingToLearn [EMAIL PROTECTED] wrote:
  Morten Bagai wrote:
  The data tab for cebu should be working now.
 
  /Morten
 
  Thank you!
  


 


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: 500 Internal Server Error and no logs yet

2008-09-02 Thread Morten Bagai
Should be fixed now.

/Morten

On Sep 2, 2008, at 9:49 AM, Greg Nelson wrote:

 greenback

 On Tue, Sep 2, 2008 at 9:27 AM, Morten Bagai [EMAIL PROTECTED]  
 wrote:

 What's the name of your app?

 /Morten

 On Sep 1, 2008, at 10:27 PM, grourk wrote:

 
  I get We're sorry, but something went wrong. (500) when trying to
  view the data tab on my app.  I also get errors in my app  
 complaining
  that a column I recently added to a model does not exist as a method
  on the model.  Everything seems to work locally.  Did my migration
  screw something up?  I executed a simple SQL update in my
  migration...  Is that legal?
 
  Your help is appreciated.
 
  On Sep 1, 3:06 pm, DyingToLearn [EMAIL PROTECTED] wrote:
  Morten Bagai wrote:
  The data tab for cebu should be working now.
 
  /Morten
 
  Thank you!
  





 


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: 500 Internal Server Error and no logs yet

2008-09-01 Thread DyingToLearn


DyingToLearn wrote:
 I put my application back into development mode. Then I switch it to
 production mode again.

 The site seems to be working now. But going to 
 http://edit.cebu.heroku.com/data
 still gives me a 500 error.


I am still getting a 500 error when I go to http://edit.cebu.heroku.com/data.
The page just says the typical Rails We're sorry, but something went
wrong.

I export my data from here as a manual backup so I would like this
page to work. Any ideas?
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Internal Server Error

2008-08-29 Thread Morten Bagai

Back up.

/Morten.

On Aug 28, 2008, at 8:35 PM, nate wrote:


 yeah, internal server errors for me now trying to view or edit my
 app:

 precedence.heroku.com
 


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Internal Server Error

2008-08-29 Thread Morten Bagai

This one looks to be up again as well.

/M.

On Aug 29, 2008, at 5:51 AM, Andrew Shindyapin wrote:


 same here (ezlearnz.heroku.com)

 On Aug 28, 11:35 pm, nate [EMAIL PROTECTED] wrote:
 yeah, internal server errors for me now trying to view or edit my
 app:

 precedence.heroku.com
 


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: 500 Internal Server Error and no logs yet

2008-08-29 Thread DyingToLearn

I put my application back into development mode. Then I switch it to
production mode again.

The site seems to be working now. But going to http://edit.cebu.heroku.com/data
still gives me a 500 error.

I guess it would be nice to have a 'restart' button somewhere.

Cheers,
Paul

DyingToLearn wrote:
 Thanks for the quick response!

 My app is in production mode, so I couldn't just fire up the heroku
 editor.

 I made the change locally; checked it into git; and then ran git push
 again.

 I got the same error HTTP Basic Access Denied.

 My app is still acting as if that plugin wasn't updated.

 Note: I can see the other changes I made (such as ones to my
 controllers and views).
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Internal Server Error

2008-08-28 Thread Kurt

This is happening on my app again today. (itinermouse)

On Aug 27, 6:10 pm, Morten Bagai [EMAIL PROTECTED] wrote:
 Hi,

 Should be back up now.

 /Morten
 On Aug 27, 2008, at 2:55 PM, [EMAIL PROTECTED] wrote:



  I get an Internal Server Error when I try view my app, and a fatal:
  The remote end hung up unexpectedly when I try to git push.

  appriondb.heroku.com
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Internal Server Error

2008-08-28 Thread Morten Bagai

Fixed.

/Morten

On Aug 28, 2008, at 8:24 AM, Kurt wrote:


 This is happening on my app again today. (itinermouse)

 On Aug 27, 6:10 pm, Morten Bagai [EMAIL PROTECTED] wrote:
 Hi,

 Should be back up now.

 /Morten
 On Aug 27, 2008, at 2:55 PM, [EMAIL PROTECTED] wrote:



 I get an Internal Server Error when I try view my app, and a fatal:
 The remote end hung up unexpectedly when I try to git push.

 appriondb.heroku.com
 


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Git - Internal server error - fatal: The remote end hung up unexpectedly

2008-08-27 Thread Harro

I was having this problem. I take it that only the commands like
'heroku list' and 'heroku create' work?

If so its a problem with your ssh keys, at least it was for me.
I deleted mine and recreated them, which solved the problem.

On Aug 27, 12:30 pm, James PocketSmith [EMAIL PROTECTED]
wrote:
 Hi there,

 Afraid that we are having this problem; git pull / push give us a
 Internal server error fatal: The remote end hung up unexpectedly, and
 accessing the app gives Internal server error.

 The name of the app is pocketsmithdev.

 Thanks for any help guys :)

 James
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Internal Server Error

2008-08-27 Thread [EMAIL PROTECTED]

I get an Internal Server Error when I try view my app, and a fatal:
The remote end hung up unexpectedly when I try to git push.

appriondb.heroku.com
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Internal Server Error

2008-08-27 Thread Morten Bagai

Hi,

Should be back up now.

/Morten
On Aug 27, 2008, at 2:55 PM, [EMAIL PROTECTED] wrote:


 I get an Internal Server Error when I try view my app, and a fatal:
 The remote end hung up unexpectedly when I try to git push.

 appriondb.heroku.com
 


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Git - Internal server error - fatal: The remote end hung up unexpectedly

2008-08-27 Thread James PocketSmith

Excellent, thanks heaps Adam :D

On Aug 28, 5:22 am, Adam Wiggins [EMAIL PROTECTED] wrote:
 pocketdevsmith should be git-capable again.

 Adam
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: internal server error on both edit and view

2008-07-08 Thread Adam Wiggins

Fixed.

Adam

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



internal server error on both edit and view

2008-07-07 Thread rotochamp

I just started using heroku last week and I love it.

when I left for the holiday weekend my app was working.  When I came
back to access it tonight, I get Internal Server Error on both Edit
and View.

the app is fantasysportsmob.heroku.com

All that I have implemented is a Restful Authentication system using
salt, and a secure password reset system.

I am not sure if either one is having a problem with the heroku
architecture, but I cannot access the edit area to change anything and
I did all the coding via the online service so I do not have a fresh
local copy to edit and upload.

Please let me know if something I am doing with this is incompatible.
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: internal server error on both edit and view

2008-07-07 Thread rotochamp

Looks like its working now,

If you did something then thanks =)

On Jul 7, 6:12 pm, Morten Bagai [EMAIL PROTECTED] wrote:
 Hey,

 Seems to work for me now. Are you still having problems?

 /Morten

 On Jul 7, 2008, at 6:10 PM, rotochamp wrote:



  I just started using heroku last week and I love it.

  when I left for the holiday weekend my app was working.  When I came
  back to access it tonight, I get Internal Server Error on both Edit
  and View.

  the app is fantasysportsmob.heroku.com

  All that I have implemented is a Restful Authentication system using
  salt, and a secure password reset system.

  I am not sure if either one is having a problem with the heroku
  architecture, but I cannot access the edit area to change anything and
  I did all the coding via the online service so I do not have a fresh
  local copy to edit and upload.

  Please let me know if something I am doing with this is incompatible.
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



  1   2   >