Francesco Chicchiriccò created SYNCOPE-1849: -----------------------------------------------
Summary: NullPointerException when logging into Console Key: SYNCOPE-1849 URL: https://issues.apache.org/jira/browse/SYNCOPE-1849 Project: Syncope Issue Type: Bug Components: client Affects Versions: 4.0.0-M0, 3.0.10 Reporter: Francesco Chicchiriccò Assignee: Francesco Chicchiriccò Fix For: 3.0.11, 4.0.0 It seems that the {{git-commit-id-plugin}} has slightly changed the way how the {{git.properties}} file is generated on git tags. As a result, the client library, when reading such information via Spring Boot's actuator upon Console login, throws the following exception, which is not allowing the login to complete successfully. {code:java} 09:30:31.870 ERROR org.apache.syncope.client.console.SyncopeConsoleSession - Authentication failed java.lang.NullPointerException: null at org.apache.syncope.client.lib.SyncopeAnonymousClient.gitAndBuildInfo(SyncopeAnonymousClient.java:77) ~[syncope-client-idrepo-lib-3.0.10.jar:3.0.10] at org.apache.syncope.client.console.SyncopeConsoleSession.refreshAuth(SyncopeConsoleSession.java:373) ~[syncope-client-idrepo-console-3.0.10.jar:3.0.10] at org.apache.syncope.client.console.SyncopeConsoleSession.authenticate(SyncopeConsoleSession.java:225) ~[syncope-client-idrepo-console-3.0.10.jar:3.0.10] at org.apache.wicket.authroles.authentication.AuthenticatedWebSession.signIn(AuthenticatedWebSession.java:66) ~[wicket-auth-roles-9.19.0.jar:9.19.0] at org.apache.syncope.client.console.pages.Login.authenticate(Login.java:77) ~[syncope-client-idrepo-console-3.0.10.jar:3.0.10] {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)