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
{{ message }}
This repository was archived by the owner on May 9, 2022. It is now read-only.
I'm not totally sure what causes this, but I've seen it a few times in the logs and we should probably avoid an unhandled NullPointerException if possible . . .
[WARNING] /isaac-api/api/users
org.jboss.resteasy.spi.UnhandledException: java.lang.NullPointerException: The validated object is null
...
Caused by: java.lang.NullPointerException: The validated object is null
at org.apache.commons.lang3.Validate.notNull(Validate.java:222)
at org.apache.commons.lang3.Validate.notNull(Validate.java:203)
at uk.ac.cam.cl.dtg.segue.api.managers.UserAuthenticationManager.getSegueUserFromCredentials(UserAuthenticationManager.java:276)
at uk.ac.cam.cl.dtg.segue.api.managers.UserAccountManager.ensureCorrectPassword(UserAccountManager.java:381)
at uk.ac.cam.cl.dtg.segue.api.UsersFacade.updateUserObject(UsersFacade.java:654)
at uk.ac.cam.cl.dtg.segue.api.UsersFacade.createOrUpdateUserSettings(UsersFacade.java:255)
The text was updated successfully, but these errors were encountered:
I'm not totally sure what causes this, but I've seen it a few times in the logs and we should probably avoid an unhandled NullPointerException if possible . . .
The text was updated successfully, but these errors were encountered: