Created
August 21, 2014 21:13
-
-
Save anibalpacheco/4a9a23dfb2f5ecbfa4f1 to your computer and use it in GitHub Desktop.
CKAN OperationalError
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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