Created
February 7, 2015 15:07
-
-
Save dizz/1fba0bfbd5709d74bd6c to your computer and use it in GitHub Desktop.
IMS missing dependency
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
[Sat Feb 07 15:06:03 2015] [error] [client 127.6.108.129] mod_wsgi (pid=7965): Exception occurred processing WSGI script '/var/lib/openshift/54d6292dac3c30c51200010e/app-root/runtime/repo/wsgi/application'. | |
[Sat Feb 07 15:06:03 2015] [error] [client 127.6.108.129] Traceback (most recent call last): | |
[Sat Feb 07 15:06:03 2015] [error] [client 127.6.108.129] File "/var/lib/openshift/54d6292dac3c30c51200010e/app-root/runtime/repo/wsgi/application", line 23, in <module> | |
[Sat Feb 07 15:06:03 2015] [error] [client 127.6.108.129] from util.InitSO import InitSO | |
[Sat Feb 07 15:06:03 2015] [error] [client 127.6.108.129] File "/var/lib/openshift/54d6292dac3c30c51200010e/app-root/runtime/repo/util/InitSO.py", line 21, in <module> | |
[Sat Feb 07 15:06:03 2015] [error] [client 127.6.108.129] from core.SecurityGroupOrchestrator import SecurityGroupOrchestrator | |
[Sat Feb 07 15:06:03 2015] [error] [client 127.6.108.129] File "/var/lib/openshift/54d6292dac3c30c51200010e/app-root/runtime/repo/core/SecurityGroupOrchestrator.py", line 17, in <module> | |
[Sat Feb 07 15:06:03 2015] [error] [client 127.6.108.129] from services.DatabaseManager import DatabaseManager | |
[Sat Feb 07 15:06:03 2015] [error] [client 127.6.108.129] File "/var/lib/openshift/54d6292dac3c30c51200010e/app-root/runtime/repo/services/DatabaseManager.py", line 19, in <module> | |
[Sat Feb 07 15:06:03 2015] [error] [client 127.6.108.129] from sqlalchemy import create_engine, inspect | |
[Sat Feb 07 15:06:03 2015] [error] [client 127.6.108.129] ImportError: cannot import name inspect |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment