-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NullPointerException when using the admin jsp pages #915
Comments
I think this is caused by those methods (there's several on the controller, including |
It is extra-odd since it used to work and now doesn't but from what I can see none of the code on the stack trace has changed between working and not working... |
I am guessing this is caused by some other magic that has changed since therefore, such as a library version change somewhere... I suppose the most obvious thing would be whatever creates the ModelAndView instance that is returned by the controller methods in this case, which must have "null" for the arguments instead of an empty list perhaps... |
I suspect that something else (maybe an attempt to fix a bug in the machinery around getting a |
When logged in as an administrator via jsp, clicking on the "Service Administration" link gives an error:
The server logs show the following:
The text was updated successfully, but these errors were encountered: