This site is an archive; learn more about 8 years of OpenHatch.

[Devel] [Kaboom at OH] Error (EXTERNAL IP): /search/

mr_website at linode.openhatch.org mr_website at linode.openhatch.org
Thu Jan 14 13:58:58 UTC 2010


Traceback (most recent call last):

  File "/home/deploy/milestone-a.buildout/parts/production/django/core/handlers/base.py", line 92, in get_response
    response = callback(request, *callback_args, **callback_kwargs)

  File "/home/deploy/milestone-a.buildout/mysite/search/views.py", line 64, in fetch_bugs
    total_bug_count = bugs.count()

  File "/home/deploy/milestone-a.buildout/parts/production/django/db/models/query.py", line 292, in count
    return self.query.get_count()

  File "/home/deploy/milestone-a.buildout/parts/production/django/db/models/sql/query.py", line 376, in get_count
    number = obj.get_aggregation()[None]

  File "/home/deploy/milestone-a.buildout/parts/production/django/db/models/sql/query.py", line 348, in get_aggregation
    result = query.execute_sql(SINGLE)

  File "/home/deploy/milestone-a.buildout/parts/production/django/db/models/sql/query.py", line 2369, in execute_sql
    cursor.execute(sql, params)

  File "/home/deploy/milestone-a.buildout/parts/production/django/db/backends/mysql/base.py", line 84, in execute
    return self.cursor.execute(query, args)

  File "/home/deploy/milestone-a.buildout/eggs/MySQL_python-1.2.3c1-py2.5-linux-i686.egg/MySQLdb/cursors.py", line 173, in execute
    self.errorhandler(self, exc, value)

  File "/home/deploy/milestone-a.buildout/eggs/MySQL_python-1.2.3c1-py2.5-linux-i686.egg/MySQLdb/connections.py", line 36, in defaulterrorhandler
    raise errorclass, errorvalue

OperationalError: (1267, "Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like'")


<WSGIRequest
GET:<QueryDict: {u'q': [u'\u314a']}>,
POST:<QueryDict: {}>,
COOKIES:{},
META:{'DOCUMENT_ROOT': '/var/www/',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTPS': '1',
 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
 'HTTP_ACCEPT_CHARSET': 'EUC-KR,utf-8;q=0.7,*;q=0.7',
 'HTTP_ACCEPT_ENCODING': 'gzip,deflate',
 'HTTP_ACCEPT_LANGUAGE': 'ko-kr,ko;q=0.8,en-us;q=0.5,en;q=0.3',
 'HTTP_CONNECTION': 'keep-alive',
 'HTTP_HOST': 'openhatch.org',
 'HTTP_KEEP_ALIVE': '300',
 'HTTP_REFERER': 'https://openhatch.org/search/',
 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows; U; Windows NT 6.1; ko; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7',
 'PATH': '/usr/local/bin:/usr/bin:/bin',
 'PATH_INFO': u'/search/',
 'PATH_TRANSLATED': '/home/deploy/milestone-a.buildout/bin/production.wsgi/search/',
 'QUERY_STRING': 'q=%E3%85%8A',
 'REMOTE_ADDR': '211.227.6.71',
 'REMOTE_PORT': '51514',
 'REQUEST_METHOD': 'GET',
 'REQUEST_URI': '/search/?q=%E3%85%8A',
 'SCRIPT_FILENAME': '/home/deploy/milestone-a.buildout/bin/production.wsgi',
 'SCRIPT_NAME': u'',
 'SERVER_ADDR': '74.207.229.254',
 'SERVER_ADMIN': 'webmaster at localhost',
 'SERVER_NAME': 'openhatch.org',
 'SERVER_PORT': '443',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Debian) Server at openhatch.org Port 443</address>\n',
 'SERVER_SOFTWARE': 'Apache/2.2.14 (Debian)',
 'SSL_TLS_SNI': 'openhatch.org',
 'mod_wsgi.application_group': 'openhatch.org|',
 'mod_wsgi.callable_object': 'application',
 'mod_wsgi.listener_host': '',
 'mod_wsgi.listener_port': '443',
 'mod_wsgi.process_group': 'live',
 'mod_wsgi.reload_mechanism': '1',
 'mod_wsgi.script_reloading': '1',
 'mod_wsgi.version': (2, 5),
 'wsgi.errors': <mod_wsgi.Log object at 0x98b0110>,
 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x8eb5068>,
 'wsgi.input': <mod_wsgi.Input object at 0x993d778>,
 'wsgi.multiprocess': True,
 'wsgi.multithread': False,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'https',
 'wsgi.version': (1, 0)}>


More information about the Devel mailing list