Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [hudson-dev] Job failure for Jira

What version of the jira hudson integration plugin are you guys using? https://marketplace.atlassian.com/plugins/com.marvelution.jira.plugins.hudson. This information should be in jira. We might need to fork this plugin and fix this issue. Also what version of jira are you using?

On 03/15/2013 05:49 AM, Sweta Asnodkar wrote:
Hi Steve,

Sorry to disturb you.

I am Vishal Chugh's colleague.

We had mailed you sometime before regarding the below indexer issue.

Now we are facing another issue related to Hudson builds under "All" tab of JIRA page.
Seems there is some issue with the same Hudson JIRA plugin.

We are getting error as attached in JIRA. 

Can you please help with this.

Thanks,
Sweta Asnodkar




On Tue, Feb 26, 2013 at 11:34 AM, Vishal chugh <er.chughvishal@xxxxxxxxx> wrote:
Hi Steve,

Sorry to disturb you .

We have upgraded Hudson from 2.2.1 to 3.0.0 and upgrade has gone fine with new plugins released by you .

Jobs have been quite stable from 4-5 days but suddenly 2-3 jobs have started breaking for Jira  , as below :

Recording test results
Started indexing related Jira issue keys
ERROR: Publisher hudson.plugins.jiraapi.JiraIssueIndexerRecorder aborted due to exception
java.lang.NullPointerException
at hudson.plugins.jiraapi.index.model.IssueIndex.addIssue(IssueIndex.java:81)
at hudson.plugins.jiraapi.index.model.IssueIndex.addIssue(IssueIndex.java:154)
at hudson.plugins.jiraapi.index.model.IssueIndex.addIssue(IssueIndex.java:136)
at hudson.plugins.jiraapi.index.IssueIndexer.indexBuild(IssueIndexer.java:205)
at hudson.plugins.jiraapi.JiraIssueIndexerRecorder.perform(JiraIssueIndexerRecorder.java:65)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:34)
at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:646)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:624)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:600)
at hudson.model.Build$RunnerImpl.post2(Build.java:163)
at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:566)
at hudson.model.Run.run(Run.java:1414)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:40)
at hudson.model.ResourceController.execute(ResourceController.java:81)
at hudson.model.Executor.run(Executor.java:137)
[htmlpublisher] Archiving HTML reports...



Can you please advise for above error .

When i checked our installed plugins for Jira : We have
a) Hudson JIRA plugin (1.36-h-1) : Integrates Hudson to JIRA
b) Hudson Jira Plugin ( 3.2.0) : This plugin features a Job property, Issue indexer and a new REST API to integration Hudson with Portlets and Tab Panels of Atlassian Jira.

Not sure , if plugin (b) above is causing above issue . Seems this plugin is not supported anymore ( specially for Hudson 3.0.0 )  from quite a long time .

Thanks,
Vishal Chugh




Back to the top