Skip to content

Instantly share code, notes, and snippets.

@anibalpacheco
Created August 21, 2014 21:13
Show Gist options
  • Save anibalpacheco/4a9a23dfb2f5ecbfa4f1 to your computer and use it in GitHub Desktop.
Save anibalpacheco/4a9a23dfb2f5ecbfa4f1 to your computer and use it in GitHub Desktop.
CKAN OperationalError
File '/usr/local/ckan/pyenv27_ckan2/lib/python2.7/site-packages/sqlalchemy/engine/default.py', line 331 in do_execute
cursor.execute(statement, parameters)
OperationalError: (OperationalError) server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
'SELECT system_info.id AS system_info_id, system_info.key AS system_info_key, system_info.value AS system_info_value, system_info.revision_id AS system_info_revision_id \nFROM system_info \nWHERE system_info.key = %(key_1)s \n LIMIT %(param_1)s' {'key_1': 'ckan.config_update', 'param_1': 1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment