I am getting the following error while downloading data from live app
using the bulkloader.py --dump util:
*************************************
[INFO ] Downloading kinds: [u'Load', u'Product', u'Contact',
u'Location', u'Summary']
....[INFO ] Load: No descending index on __key__, performing serial
download
[INFO ] Contact: No descending index on __key__, performing serial
download
[INFO ] Product: No descending index on __key__, performing serial
download
...............[ERROR ] [Thread-3] WorkerThread:
Traceback (most recent call last):
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/adaptive_thread_pool.py", line 110, in run
self.WorkOnItems()
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/adaptive_thread_pool.py", line 131, in
WorkOnItems
self.__thread_gate.StartWork()
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/adaptive_thread_pool.py", line 389, in
StartWork
(self.threading.currentThread().getName(),
AttributeError: 'ThreadGate' object has no attribute 'threading'
[INFO ] An error occurred. Shutting down...
[ERROR ] Error in Thread-3: 'ThreadGate' object has no attribute
'threading'
[INFO ] Have 1809 entities, 0 previously transferred
[INFO ] 1809 entities (1189715 bytes) transferred in 93.2 seconds
*************************************
Anyone has an idea as to what might be the issue here?
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.