[JIRA] [dependency-check-jenkins] (JENKINS-21990) DependencyCheck aborted due to exception

2014-04-22 Thread troe...@axway.com (JIRA)














































Thorsten Roemer
 commented on  JENKINS-21990


DependencyCheck aborted due to exception















Sorry, report and log are not available anymore from that date.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [dependency-check-jenkins] (JENKINS-21990) DependencyCheck aborted due to exception

2014-02-28 Thread steve.spring...@owasp.org (JIRA)














































Steve Springett
 updated  JENKINS-21990


DependencyCheck aborted due to exception
















Change By:


Steve Springett
(28/Feb/14 4:56 PM)




Environment:


OS:OpenSUSE12.2Jenkinsmasterversion:1.522Jenkinsslavejarversion:2.28Staticanalysispluginversion:1.54



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.


[JIRA] [dependency-check-jenkins] (JENKINS-21990) DependencyCheck aborted due to exception

2014-02-27 Thread steve.spring...@owasp.org (JIRA)














































Steve Springett
 created  JENKINS-21990


DependencyCheck aborted due to exception















Issue Type:


Bug



Assignee:


Steve Springett



Components:


dependency-check-jenkins



Created:


28/Feb/14 2:39 AM



Description:


The DependencyCheck plugins sometimes produces error which blocks Jenkin-Jobs to build. Is it a known issue?
Following are outputs of DependencyCheck with the StackTrace. Any Idea what went wrong?
16:17:19 JENKINS Archiving disabled
16:17:19 Waiting for Jenkins to finish collecting data
16:17:19 channel stopped
16:17:19 DependencyCheck OWASP Dependency-Check Plugin v1.1.1
16:17:19 DependencyCheck Executing Dependency-Check analysis with the following options:
16:17:19 DependencyCheck  -name = MYAPP
16:17:19 DependencyCheck  -scanPath = /home/cijenka/slave/workspace/MYAPP/target/release
16:17:19 DependencyCheck  -outputDirectory = /home/cijenka/slave/workspace/MYAPP
16:17:19 DependencyCheck  -dataDirectory = /home/cijenka/slave/dependency-check-data
16:17:19 DependencyCheck  -dataMirroringType = NIST CPE/CVE
16:17:19 DependencyCheck  -cveUrl12Modified = http://hostname/downloads/nist/nvdcve-modified.xml
16:17:19 DependencyCheck  -cveUrl20Modified = http://hostname/downloads/nist/nvdcve-2.0-modified.xml
16:17:19 DependencyCheck  -cveUrl12Base = http://hostname/downloads/nist/nvdcve-%d.xml
16:17:19 DependencyCheck  -cveUrl20Base = http://hostname/downloads/nist/nvdcve-2.0-%d.xml
16:17:19 DependencyCheck  -nexusAnalyzerEnabled = false
16:17:19 DependencyCheck  -showEvidence = false
16:17:19 DependencyCheck  -format = ALL
16:17:19 DependencyCheck  -autoUpdate = true
16:17:19 DependencyCheck Scanning: /home/cijenka/slave/workspace/MYAPP/target/release
16:17:41 DependencyCheck Analyzing Dependencies
16:23:47 DependencyCheck Collecting Dependency-Check analysis files...
16:23:53 ERROR: Publisher org.jenkinsci.plugins.DependencyCheck.DependencyCheckPublisher aborted due to exception
16:23:53 hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
16:23:53   at hudson.remoting.RequestAbortedException.wrapForRethrow(RequestAbortedException.java:41)
16:23:53   at hudson.remoting.RequestAbortedException.wrapForRethrow(RequestAbortedException.java:34)
16:23:53   at hudson.remoting.Request.call(Request.java:174)
16:23:53   at hudson.remoting.Channel.call(Channel.java:713)
16:23:53   at hudson.FilePath.act(FilePath.java:895)
16:23:53   at hudson.FilePath.act(FilePath.java:879)
16:23:53   at org.jenkinsci.plugins.DependencyCheck.DependencyCheckPublisher.perform(DependencyCheckPublisher.java:127)
16:23:53   at hudson.plugins.analysis.core.HealthAwarePublisher.perform(HealthAwarePublisher.java:144)
16:23:53   at hudson.plugins.analysis.core.HealthAwareRecorder.perform(HealthAwareRecorder.java:333)
16:23:53   at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
16:23:53   at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:804)
16:23:53   at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:776)
16:23:53   at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:964)
16:23:53   at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:726)
16:23:53   at hudson.model.Run.execute(Run.java:1618)
16:23:53   at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:491)
16:23:53   at hudson.model.ResourceController.execute(ResourceController.java:88)
16:23:53   at hudson.model.Executor.run(Executor.java:247)
16:23:53 Caused by: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
16:23:53   at hudson.remoting.Request.abort(Request.java:299)
16:23:53   at hudson.remoting.Channel.terminate(Channel.java:773)
16:23:53   at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:69)
16:23:53 Caused by: java.io.IOException: Unexpected termination of the 

[JIRA] [dependency-check-jenkins] (JENKINS-21990) DependencyCheck aborted due to exception

2014-02-27 Thread steve.spring...@owasp.org (JIRA)














































Steve Springett
 commented on  JENKINS-21990


DependencyCheck aborted due to exception















To the reporter (Gusti)

What is the OS and version?
What is the Jenkins master server version?
What is the Jenkins slave jar version?
What version of the static analysis plugin (analysis-core) is installed?

Also please email the XML report and Jenkins log to steve.spring...@owasp.org



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.


[JIRA] [dependency-check-jenkins] (JENKINS-21990) DependencyCheck aborted due to exception

2014-02-27 Thread steve.spring...@owasp.org (JIRA)














































Steve Springett
 updated  JENKINS-21990


DependencyCheck aborted due to exception
















Change By:


Steve Springett
(28/Feb/14 2:51 AM)




Description:


TheDependencyCheckpluginssometimesproduceserrorwhichblocksJenkin-Jobstobuild.Isitaknownissue?FollowingareoutputsofDependencyCheckwiththeStackTrace.AnyIdeawhatwentwrong?


[JIRA] [dependency-check-jenkins] (JENKINS-21990) DependencyCheck aborted due to exception

2014-02-27 Thread troe...@axway.com (JIRA)














































Thorsten Roemer
 commented on  JENKINS-21990


DependencyCheck aborted due to exception















OS: OpenSUSE 12.2
Jenkins master version: 1.522
Jenkins slave jar version: 2.28
Static analysis plugin version: 1.54



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.