Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

X-ray addon gives nullpointerexception

Consdata June 21, 2022

After importing csv from file we get such a log.
http-nio-8080-exec-12 ERROR [o.a.c.c.C.[.[localhost].[/].[action]] Servlet.service() for servlet [action] in context with path [] threw exception [java.lang.NullPointerException] with root cause
java.lang.NullPointerException
at com.xpandit.raven.csvimport.web.XrayFieldMappingsPage.doValidation(Unknown Source)
at webwork.action.ActionSupport.validate(ActionSupport.java:391)
at webwork.action.ActionSupport.execute(ActionSupport.java:162)
at com.atlassian.jira.action.JiraActionSupport.execute(JiraActionSupport.java:63)
at com.atlassian.jira.plugins.importer.web.ImporterProcessSupport.execute(ImporterProcessSupport.java:152)
... 7 filtered
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
... 50 filtered
at com.atlassian.greenhopper.jira.filters.ClassicBoardRouter.doFilter(ClassicBoardRouter.java:59)
... 66 filtered
at com.atlassian.jira.security.JiraSecurityFilter.doFilter(JiraSecurityFilter.java:70)
... 90 filtered
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)

Jira version 7.1.9

1 answer

1 vote
Radek Dostál
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 21, 2022

I'm not sure if Xray folks will find this topic (vendors typically browse here every now and then and come to the rescue, but it's more of a best effort basis). The stacktrace indeed points to something specific to Xray (in their code), so you might want to raise a support ticket with them directly:

 # https://marketplace.atlassian.com/apps/1211769/xray-test-management-for-jira?hosting=server&tab=support

 

Of course they likely will want to know how to reproduce it, as the stacktrace itself does indicate the location, but not much more beyond that, chances are it's something in the data you are importing that hits the bug, it could be a specific value, it could be a specific field, although it's more up to them to dig into that in more detail.

Consdata June 23, 2022

Thanks for answer.

Suggest an answer

Log in or Sign up to answer