/usr/local/www/lib/python2.6/site-packages/WebOb-1.2.3-py2.6.egg/webob/request.py:122: DeprecationWarning: You unicode_errors='replace' to the Request constructor. Passing a ``unicode_errors`` value to the Request is no longer supported in WebOb 1.2+. This value has been ignored
/usr/local/www/lib/python2.6/site-packages/WebOb-1.2.3-py2.6.egg/webob/request.py:130: DeprecationWarning: You passed decode_param_names=False to the Request constructor. Passing a ``decode_param_names`` value to the Request is no longer supported in WebOb 1.2+. This value has been ignored
/usr/local/www/lib/python2.6/site-packages/SQLAlchemy-0.8.0b2-py2.6-linux-x86_64.egg/sqlalchemy/engine/default.py:467: SAWarning: Unicode type received non-unicode bind param value.
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 43868)
Traceback (most recent call last):
File "/usr/local/www/lib/python2.6/site-packages/Paste-1.7.5.1-py2.6.egg/paste/httpserver.py", line 1068, in process_request_in_thread
self.finish_request(request, client_address)
File "/usr/lib64/python2.6/SocketServer.py", line 322, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib64/python2.6/SocketServer.py", line 618, in __init__
self.finish()
File "/usr/lib64/python2.6/SocketServer.py", line 661, in finish
self.wfile.flush()
File "/usr/lib64/python2.6/socket.py", line 303, in flush
self._sock.sendall(buffer(data, write_offset, buffer_size))
error: [Errno 32] Broken pipe
----------------------------------------
/usr/local/www/lib/python2.6/site-packages/Pylons-1.0.1-py2.6.egg/pylons/controllers/util.py:224: DeprecationWarning: As of WebOb 1.2, raise the HTTPException instance directly instead of raising the result of 'HTTPException.exception'
raise exc(location=url).exception