I just noticed these errors in the logs of my source application. I'm
guessing this might have something to do with it. Why is this
happening and how can I get around the issue?
The app/namespace arguments (<sourceapp>/) should match parent.app/
namespace() (s~<targetapp>/)
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/__init__.py", line 517, in __call__
handler.post(*groups)
File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/mapreduce/base_handler.py", line 59, in post
self.handle()
File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/mapreduce/handlers.py", line 172, in handle
ctx.flush()
File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/mapreduce/context.py", line 244, in flush
pool.flush()
File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/datastore_admin/copy_handler.py", line 221, in flush
1, maxid)
File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/db/__init__.py", line 1455, in allocate_id_range
start_key = Key.from_path(key.kind(), start, parent=key.parent())
File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/datastore_types.py", line 387, in from_path
(app_id, namespace, parent.app(), parent.namespace()))
BadArgumentError: The app/namespace arguments (<sourceapp>/) should
match parent.app/namespace() (s~<targetapp>/)
--
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.