ruby-on-railsdeploymentappfog

AppFog - Error (JSON 503): <?xml version="1.0" encoding="u


I'm trying to deploy a Rails app (2.3.8) on AppFog using the commands:

af login
af update app_name

I'm using update because the app is already existing on AppFog. However, I keep getting this error:

Error (JSON 503): <?xml version="1.0" encoding="u...

It happens after uploading the files. Running af update usually gives me that error. In fact, I've only ran that command successfully once in around a hundred times. I've tried deploying on different times around the clock, but no success. I've also tried using different servers of AppFog (US, EU, SG) but no luck either.

Anyone else having the same issue? Does anyone know a workaround for this? Thanks a lot!


Solution

  • I had the same error too, and it seems that's got to do something with the size of the app. Here's the post in the google group I posted and the responses I got.

    https://groups.google.com/forum/?fromgroups=#!topic/appfog-users/kIMXXYQTl2A

    Hope this helps you.