Null Pointer Exception - CCM logs (ccm.log)
we are getting Null pointer exception entries in ccm.logs, whenever user is trying to create new workitem/refresh work item.
|
2 answers
Ralph Schoon (63.5k●3●36●46)
| answered May 18 '18, 5:20 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER If you have an ICondition extension deployed, the condition is used in and advisor e.g.
as you explain.
Other than in a normal advisor that only runs when someone presses the safe button, the advisors above (and the *** for Type and State) are called in the UI thread when opening a work item. This also happens in the Web UI.
You can connect to the server and debug what is happening.
I don't know what leads to that situation either, but I would check the configuration and potentially try to debug the issue on the server or on a Jetty debug server.
Note that the read only and required
Comments
vijayakumar ramesh
commented May 28 '18, 3:55 a.m.
I also noticed that , this null pointer exception is thrown while loading Work item in the web client. It doesn't happen during loading/opening work item in the Eclipse client.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.