Error while running a new custom service in jira?

Nageswarara Rao March 29, 2013

Hi,

I have created a custom service plugin , There is no problem with adding to the service but it announces the Error as follows

2013-03-30 18:08:04,955 http-9080-5 WARN admin 1088x16x1 bmbgi 127.0.0.1 /secure/admin/EditService!default.jspa [webwork.view.taglib.IteratorTag] Value is null! Returning an empty set.

2013-03-30 18:08:42,106 QuartzWorker-1 ERROR ServiceRunner Custom Mail Service [atlassian.jira.service.ServiceRunner] An error occured while trying to run service 'Custom Mail Service'. null

java.lang.NullPointerException

at com.jira.mirumsoft.servicemail.JiraCustomMailService.run(JiraCustomMailService.java:72)

at com.atlassian.jira.service.JiraServiceContainerImpl.run(JiraServiceContainerImpl.java:61)

at com.atlassian.jira.service.ServiceRunner.execute(ServiceRunner.java:47)

at org.quartz.core.JobRunShell.run(JobRunShell.java:195)

at com.atlassian.multitenant.quartz.MultiTenantThreadPool$MultiTenantRunnable.run(MultiTenantThreadPool.java:72)

at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)

1 answer

0 votes
Jobin Kuruvilla [Adaptavist]
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.
March 29, 2013

That is a null pointer. Fix it in the code.

Suggest an answer

Log in or Sign up to answer