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
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:
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.