Hi,
I am getting the below exception
java.lang.RuntimeException: Unable to perform system login
at com.haulmont.cuba.security.app.Authentication.begin(Authentication.java:123) ~[na:na]
at com.haulmont.cuba.security.app.Authentication.begin(Authentication.java:141) ~[na:na]
at com.haulmont.cuba.security.sys.AuthenticationInterceptor.aroundInvoke(AuthenticationInterceptor.java:40) ~[na:na]
I have overridden the cuba.jmxUserLogin to the current login.
cuba.jmxUserLogin = test in web-app.properties
But still i am getting the exception.
How could i resolve this issue.
Thanks,
Sushma