[JIRA] [slave-setup] (JENKINS-23366) jdk8u5 installation fails on windows slaves

2014-08-12 Thread stefan.thurnh...@gmail.com (JIRA)














































Stefan Thurnherr
 commented on  JENKINS-23366


jdk8u5 installation fails on windows slaves















Same problem here with Jenkins v1.574 and master running on Ubuntu, and slave running on Windows7 (x64):

Running our maven job with jdk8 required fails and gives the following console log:

Started by user anonymous
Building remotely on slave-stethu in workspace C:\Jenkins-slave\workspace\MyJob
Installing JDK jdk-8u11-oth-JPR
Downloading JDK from http://download.oracle.com/otn-pub/java/jdk/8u11-b12/jdk-8u11-windows-x64.exe
Downloading 162831776bytes
Installing C:\Jenkins-slave\tools\hudson.model.JDK\jdk8\jdk.exe
[jdk8] $ C:\Jenkins-slave\tools\hudson.model.JDK\jdk8\jdk.exe /s ADDLOCAL="ToolsFeature" REBOOT=ReallySuppress INSTALLDIR=C:\Jenkins-slave\tools\hudson.model.JDK\jdk8 '/L \"C:\Jenkins-slave\tools\hudson.model.JDK\jdk8\jdk.exe.install.log\"'
Failed to install JDK. Exit code=-80
ERROR: null
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Installing C:\Jenkins-slave\tools\hudson.model.JDK\jdk8\jdk.exe
[jdk8] $ C:\Jenkins-slave\tools\hudson.model.JDK\jdk8\jdk.exe /s ADDLOCAL="ToolsFeature" REBOOT=ReallySuppress INSTALLDIR=C:\Jenkins-slave\tools\hudson.model.JDK\jdk8 '/L \"C:\Jenkins-slave\tools\hudson.model.JDK\jdk8\jdk.exe.install.log\"'
Failed to install JDK. Exit code=-80
Error retrieving environment vars: remote file operation failed: C:\Jenkins-slave\tools\hudson.model.JDK\jdk8 at hudson.remoting.Channel@77e302e6:slave-stethu
Sending email to: notify...@company.com
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: FAILURE



Running the same maven job with jdk7 required succeeds on the same slave:

Started by user anonymous
Building remotely on slave-stethu in workspace C:\Jenkins-slave\workspace\MyJob
Installing JDK jdk-7u67-oth-JPR
Downloading JDK from http://download.oracle.com/otn-pub/java/jdk/7u67-b01/jdk-7u67-windows-x64.exe
Downloading 135998368bytes
Installing C:\Jenkins-slave\tools\hudson.model.JDK\jdk7\jdk.exe
[jdk7] $ C:\Jenkins-slave\tools\hudson.model.JDK\jdk7\jdk.exe /s ADDLOCAL="ToolsFeature" REBOOT=ReallySuppress INSTALLDIR=C:\Jenkins-slave\tools\hudson.model.JDK\jdk7 '/L \"C:\Jenkins-slave\tools\hudson.model.JDK\jdk7\jdk.exe.install.log\"'
Cleaning local Directory trunk
[...]





























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] [slave-setup] (JENKINS-23366) jdk8u5 installation fails on windows slaves

2014-06-11 Thread patr...@patrickauld.com (JIRA)














































Patrick Auld
 commented on  JENKINS-23366


jdk8u5 installation fails on windows slaves















I'm also seeing this error but with Java 7u60 on Jenkins 1.567. I think it is related to a JDK installation changing from "install automatically" to not. When I auto-updated to 1.567 my Jenkin's configuration was modified; the version for the Sun installers for my JDK were incorrect, as if someone had randomized them. Separately (and I'm not sure how yet) the auto-install option was unchecked from all my JDKs. I started having issues with JDK trying reinstall themselves and failing.

Installing E:\JenkinsSlave\tools\hudson.model.JDK\JDK_7u60\jdk.exe
[JDK_7u60] $ E:\JenkinsSlave\tools\hudson.model.JDK\JDK_7u60\jdk.exe /s ADDLOCAL="ToolsFeature" REBOOT=ReallySuppress INSTALLDIR=E:\JenkinsSlave\tools\hudson.model.JDK\JDK_7u60 '/L \"E:\JenkinsSlave\tools\hudson.model.JDK\JDK_7u60\jdk.exe.install.log\"'
Failed to install JDK. Exit code=-80
ERROR: SEVERE ERROR occurs
org.jenkinsci.lib.envinject.EnvInjectException: hudson.AbortException



























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] [slave-setup] (JENKINS-23366) jdk8u5 installation fails on windows slaves

2014-06-11 Thread patr...@patrickauld.com (JIRA)












































  
Patrick Auld
 edited a comment on  JENKINS-23366


jdk8u5 installation fails on windows slaves
















I'm also seeing this error but with Java 7u60 on Jenkins 1.567. I think it is related to a JDK installation changing from "install automatically" to not. When I auto-updated to 1.567 my Jenkin's configuration was modified; the version for the Sun installers for my JDK were incorrect, as if someone had randomized them. Separately (and I'm not sure how yet) the auto-install option was unchecked from all my JDKs. I then started having issues with JDK trying reinstall themselves and failing.

Installing E:\JenkinsSlave\tools\hudson.model.JDK\JDK_7u60\jdk.exe
[JDK_7u60] $ E:\JenkinsSlave\tools\hudson.model.JDK\JDK_7u60\jdk.exe /s ADDLOCAL="ToolsFeature" REBOOT=ReallySuppress INSTALLDIR=E:\JenkinsSlave\tools\hudson.model.JDK\JDK_7u60 '/L \"E:\JenkinsSlave\tools\hudson.model.JDK\JDK_7u60\jdk.exe.install.log\"'
Failed to install JDK. Exit code=-80
ERROR: SEVERE ERROR occurs
org.jenkinsci.lib.envinject.EnvInjectException: hudson.AbortException



























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] [slave-setup] (JENKINS-23366) jdk8u5 installation fails on windows slaves

2014-06-09 Thread ni...@plumbr.eu (JIRA)














































Nikita Salnikov-Tarnovski
 created  JENKINS-23366


jdk8u5 installation fails on windows slaves















Issue Type:


Bug



Assignee:


Kohsuke Kawaguchi



Components:


slave-setup



Created:


09/Jun/14 4:17 AM



Description:


I have jenkins 1.566 running. I have configured it to automatically install jdk8u5 from Oracle site. It has successfully done that for my linux slaves, but failed on two windows slaves.

The command Jenkins uses (note the quoting):
[8u5] $ c:\jenkins\tools\hudson.model.JDK\8u5\jdk.exe /s ADDLOCAL="ToolsFeature" REBOOT=ReallySuppress INSTALLDIR=c:\jenkins\tools\hudson.model.JDK\8u5 '/L \"c:\jenkins\tools\hudson.model.JDK\8u5\jdk.exe.install.log\"'
Failed to install JDK. Exit code=-80
ERROR: null

If I remove some quoting and run manually the following command
c:\jenkins\tools\hudson.model.JDK\8u5\jdk.exe /s ADDLOCAL="ToolsFeature" REBOOT=ReallySuppress INSTALLDIR=c:\jenkins\tools\hudson.model.JDK\8u5 /L c:\jenkins\tools\hudson.model.JDK\8u5\jdk.exe.install.log

Then installation is a success.




Environment:


Windows7




Project:


Jenkins



Priority:


Major



Reporter:


Nikita Salnikov-Tarnovski

























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.