Hey all, apologies if this got double posted, I just tried to post and don't see my post on the list.
We are having an issue with the ah-builtin-python-bundle. We are getting a lot of errors matching the traceback at the bottom of this post. It appears to be related to automatic backups. I have updated http://code.google.com/p/googleappengine/issues/detail?id=8357 as it's a very similar error. 1. 2012-11-20 13:34:28.173 /_ah/mapreduce/controller_callback 500 340ms 2kb AppEngine-Google; (+http://code.google.com/appengine) 0.1.0.2 - - [20/Nov/2012:13:34:28 -0800] "POST /_ah/mapreduce/controller_callback HTTP/1.1" 500 2010 "http://ah-builtin-python-bundle.mediaspikestaging.appspot.com/_ah/mapreduce/controller_callback" "AppEngine-Google; (+http://code.google.com/appengine)" "ah-builtin-python-bundle.mediaspikestaging.appspot.com" ms=341 cpu_ms=129 cpm_usd=0.000225 queue_name=default task_name=appengine-mrcontrol-1582832598113D50F4E51-1 instance=00c61b117c02ad75d82ae35b94c5b1505c605d <https://appengine.google.com/instances?app_id=s~mediaspikestaging&version_id=ah-builtin-python-bundle.362388158432732921&key=00c61b117c02ad75d82ae35b94c5b1505c605d#00c61b117c02ad75d82ae35b94c5b1505c605d> 2. I2012-11-20 13:34:28.123 Abort signal received for job '1582832598113D50F4E51' 3. E2012-11-20 13:34:28.144 Queue name does not match pattern "^[a-zA-Z0-9-]{1,100}$"; found Traceback (most recent call last): File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py", line 712, in __call__ handler.post(*groups) File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/mapreduce/base_handler.py", line 81, in post self.handle() File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/mapreduce/handlers.py", line 472, in handle spec, state, self.base_path()) File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/mapreduce/handlers.py", line 577, in _finalize_job db.run_in_transaction(put_state, mapreduce_state) File "/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore.py", line 2433, in RunInTransaction return RunInTransactionOptions(None, function, *args, **kwargs) File "/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore.py", line 2571, in RunInTransactionOptions ok, result = _DoOneTry(new_connection, function, args, kwargs) File "/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore.py", line 2593, in _DoOneTry result = function(*args, **kwargs) File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/mapreduce/handlers.py", line 574, in put_state done_task.add(queue_name, transactional=True) File "/base/python_runtime/python_lib/versions/1/google/appengine/api/taskqueue/taskqueue.py", line 1078, in add return Queue(queue_name).add(self, transactional=transactional) File "/base/python_runtime/python_lib/versions/1/google/appengine/api/taskqueue/taskqueue.py", line 1310, in __init__ (_QUEUE_NAME_PATTERN, name)) InvalidQueueNameError: Queue name does not match pattern "^[a-zA-Z0-9-]{1,100}$"; found -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/4EhoIuLixHwJ. 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.
