Hi,

I am trying to deploy site with recent app-engine-patch by invoking
"manage.py update" and getting this error:


Deploying new version.
Checking if new version is ready to serve.
Will check again in 1 seconds.
Checking if new version is ready to serve.
Will check again in 2 seconds.
Checking if new version is ready to serve.
Closing update: new version is ready to start serving.
Uploading index definitions.
Running syncdb.
Traceback (most recent call last):
  File "D:\projects\python\export\svn\src\manage.py", line 20, in
<module>
    execute_manager(settings)
  File "D:\projects\python\export\svn\src\__init__.py", line 384, in
execute_manager

  File "D:\projects\python\export\svn\src\__init__.py", line 325, in
execute

  File "D:\projects\python\export\svn\src\common\zip-packages
\django-1.1.zip\django\core\management\commands\update.py", line 70,
in run_from_argv
  File "D:\projects\python\export\svn\src\common\zip-packages
\django-1.1.zip\django\core\management\commands\update.py", line 53,
in run_appcfg
  File "D:\projects\python\export\svn\src\__init__.py", line 188, in
call_command

  File "D:\projects\python\export\svn\src\common\zip-packages
\django-1.1.zip\django\core\management\base.py", line 227, in execute
  File "D:\projects\python\export\svn\src\common\zip-packages
\django-1.1.zip\django\core\management\base.py", line 356, in handle
  File "D:\projects\python\export\svn\src\common\zip-packages
\django-1.1.zip\django\core\management\commands\syncdb.py", line 63,
in handle_noargs
  File "D:\projects\python\CloudBidder\src\common\appenginepatch
\appenginepatcher\patch.py", line 66, in count
    return old_count(self, limit)
  File "C:\Program Files (x86)\Google\google_appengine\google\appengine
\ext\db\__init__.py", line 1552, in count
    result = raw_query.Count(limit=limit)
  File "C:\Program Files (x86)\Google\google_appengine\google\appengine
\api\datastore.py", line 1084, in Count
    self._ToPb(limit=limit), resp)
  File "C:\Program Files (x86)\Google\google_appengine\google\appengine
\api\apiproxy_stub_map.py", line 72, in MakeSyncCall
    apiproxy.MakeSyncCall(service, call, request, response)
  File "C:\Program Files (x86)\Google\google_appengine\google\appengine
\api\apiproxy_stub_map.py", line 266, in MakeSyncCall
    rpc.CheckSuccess()
  File "C:\Program Files (x86)\Google\google_appengine\google\appengine
\api\apiproxy_rpc.py", line 111, in CheckSuccess
    raise self.exception
urllib2.HTTPError: HTTP Error 302: Found

What does it mean? It says that "Running syncdb", as far as I know
there is no syncing with app engine datastore?

Would be grateful for your help!

Thanks,
Andrius

--

You received this message because you are subscribed to the Google Groups 
"app-engine-patch" group.
To post to this group, send email to [email protected].
For more options, visit this group at 
http://groups.google.com/group/app-engine-patch?hl=.


Reply via email to