[JIRA] (JENKINS-8185) Exception in WarningsPlugin

2016-09-06 Thread bren...@letrabb.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brantone closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-8185  
 
 
  Exception in WarningsPlugin   
 

  
 
 
 
 

 
Change By: 
 Brantone  
 
 
Status: 
 Resolved Closed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-8185) Exception in WarningsPlugin

2012-02-15 Thread ullrich.haf...@gmail.com (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-8185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ulli Hafner resolved JENKINS-8185.
--

Resolution: Fixed

Fixed in flexible-publisher plug-in, see JENKINS-12692.

 Exception in WarningsPlugin
 ---

 Key: JENKINS-8185
 URL: https://issues.jenkins-ci.org/browse/JENKINS-8185
 Project: Jenkins
  Issue Type: Bug
  Components: template-project
Affects Versions: current
 Environment: Linux, Hudson v1.386, Warnings plugin v3.11
Reporter: ingmartinlopez
Assignee: huybrechts

 Builds are finishing with a failure result, and the following exception is 
 being shown:
 [WARNINGS] Parsing warnings in console log...
 ERROR: Publisher hudson.plugins.warnings.WarningsPublisher aborted due to 
 exception
 java.lang.NullPointerException: Name is null
   at java.lang.Enum.valueOf(Enum.java:195)
   at hudson.plugins.analysis.util.model.Priority.valueOf(Priority.java:18)
   at 
 hudson.plugins.analysis.core.HealthAwarePublisher.getMinimumPriority(HealthAwarePublisher.java:522)
   at 
 hudson.plugins.analysis.core.AbstractHealthDescriptor.init(AbstractHealthDescriptor.java:36)
   at 
 hudson.plugins.warnings.WarningsHealthDescriptor.init(WarningsHealthDescriptor.java:25)
   at 
 hudson.plugins.warnings.WarningsResultAction.init(WarningsResultAction.java:31)
   at 
 hudson.plugins.warnings.WarningsPublisher.perform(WarningsPublisher.java:202)
   at 
 hudson.plugins.analysis.core.HealthAwarePublisher.perform(HealthAwarePublisher.java:280)
   at hudson.tasks.BuildStepMonitor$2.perform(BuildStepMonitor.java:27)
   at 
 hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:603)
   at 
 hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:582)
   at 
 hudson.maven.MavenModuleSetBuild$RunnerImpl.post2(MavenModuleSetBuild.java:651)
   at 
 hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:529)
   at hudson.model.Run.run(Run.java:1349)
   at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:349)
   at hudson.model.ResourceController.execute(ResourceController.java:88)
   at hudson.model.Executor.run(Executor.java:139)
 If I disable the warnings publisher from the job configuration, the build 
 ends successfully.
 Here is the config section of the warnings plugin of the job:
 hudson.plugins.warnings.WarningsPublisher
   pluginName[WARNINGS] /pluginName
   defaultEncoding/defaultEncoding
   canRunOnFailedfalse/canRunOnFailed
   useDeltaValuesfalse/useDeltaValues
   thresholds
 unstableTotalHigh/unstableTotalHigh
 unstableTotalNormal/unstableTotalNormal
 unstableTotalLow/unstableTotalLow
 unstableNewHigh/unstableNewHigh
 unstableNewNormal/unstableNewNormal
 unstableNewLow/unstableNewLow
 failedTotalHigh/failedTotalHigh
 failedTotalNormal/failedTotalNormal
 failedTotalLow/failedTotalLow
 failedNewHigh/failedNewHigh
 failedNewNormal/failedNewNormal
 failedNewLow/failedNewLow
   /thresholds
   pattern/pattern
   parserNames
 stringJava Compiler/string
   /parserNames
   ignoreConsolefalse/ignoreConsole
 /hudson.plugins.warnings.WarningsPublisher

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-8185) Exception in WarningsPlugin

2012-02-14 Thread xs...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-8185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=159078#comment-159078
 ] 

xster commented on JENKINS-8185:


I reinstalled Jenkins to another machine, without flexible-publisher and 
run-condition.
Now I don't have any problems.


 Exception in WarningsPlugin
 ---

 Key: JENKINS-8185
 URL: https://issues.jenkins-ci.org/browse/JENKINS-8185
 Project: Jenkins
  Issue Type: Bug
  Components: template-project
Affects Versions: current
 Environment: Linux, Hudson v1.386, Warnings plugin v3.11
Reporter: ingmartinlopez
Assignee: huybrechts

 Builds are finishing with a failure result, and the following exception is 
 being shown:
 [WARNINGS] Parsing warnings in console log...
 ERROR: Publisher hudson.plugins.warnings.WarningsPublisher aborted due to 
 exception
 java.lang.NullPointerException: Name is null
   at java.lang.Enum.valueOf(Enum.java:195)
   at hudson.plugins.analysis.util.model.Priority.valueOf(Priority.java:18)
   at 
 hudson.plugins.analysis.core.HealthAwarePublisher.getMinimumPriority(HealthAwarePublisher.java:522)
   at 
 hudson.plugins.analysis.core.AbstractHealthDescriptor.init(AbstractHealthDescriptor.java:36)
   at 
 hudson.plugins.warnings.WarningsHealthDescriptor.init(WarningsHealthDescriptor.java:25)
   at 
 hudson.plugins.warnings.WarningsResultAction.init(WarningsResultAction.java:31)
   at 
 hudson.plugins.warnings.WarningsPublisher.perform(WarningsPublisher.java:202)
   at 
 hudson.plugins.analysis.core.HealthAwarePublisher.perform(HealthAwarePublisher.java:280)
   at hudson.tasks.BuildStepMonitor$2.perform(BuildStepMonitor.java:27)
   at 
 hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:603)
   at 
 hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:582)
   at 
 hudson.maven.MavenModuleSetBuild$RunnerImpl.post2(MavenModuleSetBuild.java:651)
   at 
 hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:529)
   at hudson.model.Run.run(Run.java:1349)
   at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:349)
   at hudson.model.ResourceController.execute(ResourceController.java:88)
   at hudson.model.Executor.run(Executor.java:139)
 If I disable the warnings publisher from the job configuration, the build 
 ends successfully.
 Here is the config section of the warnings plugin of the job:
 hudson.plugins.warnings.WarningsPublisher
   pluginName[WARNINGS] /pluginName
   defaultEncoding/defaultEncoding
   canRunOnFailedfalse/canRunOnFailed
   useDeltaValuesfalse/useDeltaValues
   thresholds
 unstableTotalHigh/unstableTotalHigh
 unstableTotalNormal/unstableTotalNormal
 unstableTotalLow/unstableTotalLow
 unstableNewHigh/unstableNewHigh
 unstableNewNormal/unstableNewNormal
 unstableNewLow/unstableNewLow
 failedTotalHigh/failedTotalHigh
 failedTotalNormal/failedTotalNormal
 failedTotalLow/failedTotalLow
 failedNewHigh/failedNewHigh
 failedNewNormal/failedNewNormal
 failedNewLow/failedNewLow
   /thresholds
   pattern/pattern
   parserNames
 stringJava Compiler/string
   /parserNames
   ignoreConsolefalse/ignoreConsole
 /hudson.plugins.warnings.WarningsPublisher

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira