Skip to content

Instantly share code, notes, and snippets.

@hkumarmk
Created December 15, 2014 11:05
Show Gist options
  • Select an option

  • Save hkumarmk/15f5598687851f2aaa83 to your computer and use it in GitHub Desktop.

Select an option

Save hkumarmk/15f5598687851f2aaa83 to your computer and use it in GitHub Desktop.
[Mon Dec 15 10:43:25.340778 2014] [:error] [pid 7870:tid 140563332552448] [remote 172.28.128.4:3706] mod_wsgi (pid=7870): Target WSGI script '/usr/lib/cgi-bin/keystone/main' cannot be loaded as Python module.
[Mon Dec 15 10:43:25.341470 2014] [:error] [pid 7870:tid 140563332552448] [remote 172.28.128.4:3706] mod_wsgi (pid=7870): Exception occurred processing WSGI script '/usr/lib/cgi-bin/keystone/main'.
[Mon Dec 15 10:43:25.342049 2014] [:error] [pid 7870:tid 140563332552448] [remote 172.28.128.4:3706] Traceback (most recent call last):
[Mon Dec 15 10:43:25.342308 2014] [:error] [pid 7870:tid 140563332552448] [remote 172.28.128.4:3706] File "/usr/lib/cgi-bin/keystone/main", line 32, in <module>
[Mon Dec 15 10:43:25.342627 2014] [:error] [pid 7870:tid 140563332552448] [remote 172.28.128.4:3706] from keystone import service
[Mon Dec 15 10:43:25.342824 2014] [:error] [pid 7870:tid 140563332552448] [remote 172.28.128.4:3706] File "/usr/lib/python2.7/dist-packages/keystone/service.py", line 21, in <module>
[Mon Dec 15 10:43:25.343164 2014] [:error] [pid 7870:tid 140563332552448] [remote 172.28.128.4:3706] from keystone import auth
[Mon Dec 15 10:43:25.343390 2014] [:error] [pid 7870:tid 140563332552448] [remote 172.28.128.4:3706] File "/usr/lib/python2.7/dist-packages/keystone/auth/__init__.py", line 17, in <module>
[Mon Dec 15 10:43:25.343631 2014] [:error] [pid 7870:tid 140563332552448] [remote 172.28.128.4:3706] from keystone.auth import controllers
[Mon Dec 15 10:43:25.343862 2014] [:error] [pid 7870:tid 140563332552448] [remote 172.28.128.4:3706] File "/usr/lib/python2.7/dist-packages/keystone/auth/controllers.py", line 17, in <module>
[Mon Dec 15 10:43:25.344114 2014] [:error] [pid 7870:tid 140563332552448] [remote 172.28.128.4:3706] from keystoneclient.common import cms
[Mon Dec 15 10:43:25.344376 2014] [:error] [pid 7870:tid 140563332552448] [remote 172.28.128.4:3706] File "/usr/lib/python2.7/dist-packages/keystoneclient/__init__.py", line 27, in <module>
[Mon Dec 15 10:43:25.344615 2014] [:error] [pid 7870:tid 140563332552448] [remote 172.28.128.4:3706] from keystoneclient import access
[Mon Dec 15 10:43:25.345952 2014] [:error] [pid 7870:tid 140563332552448] [remote 172.28.128.4:3706] ImportError: cannot import name access
@hkumarmk
Copy link
Author

Second error:

[Mon Dec 15 12:18:50.971379 2014] [:error] [pid 1230:tid 140285289797376] [remote 172.28.128.4:27325] mod_wsgi (pid=1230): Target WSGI script '/usr/lib/cgi-bin/keystone/main' cannot be loaded as Python module.
[Mon Dec 15 12:18:50.971907 2014] [:error] [pid 1230:tid 140285289797376] [remote 172.28.128.4:27325] mod_wsgi (pid=1230): Exception occurred processing WSGI script '/usr/lib/cgi-bin/keystone/main'.
[Mon Dec 15 12:18:50.972425 2014] [:error] [pid 1230:tid 140285289797376] [remote 172.28.128.4:27325] Traceback (most recent call last):
[Mon Dec 15 12:18:50.972668 2014] [:error] [pid 1230:tid 140285289797376] [remote 172.28.128.4:27325] File "/usr/lib/cgi-bin/keystone/main", line 38, in
[Mon Dec 15 12:18:50.973075 2014] [:error] [pid 1230:tid 140285289797376] [remote 172.28.128.4:27325] config.configure()
[Mon Dec 15 12:18:50.973360 2014] [:error] [pid 1230:tid 140285289797376] [remote 172.28.128.4:27325] File "/usr/lib/python2.7/dist-packages/keystone/common/config.py", line 694, in configure
[Mon Dec 15 12:18:50.973627 2014] [:error] [pid 1230:tid 140285289797376] [remote 172.28.128.4:27325] help='Do not monkey-patch threading system modules.'))
[Mon Dec 15 12:18:50.973857 2014] [:error] [pid 1230:tid 140285289797376] [remote 172.28.128.4:27325] File "/usr/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1625, in __inner
[Mon Dec 15 12:18:50.974223 2014] [:error] [pid 1230:tid 140285289797376] [remote 172.28.128.4:27325] result = f(self, _args, *_kwargs)
[Mon Dec 15 12:18:50.974434 2014] [:error] [pid 1230:tid 140285289797376] [remote 172.28.128.4:27325] File "/usr/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1781, in register_cli_opt
[Mon Dec 15 12:18:50.974683 2014] [:error] [pid 1230:tid 140285289797376] [remote 172.28.128.4:27325] raise ArgsAlreadyParsedError("cannot register CLI option")
[Mon Dec 15 12:18:50.974946 2014] [:error] [pid 1230:tid 140285289797376] [remote 172.28.128.4:27325] ArgsAlreadyParsedError: arguments already parsed: cannot register CLI option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment