You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NullPointerException: Cannot invoke "io.getlime.security.powerauth.app.server.database.model.entity.ApplicationEntity.getRid()" because "this.application" is null
at io.getlime.security.powerauth.app.server.database.model.entity.MasterKeyPairEntity.toString(MasterKeyPairEntity.java:237) ~[classes/:1.5.0-SNAPSHOT]
The text was updated successfully, but these errors were encountered:
It is strange. I see that NPE is possible ", application=" + application.getRid() but application is nullable = false, foreign key exists and when a new MasterKeyPairEntity is created, the application is set. It could be handy to know the specific use-case.
Log:
The text was updated successfully, but these errors were encountered: