[JIRA] (JENKINS-38991) NullPointerException in logging of DependencyCheckExecutor

2017-03-12 Thread steve.spring...@owasp.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Steve Springett resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38991  
 
 
  NullPointerException in logging of DependencyCheckExecutor   
 

  
 
 
 
 

 
Change By: 
 Steve Springett  
 
 
Status: 
 Reopened Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38991) NullPointerException in logging of DependencyCheckExecutor

2017-03-12 Thread steve.spring...@owasp.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Steve Springett closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Thanks for confirming. Closing.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-38991  
 
 
  NullPointerException in logging of DependencyCheckExecutor   
 

  
 
 
 
 

 
Change By: 
 Steve Springett  
 
 
Status: 
 Resolved Closed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38991) NullPointerException in logging of DependencyCheckExecutor

2017-03-09 Thread stephan.kr...@tomtom.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephan Krull commented on  JENKINS-38991  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NullPointerException in logging of DependencyCheckExecutor   
 

  
 
 
 
 

 
 @Steve Springett: Meanwhile our Jenkins server runs with plugin version 1.4.5 and I have not heard of any more problems. This issue should be marked as resolved then. Sorry for the big delay, there were priorities ...  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38991) NullPointerException in logging of DependencyCheckExecutor

2016-11-11 Thread steve.spring...@owasp.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Steve Springett commented on  JENKINS-38991  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NullPointerException in logging of DependencyCheckExecutor   
 

  
 
 
 
 

 
 Can you try the 1.4.5 SNAPSHOT in the master branch? https://github.com/jenkinsci/dependency-check-plugin/pull/7 should solve this issue.  
 

  
 
 
 
 

 
 
 

 
 
 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-38991) NullPointerException in logging of DependencyCheckExecutor

2016-11-11 Thread stephan.kr...@tomtom.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephan Krull reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 @Steve Springett: After installing version 1.4.4 and running the build we still have a failure, see stacktrace 

 
09:24:30 [DependencyCheck] Scanning: /var/lib/jenkins/jobs/AuthServer/workspace/authserver/build/libs/authserver.jar
09:24:31 [DependencyCheck] Analyzing Dependencies
09:26:50 [DependencyCheck] One or more exceptions were thrown while executing Dependency-Check
09:26:50 [DependencyCheck] Exception Caught: java.util.ConcurrentModificationException
09:26:50 ERROR: Build step failed with exception
09:26:50 java.lang.NullPointerException
09:26:50 	at org.jenkinsci.plugins.DependencyCheck.DependencyCheckExecutor.performBuild(DependencyCheckExecutor.java:109)
09:26:50 	at org.jenkinsci.plugins.DependencyCheck.AbstractDependencyCheckBuilder$1.call(AbstractDependencyCheckBuilder.java:90)
09:26:50 	at org.jenkinsci.plugins.DependencyCheck.AbstractDependencyCheckBuilder$1.call(AbstractDependencyCheckBuilder.java:87)
09:26:50 	at hudson.remoting.LocalChannel.call(LocalChannel.java:45)
09:26:50 	at org.jenkinsci.plugins.DependencyCheck.AbstractDependencyCheckBuilder.perform(AbstractDependencyCheckBuilder.java:87)
09:26:50 	at org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.perform(DependencyCheckBuilder.java:209)
09:26:50 	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
09:26:50 	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
09:26:50 	at hudson.model.Build$BuildExecution.build(Build.java:205)
09:26:50 	at hudson.model.Build$BuildExecution.doRun(Build.java:162)
09:26:50 	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
09:26:50 	at hudson.model.Run.execute(Run.java:1720)
09:26:50 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
09:26:50 	at hudson.model.ResourceController.execute(ResourceController.java:98)
09:26:50 	at hudson.model.Executor.run(Executor.java:404)
09:26:50 Build step 'Invoke OWASP Dependency-Check analysis' marked build as failure
 

 The NullPointerException still arises from the "for" loop. ec.getExceptions() seems to return null objects. Can you fix this?  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-38991  
 
 
  NullPointerException in logging of DependencyCheckExecutor   
 

  
 
 
 
 

 
Change By: 
 Stephan Krull  
 
 
Resolution: 
 Fixed  
 
 
Status: 
 Closed Reopened  

[JIRA] (JENKINS-38991) NullPointerException in logging of DependencyCheckExecutor

2016-11-07 Thread steve.spring...@owasp.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Steve Springett closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Resolved in 1.4.4  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-38991  
 
 
  NullPointerException in logging of DependencyCheckExecutor   
 

  
 
 
 
 

 
Change By: 
 Steve Springett  
 
 
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-38991) NullPointerException in logging of DependencyCheckExecutor

2016-10-17 Thread steve.spring...@owasp.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Steve Springett commented on  JENKINS-38991  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NullPointerException in logging of DependencyCheckExecutor   
 

  
 
 
 
 

 
 Sure thing. Now sure about 1.4.4 release. I think we're a few weeks away, but pinging Jeremy Long on the Dependency-Check Google Group may help. There's been a number of improvements in 1.4.4, including some rather dramatic performance improvements.  
 

  
 
 
 
 

 
 
 

 
 
 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-38991) NullPointerException in logging of DependencyCheckExecutor

2016-10-17 Thread stephan.kr...@tomtom.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephan Krull commented on  JENKINS-38991  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NullPointerException in logging of DependencyCheckExecutor   
 

  
 
 
 
 

 
 Thank you for the quick fix! Any schedule for the 1.4.4 release?  
 

  
 
 
 
 

 
 
 

 
 
 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-38991) NullPointerException in logging of DependencyCheckExecutor

2016-10-17 Thread steve.spring...@owasp.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Steve Springett resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38991  
 
 
  NullPointerException in logging of DependencyCheckExecutor   
 

  
 
 
 
 

 
Change By: 
 Steve Springett  
 
 
Status: 
 Reopened Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 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-38991) NullPointerException in logging of DependencyCheckExecutor

2016-10-17 Thread steve.spring...@owasp.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Steve Springett commented on  JENKINS-38991  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NullPointerException in logging of DependencyCheckExecutor   
 

  
 
 
 
 

 
 Agreed that there should be additional logging there. Added it. Normally however, it should already be logged (just not to the console). Specifying a Jenkins System Log of 'org.owasp' should display all the verbose logging information from both the Jenkins plugin as well as the underlying core Dependency-Check library.  
 

  
 
 
 
 

 
 
 

 
 
 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-38991) NullPointerException in logging of DependencyCheckExecutor

2016-10-17 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-38991  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NullPointerException in logging of DependencyCheckExecutor   
 

  
 
 
 
 

 
 Code changed in jenkins User: stevespringett Path: src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckExecutor.java http://jenkins-ci.org/commit/dependency-check-plugin/2ea13b3904b45f1219ce7b5ab24ffd2875c1620f Log: JENKINS-38991 - Added additional logging info for each Throwable in an ExceptionCollection  
 

  
 
 
 
 

 
 
 

 
 
 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-38991) NullPointerException in logging of DependencyCheckExecutor

2016-10-16 Thread stephan.kr...@tomtom.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephan Krull reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 @Steve Springett: Now there won't be any NPE's arrising from that method any more. But there also won't probably arrise any valuable information from exception handlings. I. e. users are not able to interpret errors due to missing information on the exception type that has been thrown. The calls to log(String message) should be checked. In my opinion at least at line 108 is a need for an additional information about the Throwable type that is contained in the ExceptionCollection.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-38991  
 
 
  NullPointerException in logging of DependencyCheckExecutor   
 

  
 
 
 
 

 
Change By: 
 Stephan Krull  
 
 
Resolution: 
 Fixed  
 
 
Status: 
 Resolved Reopened  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

   

[JIRA] (JENKINS-38991) NullPointerException in logging of DependencyCheckExecutor

2016-10-14 Thread steve.spring...@owasp.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Steve Springett resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Fix will be included in the v1.4.4 release.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-38991  
 
 
  NullPointerException in logging of DependencyCheckExecutor   
 

  
 
 
 
 

 
Change By: 
 Steve Springett  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 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

[JIRA] (JENKINS-38991) NullPointerException in logging of DependencyCheckExecutor

2016-10-14 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-38991  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NullPointerException in logging of DependencyCheckExecutor   
 

  
 
 
 
 

 
 Code changed in jenkins User: stevespringett Path: src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckExecutor.java http://jenkins-ci.org/commit/dependency-check-plugin/fb221bfa9c1b49fa87029004b5e9fae8eaedac01 Log: JENKINS-38991 - Fix for NPE  
 

  
 
 
 
 

 
 
 

 
 
 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-38991) NullPointerException in logging of DependencyCheckExecutor

2016-10-14 Thread steve.spring...@owasp.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Steve Springett assigned an issue to Steve Springett  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38991  
 
 
  NullPointerException in logging of DependencyCheckExecutor   
 

  
 
 
 
 

 
Change By: 
 Steve Springett  
 
 
Assignee: 
 Steve Springett  
 

  
 
 
 
 

 
 
 

 
 
 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-38991) NullPointerException in logging of DependencyCheckExecutor

2016-10-14 Thread stephan.kr...@tomtom.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephan Krull created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38991  
 
 
  NullPointerException in logging of DependencyCheckExecutor   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 dependency-check-jenkins-plugin  
 
 
Created: 
 2016/Oct/14 1:22 PM  
 
 
Environment: 
 Jenkins 2.7.4  OWASP Dependency-Check Plugin 1.4.3  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Stephan Krull  
 

  
 
 
 
 

 
 We are currently seeing the following stacktrace on failing builds caused by the plugin: 

 
08:54:25 ERROR: Build step failed with exception
08:54:25 java.lang.NullPointerException
08:54:25 	at org.jenkinsci.plugins.DependencyCheck.DependencyCheckExecutor.log(DependencyCheckExecutor.java:376)
08:54:25 	at org.jenkinsci.plugins.DependencyCheck.DependencyCheckExecutor.performBuild(DependencyCheckExecutor.java:108)
08:54:25 	at org.jenkinsci.plugins.DependencyCheck.AbstractDependencyCheckBuilder$1.call(AbstractDependencyCheckBuilder.java:90)
08:54:25 	at org.jenkinsci.plugins.DependencyCheck.AbstractDependencyCheckBuilder$1.call(AbstractDependencyCheckBuilder.java:87)
08:54:25 	at hudson.remoting.LocalChannel.call(LocalChannel.java:45)
08:54:25 	at org.jenkinsci.plugins.DependencyCheck.AbstractDependencyCheckBuilder.perform(AbstractDependencyCheckBuilder.java:87)
08:54:25 	at org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.perform(DependencyCheckBuilder.java:209)
08:54:25 	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
08:54:25 	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
08:54:25 	at hudson.model.Build$BuildExecution.build(Build.java:205)
08:54:25 	at hudson.model.Build$B