Hello all,
I'm not sure if I'm missing something, but I can't use datastore admin
features.
I have enabled it on app.yaml.
When I try to copy or delete entities I got the errors bellow:
On datastore admin page:
Copy Job Status
There was a problem kicking off the jobs. The error was:
'module' object has no attribute 'dumps'
On logs page:
2011-10-11 17:14:36.604
Handling exception.
Traceback (most recent call last):
File
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/datastore_admin/copy_handler.py",
line 164, in post
mapper_params)
File
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/datastore_admin/utils.py",
line 501, in RunMapForKinds
operation, job_name, handler_spec, reader_spec, mapper_params))
File
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/datastore_admin/utils.py",
line 471, in StartMap
return db.run_in_transaction(tx)
File
"/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore.py",
line 2355, in RunInTransaction
return RunInTransactionOptions(None, function, *args, **kwargs)
File
"/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore.py",
line 2477, in RunInTransactionOptions
ok, result = _DoOneTry(new_connection, function, args, kwargs)
File
"/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore.py",
line 2499, in _DoOneTry
result = function(*args, **kwargs)
File
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/datastore_admin/utils.py",
line 469, in tx
transactional=True)
File
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/mapreduce/control.py",
line 110, in start_map
transactional=transactional)
File
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/mapreduce/handlers.py",
line 832, in _start_map
kickoff_params = {"mapreduce_spec": mapreduce_spec.to_json_str()}
File
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/mapreduce/model.py",
line 95, in to_json_str
return simplejson.dumps(json, sort_keys=True)
AttributeError: 'module' object has no attribute 'dumps'
Is there anyone having this issue ?
Thank you.
--
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.