[google-appengine] Re: Can't deploy app > 503 error

2010-11-15 Thread Edward Sarker
Everyone is having this problem it seems. API down?

hopefully we hear an update on this issue soon.

for the record my output:


./appcfg.py:42: DeprecationWarning: the sha module is deprecated; use
the hashlib module instead
  os.path.join(DIR_PATH, 'lib', 'django'),
/home/Locke/GAE/google/appengine/tools/dev_appserver_login.py:33:
DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5
Application: idealists-inc; version: 2.
Server: appengine.google.com.
2010-11-12 13:25:18,952 INFO appengine_rpc.py:435 Loaded
authentication cookies from /home/Locke/.appcfg_cookies
2010-11-12 13:25:18,953 INFO appengine_rpc.py:153 Server:
appengine.google.com
2010-11-12 13:25:18,954 INFO appcfg.py:414 Checking for updates to the
SDK.
2010-11-12 13:25:19,112 INFO appcfg.py:428 The SDK is up to date.
2010-11-12 13:25:19,112 INFO appcfg.py:1753 Reading app
configuration.
Scanning files on local disk.
2010-11-12 13:25:19,113 INFO appcfg.py:1768 Processing file 'main.py'
2010-11-12 13:25:19,113 INFO appcfg.py:1768 Processing file
'index.html'
2010-11-12 13:25:19,114 INFO appcfg.py:1768 Processing file
'app.yaml'
2010-11-12 13:25:19,114 INFO appcfg.py:1768 Processing file
'index.yaml'
2010-11-12 13:25:19,114 INFO appcfg.py:1768 Processing file 'static/
images/troll.gif'
2010-11-12 13:25:19,114 INFO appcfg.py:1768 Processing file 'static/
images/favicon.ico'
Initiating update.
Cloning 2 static files.
Cloning 4 application files.
Precompilation starting.
2010-11-12 13:25:21,236 INFO appcfg.py:1814 HTTP Error (HTTP Error
503: Service Unavailable)
Rolling back the update.
Error 503: --- begin server output ---

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

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Can't deploy app > 503 error

2010-11-15 Thread Edward Sarker
I think the app engine API is down. I spent the better half of the
last 2 hours trying to debug my code, app engine and everything else.
i had no other system to test on so i didn't know it wasn't just my
laptop with the issue.

On Nov 12, 12:09 pm, Daniel  wrote:
> I'm having this problem as well. :(
>
> On Nov 12, 11:55 am, John Gardner  wrote:
>
>
>
>
>
>
>
> > I'm seeing the same problem, on a couple of different appids:  I
> > haven't found one yet that can deploy.
>
> > ...
> > Cloned 1300 files.
> > Cloned 1400 files.
> > Cloned 1500 files.
> > Uploading 2 files and blobs.
> > Uploaded 2 files and blobs
> > Precompilation starting.
> > Rolling back the update.
> > Error503: --- begin server output ---
>
> > Try Again (503)
> > An unexpected failure has occurred. Please try again.
> > --- end server output ---
>
> > On Nov 12, 9:51 am, Justin  wrote:
>
> > > appcfg.py update seems to repeatedly fail at the precompilation stage
> > > with HTTP503/ service unavailable; but AppEngine status page says
> > > everything's ok
>
> > > Thanks
>
> > > --
>
> > > j...@jhw:~/work/wol_datastore$ python appengine/appcfg.py update .
> > > Application: wol-datastore; version: 1.
> > > Server: appengine.google.com.
> > > Scanning files on local disk.
> > > Scanned 500 files.
> > > Scanned 1000 files.
> > > Initiating update.
> > > 2010-11-12 15:46:27,595 WARNING appengine_rpc.py:405 ssl module not
> > > found.
> > > Without the ssl module, the identity of the remote host cannot be
> > > verified, and
> > > connections may NOT be secure. To fix this, please install the ssl
> > > module fromhttp://pypi.python.org/pypi/ssl.
> > > To learn more, seehttp://code.google.com/appengine/kb/general.html#rpcssl
> > > .
> > > Email: justin.worr...@gmail.com
> > > Password for justin.worr...@gmail.com:
> > > Cloning 1026 application files.
> > > Cloned 100 files.
> > > Cloned 200 files.
> > > Cloned 300 files.
> > > Cloned 400 files.
> > > Cloned 500 files.
> > > Cloned 600 files.
> > > Cloned 700 files.
> > > Cloned 800 files.
> > > Cloned 900 files.
> > > Cloned 1000 files.
> > > Precompilation starting.
> > > Precompilation: 461 files left.
> > > Rolling back the update.
> > > Error503: --- begin server output ---
>
> > > Try Again (503)
> > > An unexpected failure has occurred. Please try again.
> > > --- end server output ---

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.