(oops.txt) I have been updating avatars for all of the users in my Jira installations (successfully). When I went to update my own, Jira returned a stacktrace with a NullPointerException. It is reproducible only for myself, and for any route into the user profile e.g.:
- from /secure/admin/user/UserBrowser.jspa, clicking on username
- from /secure/admin/user/UserBrowser.jspa, clicking on edit avatar in hoverbox
- from any issue page clicking on the username or avatar
I have successfully run an integrity check, which did not pick up any issues and did not fix the problem. Same with rebuilding indexes and restarting the service. I have logged in and out and restarted my browser. The issue is still reproducible.
Run in the database this sql:
select * from propertyentry where propertytype is null;
If it returns rows, you need to update the propertytype with the corrseponding id
I've written up a KB for this under NullPointerException when viewing User Profile which has verification and also suggested steps for the fix. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.