development environment - Google app engine bulkloader opens empty file at upload -


i'm running following 2 commands:

appcfg.py download_data --kind=journal --url=http://appname.appspot.com/_ah/remote_api --filename=journals.sql3 appcfg.py upload_data --url=http://localhost:8080/_ah/remote_api --kind=journal --filename=journals.sql3 

the first 1 downloads data in following files: bulkloader-results-20130718.112127.sql3 journals.sql3 no errors whatsoever. when open file in notepad, looks data in there.

the second 1 opens random new empty file each time run (e.g. bulkloader-progress-20130718.115805.sql3). gives following error log:

info     2013-07-18 11:54:48,930 module.py:595] default: "post /_ah/remote_api http/1.1" 200 96 info     2013-07-18 11:58:17,563 module.py:595] default: "get /_ah/remote_api?rtok=36123921049 http/1.1" 200 64 info     2013-07-18 11:58:20,609 module.py:595] default: "get /_ah/remote_api http/1.1" 200 37 error    2013-07-18 09:58:20,618 handler.py:384] exception while handling service_name: "datastore_v4" method: "allocateids" request: "" traceback (most recent call last):   file "c:\program files (x86)\google\google_appengine\google\appengine\ext\remote_api\handler.py", line 380, in post     response_data = self.executerequest(request)   file "c:\program files (x86)\google\google_appengine\google\appengine\ext\remote_api\handler.py", line 411, in executerequest     response_data)   file "c:\program files (x86)\google\google_appengine\google\appengine\api\apiproxy_stub_map.py", line 94, in makesynccall     return stubmap.makesynccall(service, call, request, response)   file "c:\program files (x86)\google\google_appengine\google\appengine\api\apiproxy_stub_map.py", line 328, in makesynccall     rpc.checksuccess()   file "c:\program files (x86)\google\google_appengine\google\appengine\api\apiproxy_rpc.py", line 156, in _waitimpl     self.request, self.response)   file "c:\program files (x86)\google\google_appengine\google\appengine\ext\remote_api\remote_api_stub.py", line 200, in makesynccall     self._makerealsynccall(service, call, request, response)   file "c:\program files (x86)\google\google_appengine\google\appengine\ext\remote_api\remote_api_stub.py", line 234, in _makerealsynccall     raise pickle.loads(response_pb.exception()) attributeerror: 'nonetype' object has no attribute 'threadsafe' info     2013-07-18 11:58:20,622 module.py:595] default: "post /_ah/remote_api http/1.1" 200 96 

what doing wrong?

edit: still no solution. funny uploading on app engine server work.

looks there's ticket issue, , it's related latest version of python dev server (1.8.2).

as suggested on ticket, downgraded dev server previous sdk version (1.8.1) , bulk upload worked expected again.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -