If a user opens his profile page and then selects any of the "Assigned Open Issues per Project" (on the numbers, not on the project names), then an 500 error is displayed and the log notes:
{noformat}
2018-09-27 15:26:15,523 http-nio-8801-exec-8 ERROR ... /issues/ [o.a.c.c.C.[.[localhost].[/].[action]] Servlet.service() for servlet [action] threw exception
java.lang.NullPointerException
...
/issues/ [c.a.j.web.filters.CommittedResponseHtmlErrorRecoveryFilter] Exception occurred after HTTP response was already committed: java.lang.NullPointerException
/issues/ [c.a.j.web.servlet.InternalServerErrorServlet] {errorId=9604585b-9e52-46b1-8d51-ee9728d2dc31, interpretedMsg=, cause=java.lang.NullPointerException, stacktrace=java.lang.NullPointerException
{noformat}
Jira version: 7.12.0
I tried to recreate this problem in my own Jira 7.12.1 version. However when I click these links (the numbers), I do not get an error. I did some additional research on this I came across this bug:
https://jira.atlassian.com/browse/JRASERVER-67891
While it seems to deal with a different but related location, I think it might actually also pertain to the user profiles as you have seen here. If so, then it would stand to reason that this was related to that bug and in turn this is fixed in the 7.12.1 release.
I hope this helps.
Andy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.