<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 19, 2016 at 11:57 AM, Rosensweig, Elisha (Nokia - IL) <span dir="ltr"><<a href="mailto:elisha.rosensweig@nokia.com" target="_blank">elisha.rosensweig@nokia.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi All,<br>
<br>
Recently, I've been having trouble running stack.sh from scratch. With the default configuration I've been using for a while, I get the following error in /opt/stack/logs/key.log:<br>
<br>
2016-04-19 16:05:26.630 22047 DEBUG keystone.common.controller [req-3d384c1f-8b9a-4ff0-aa30-a4aad73963fb 3bdfb473e0e544a4a1889c9192d2ba3c fd622e15c12a49a299a63022c5d34088 - default default] RBAC: Authorization granted inner /opt/stack/keystone/keystone/common/controller.py:180<br>
mod_wsgi (pid=22045): Target WSGI script '/usr/local/bin/keystone-wsgi-admin' cannot be loaded as Python module.<br>
mod_wsgi (pid=22045): Exception occurred processing WSGI script '/usr/local/bin/keystone-wsgi-admin'.<br>
Traceback (most recent call last):<br>
  File "/usr/local/bin/keystone-wsgi-admin", line 36, in <module><br>
    application = initialize_admin_application()<br>
  File "/opt/stack/keystone/keystone/server/wsgi.py", line 62, in initialize_admin_application<br>
    return initialize_application('admin')<br>
  File "/opt/stack/keystone/keystone/server/wsgi.py", line 39, in initialize_application<br>
    common.configure()<br>
  File "/opt/stack/keystone/keystone/server/common.py", line 31, in configure<br>
    config.configure()<br>
  File "/opt/stack/keystone/keystone/common/config.py", line 1131, in configure<br>
    help='Do not monkey-patch threading system modules.'))<br>
  File "/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2106, in __inner<br>
    result = f(self, *args, **kwargs)<br>
  File "/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2282, in register_cli_opt<br>
    raise ArgsAlreadyParsedError("cannot register CLI option")<br>
ArgsAlreadyParsedError: arguments already parsed: cannot register CLI option<br>
<br></blockquote><div><br></div><div>This happens a lot. Especially if you reuse your instance for a while it typically starts failing due to levels of required packages. You're looking at the wrong place in the log to figure out what the problem is. Look for the first error rather than this one.<br><br></div><div>- Brant<br></div><br></div></div></div>