App Engine Prod Server. / Python 2.5
In the logs, I see that error stack for many requests. The calls succeed but app engine internal logging module logs this, everytime.
2012-04-10 21:17:43.241 xxxxxxxxxxx 206 155ms 0kb Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.151 Safari/535.19
E 2012-04-10 21:17:43.240 Traceback (most recent call last):
E 2012-04-10 21:17:43.240 File "/base/python_runtime/python_lib/versions/1/google/appengine/api/app_logging.py", line 90, in emit
E 2012-04-10 21:17:43.240 message = self._AppLogsMessage(record)
E 2012-04-10 21:17:43.240 File "/base/python_runtime/python_lib/versions/1/google/appengine/api/app_logging.py", line 108, in _AppLogsMessage
E 2012-04-10 21:17:43.240 message = self.format(record).replace("\r\n", NEWLINE_REPLACEMENT)
E 2012-04-10 21:17:43.240 File "/base/python_runtime/python_dist/lib/python2.5/logging/__init__.py", line 630, in format
E 2012-04-10 21:17:43.240 return fmt.format(record)
E 2012-04-10 21:17:43.240 File "/base/python_runtime/python_dist/lib/python2.5/logging/__init__.py", line 418, in format
E 2012-04-10 21:17:43.240 record.message = record.getMessage()
E 2012-04-10 21:17:43.240 File "/base/python_runtime/python_dist/lib/python2.5/logging/__init__.py", line 288, in getMessage
E 2012-04-10 21:17:43.240 msg = msg % self.args
E 2012-04-10 21:17:43.240 TypeError: not all arguments converted during string formatting
E 2012-04-10 21:17:43.240 Traceback (most recent call last):
E 2012-04-10 21:17:43.240 File "/base/python_runtime/python_lib/versions/1/google/appengine/api/app_logging.py", line 90, in emit
E 2012-04-10 21:17:43.240 message = self._AppLogsMessage(record)
E 2012-04-10 21:17:43.240 File "/base/python_runtime/python_lib/versions/1/google/appengine/api/app_logging.py", line 108, in _AppLogsMessage
E 2012-04-10 21:17:43.240 message = self.format(record).replace("\r\n", NEWLINE_REPLACEMENT)
E 2012-04-10 21:17:43.240 File "/base/python_runtime/python_dist/lib/python2.5/logging/__init__.py", line 630, in format
E 2012-04-10 21:17:43.240 return fmt.format(record)
E 2012-04-10 21:17:43.240 File "/base/python_runtime/python_dist/lib/python2.5/logging/__init__.py", line 418, in format
E 2012-04-10 21:17:43.240 record.message = record.getMessage()
E 2012-04-10 21:17:43.240 File "/base/python_runtime/python_dist/lib/python2.5/logging/__init__.py", line 288, in getMessage
E 2012-04-10 21:17:43.240 msg = msg % self.args
E 2012-04-10 21:17:43.240 TypeError: not all arguments converted during string formatting