borisstoyanov opened a new issue #2737: cannot login when upgrade to 4.12 URL: https://github.com/apache/cloudstack/issues/2737 <!-- Verify first that your issue/request is not already reported on GitHub. Also test if the latest release and master branch are affected too. Always add information AFTER of these HTML comments, but no need to delete the comments. --> ##### ISSUE TYPE <!-- Pick one below and delete the rest --> * Bug Report * Blocker ##### COMPONENT NAME <!-- Categorize the issue, e.g. API, VR, VPN, UI, etc. --> ~~~ UI ~~~ ##### CLOUDSTACK VERSION <!-- New line separated list of affected versions, commit ID for issues on master branch. --> ~~~ 4.12 ~~~ ##### CONFIGURATION <!-- Information about the configuration if relevant, e.g. basic network, advanced networking, etc. N/A otherwise --> Upgrade seems broken, on clean install works fine ##### OS / ENVIRONMENT <!-- Information about the environment if relevant, N/A otherwise --> n/a ##### SUMMARY <!-- Explain the problem/feature briefly --> When trying to login to management console cloudstack does not let me in but prompts the following in logs: ``` 2018-07-10 13:29:19,455 DEBUG [c.c.a.ApiServlet] (qtp788117692-19:ctx-2957473d) (logid:4c2bf73d) ===START=== 10.1.0.1 -- GET command=listCapabilities&response=json&_=1531229328214 2018-07-10 13:29:19,455 DEBUG [c.c.a.ApiServer] (qtp788117692-19:ctx-2957473d ctx-0bd2893c) (logid:4c2bf73d) Expired session, missing signature, or missing apiKey -- ignoring request. Signature: null, apiKey: null 2018-07-10 13:29:19,456 DEBUG [c.c.a.ApiServlet] (qtp788117692-19:ctx-2957473d ctx-0bd2893c) (logid:4c2bf73d) ===END=== 10.1.0.1 -- GET command=listCapabilities&response=json&_=1531229328214 2018-07-10 13:29:19,559 DEBUG [c.c.a.ApiServlet] (qtp788117692-13:ctx-f2e5279c) (logid:73a5844e) ===START=== 10.1.0.1 -- GET command=listConfigurations&response=json&name=default.ui.page.size&_=1531229328389 2018-07-10 13:29:19,559 DEBUG [c.c.a.ApiServer] (qtp788117692-13:ctx-f2e5279c ctx-45b77685) (logid:73a5844e) Expired session, missing signature, or missing apiKey -- ignoring request. Signature: null, apiKey: null 2018-07-10 13:29:19,560 DEBUG [c.c.a.ApiServlet] (qtp788117692-13:ctx-f2e5279c ctx-45b77685) (logid:73a5844e) ===END=== 10.1.0.1 -- GET command=listConfigurations&response=json&name=default.ui.page.size&_=1531229328389 2018-07-10 13:29:19,648 DEBUG [c.c.a.ApiServlet] (qtp788117692-19:ctx-57b45ebe) (logid:322f43b9) ===START=== 10.1.0.1 -- GET command=listIdps&response=json&_=1531229328494 2018-07-10 13:29:19,648 DEBUG [c.c.a.ApiServer] (qtp788117692-19:ctx-57b45ebe ctx-79b70802) (logid:322f43b9) The given command listIdps either does not exist, is not available for user, or not available from ip address '10.1.0.1'. 2018-07-10 13:29:19,649 DEBUG [c.c.a.ApiServlet] (qtp788117692-19:ctx-57b45ebe ctx-79b70802) (logid:322f43b9) ===END=== 10.1.0.1 -- GET command=listIdps&response=json&_=1531229328494 ``` ##### STEPS TO REPRODUCE <!-- For bugs, show exactly how to reproduce the problem, using a minimal test-case. Use Screenshots if accurate. For new features, show how the feature would be used. --> <!-- Paste example playbooks or commands between quotes below --> ~~~ ~~~ <!-- You can also paste gist.github.com links for larger files --> ##### EXPECTED RESULTS <!-- What did you expect to happen when running the steps above? --> ~~~ User is logged in management console ~~~ ##### ACTUAL RESULTS <!-- What actually happened? --> <!-- Paste verbatim command output between quotes below --> ~~~ User is not logged ~~~
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services