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

-- 
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/-/8LXLkVcH2noJ.
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.

Reply via email to