Created
March 15, 2016 10:24
-
-
Save sebgoa/6a55c5ad88b5d679c5d0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
/etc/st2/st2.conf: FAILED open or read | |
md5sum: /etc/st2/st2.conf: No such file or directory | |
md5sum: WARNING: 1 listed file could not be read | |
2016-03-15 10:21:42,329 DEBUG [-] Using config files: /tmp/conf/st2.conf | |
2016-03-15 10:21:42,330 DEBUG [-] Using logging config: /etc/st2/logging.auth.conf | |
ERROR: Traceback (most recent call last): | |
File "/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2common/log.py", line 144, in setup | |
disable_existing_loggers=disable_existing_loggers) | |
File "/usr/lib/python2.7/logging/config.py", line 70, in fileConfig | |
formatters = _create_formatters(cp) | |
File "/usr/lib/python2.7/logging/config.py", line 106, in _create_formatters | |
flist = cp.get("formatters", "keys") | |
File "/usr/lib/python2.7/ConfigParser.py", line 607, in get | |
raise NoSectionError(section) | |
NoSectionError: No section: 'formatters' | |
2016-03-15 10:21:42,331 ERROR [-] (PID=8) ST2 Auth API quit due to exception. | |
Traceback (most recent call last): | |
File "/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2auth/cmd/api.py", line 87, in main | |
_setup() | |
File "/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2auth/cmd/api.py", line 45, in _setup | |
run_migrations=False) | |
File "/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2common/service_setup.py", line 87, in setup | |
excludes=cfg.CONF.log.excludes) | |
File "/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2common/log.py", line 154, in setup | |
raise Exception(six.text_type(exc)) | |
Exception: No section: 'formatters' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment