Deployment Failing with 503 error.

434 views
Skip to first unread message

Daniel Upton

unread,
Dec 8, 2010, 3:28:00 PM12/8/10
to Google App Engine
My deployments are currently failing with a 503 error. If it seems
like I'm posting messages like this every few days, that's because
every time I decide to deploy app engine is broken. :(

Kyle Jensen

unread,
Dec 8, 2010, 4:19:10 PM12/8/10
to Google App Engine
Ditto

Nick Renny

unread,
Dec 8, 2010, 4:32:53 PM12/8/10
to google-a...@googlegroups.com
Not getting anything through with deploy. failing at pre-compilation with 500 errors - for the last 2 hours

dloomer

unread,
Dec 8, 2010, 5:25:05 PM12/8/10
to Google App Engine
Yep. Here we go again ...

dloomer

unread,
Dec 8, 2010, 5:27:25 PM12/8/10
to Google App Engine
I see the title of the thread was changed to reflect 500 instead of
503, but the log dump I get, and which I assume the OP gets, is:

Error 503: --- begin server output ---
Try Again (503)
An unexpected failure has occurred. Please try again.
--- end server output ---
2010-12-08 16:25:24 (Process exited with code 1)


On Dec 8, 3:32 pm, Nick Renny <nickre...@gmail.com> wrote:

dloomer

unread,
Dec 8, 2010, 7:05:39 PM12/8/10
to Google App Engine
Deployment seems to succeed about once every 10-12 tries.

vlad

unread,
Dec 9, 2010, 12:37:37 AM12/9/10
to Google App Engine
Getting persistent 503 errors logging into Dashboard. 21:37 PST
appid=ace-poker

Ikai Lan (Google)

unread,
Dec 9, 2010, 5:50:40 PM12/9/10
to google-a...@googlegroups.com
When there's a deploy failure, it helps us if you let us know the exact error. With a 503, one thing to try is to disable precompilation and let us know. We're monitoring these services, but you can help us more quickly diagnose the problem with this information.

--
Ikai Lan 
Developer Programs Engineer, Google App Engine



--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.


c h

unread,
Feb 25, 2011, 2:57:02 AM2/25/11
to google-a...@googlegroups.com
I know this is an old thread, but i have been having this problem for several hours today.  have not tried disabling precompilation yet.

here's my output transcript:

Application: **** version: 0-20110224e.
Server: appengine.google.com.
Scanning files on local disk.
Scanned 500 files.
Initiating update.
Password for ****:
Cloning 236 static files.
Cloned 100 files.
Cloned 200 files.
Cloning 502 application files.
Cloned 100 files.
Cloned 200 files.
Cloned 300 files.
Cloned 400 files.
Cloned 500 files.
Precompilation starting.
Rolling back the update.

Error 503: --- begin server output ---

Try Again (503)
An unexpected failure has occurred. Please try again.
--- end server output ---

is there logging somewhere else that i can look at to see what is amuck?

thanks,

christian

Eric Ka Ka Ng

unread,
Feb 25, 2011, 2:59:21 AM2/25/11
to google-a...@googlegroups.com, Ikai Lan (Google)
Hi Ikai,

We experienced 503 error during the pre-compilation stage during deployments to all our apps in this hour. would try to disable precompilation first and re-enable it later when this problem has been fixed

- eric

bFlood

unread,
Feb 25, 2011, 8:32:33 AM2/25/11
to Google App Engine
I just saw the same thing, 503 error on upload. Disabled
precompilation and the upload continued successfully

On Feb 25, 2:59 am, Eric Ka Ka Ng <ngk...@gmail.com> wrote:
> Hi Ikai,
>
> We experienced 503 error during the pre-compilation stage during deployments
> to all our apps in this hour. would try to disable precompilation first and
> re-enable it later when this problem has been fixed
>
> - eric
>
> On 10 December 2010 06:50, Ikai Lan (Google) <ikai.l+gro...@google.com>wrote:
>
>
>
>
>
>
>
> > When there's a deploy failure, it helps us if you let us know the exact
> > error. With a 503, one thing to try is to disable precompilation and let us
> > know. We're monitoring these services, but you can help us more quickly
> > diagnose the problem with this information.
>
> > --
> > Ikai Lan
> > Developer Programs Engineer, Google App Engine
> > Blogger:http://googleappengine.blogspot.com
> > Reddit:http://www.reddit.com/r/appengine
> > Twitter:http://twitter.com/app_engine
>

sandeep Koduri

unread,
Feb 25, 2011, 8:57:40 AM2/25/11
to google-a...@googlegroups.com
Hi,

We dont have precompilation enabled but still getting the same error.

Uploaded 24 files and blobs
Precompilation starting.
Precompilation: 116 files left.
2011-02-25 05:57:01,049 INFO appcfg.py:1814 HTTP Error (HTTP Error 500: Internal Server Error)
Rolling back the update.
Error 500: --- begin server output ---






Error: Server Error

The server encountered an error and could not complete your request.

If the problem persists, please report your problem and mention this error message and the query that caused it.




--- end server output ---
****************************************************************
There is a new release of the SDK available.
-----------
Latest SDK:
api_versions: ['1']
release: 1.4.2
timestamp: 1294960686

-----------
Your SDK:
api_versions: ['1']
release: 1.3.8
timestamp: 1284157741

-----------
Please visit http://code.google.com/appengine for the latest SDK
****************************************************************
Regards
Sandeep Koduri
Phone: +91- 99 666 02 456
Gtalk: sandeep.koduri | Skype: sandeep.koduri

Tom Wu

unread,
Feb 25, 2011, 9:48:38 AM2/25/11
to google-a...@googlegroups.com
python appcfg.py update --no_precompilation  myapp will solve this problem.


2011/2/25 Sandeep Koduri <sandeep...@gmail.com>

Paul Miller

unread,
Feb 25, 2011, 11:19:09 AM2/25/11
to Google App Engine


On Feb 25, 9:48 am, Tom Wu <service.g2...@gmail.com> wrote:
> python appcfg.py update --no_precompilation  myapp will solve this problem.

It does not solve the problem, it is a work around. --no_pc is going
to slow things down considerably I would guess; if that's not the
case, why ever bother with precompiling?

The real question is: why doesn't this show up on the status board?

http://code.google.com/status/appengine


I would think this would qualify as a problem.
Reply all
Reply to author
Forward
0 new messages