[ https://issues.apache.org/jira/browse/CLOUDSTACK-9489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15521118#comment-15521118 ]
ASF GitHub Bot commented on CLOUDSTACK-9489: -------------------------------------------- Github user pdion891 commented on the issue: https://github.com/apache/cloudstack/pull/1684 Unfortunately, Authentication is not working after an upgrade. the configration table as been updated but login is not working anymore. Upgrade test from 4.4.4 to the PR (4.9), I can see that configuration table changes, origin confi count = 413, after starting 4.9 = 488 Here is the error display from jetty when trying to login into the UI or via cloudmonkey: ``` WARN [o.a.c.s.a.PBKDF2UserAuthenticator] (qtp368929124-24:ctx-97af69ff) (logid:0d6ca986) The stored password for admin isn't in the right format for this authenticator ``` > When upgrading, Config.java new configuration are not updated. > -------------------------------------------------------------- > > Key: CLOUDSTACK-9489 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9489 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Components: Management Server > Affects Versions: 4.6.2, 4.7.1, 4.8.0, 4.9.0 > Reporter: Pierre-Luc Dion > Assignee: Pierre-Luc Dion > Priority: Blocker > > When Upgrading CloudStack, new configurations (Global Settings) defined in > {{server/src/com/cloud/configuration/Config.java}} are not populated. > This file changed in 4.5 and 4.6 and those configurations are not applied > when upgrading to post 4.6. -- This message was sent by Atlassian JIRA (v6.3.4#6332)