Hi, While updating the JDK automatically to the latest available of Java 8(192 it is showing an error when running a job.
Jenkins Version 2.157 Runtime Java: 1.8.0_191-b12 OS: Windows Server 2012 R2 Log: [EnvInject] - Loading node environment variables. Installing JDK jdk-8u192-oth-JPR Downloading JDK from https://download.oracle.com/otn-pub/java/jdk/8u192-b12/750e1c8617c5452694857ad95c3ee230/jdk-8u192-windows-x64.exe ERROR: SEVERE ERROR occurs org.jenkinsci.lib.envinject.EnvInjectException: java.io.IOException: Failed to request https://download.oracle.com/otn-pub/java/jdk/8u192-b12/750e1c8617c5452694857ad95c3ee230/jdk-8u192-windows-x64.exe?AuthParam=1547661233_86512d6bbec0aa3bfeb252b1e1926a6a exit code=404 at org.jenkinsci.plugins.envinject.util.RunHelper.getBuildVariables(RunHelper.java:137) at org.jenkinsci.plugins.envinject.EnvInjectListener.setUpEnvironmentWithoutJobPropertyObject(EnvInjectListener.java:235) at org.jenkinsci.plugins.envinject.EnvInjectListener.setUpEnvironment(EnvInjectListener.java:51) at hudson.model.AbstractBuild$AbstractBuildExecution.createLauncher(AbstractBuild.java:542) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:462) at hudson.model.Run.execute(Run.java:1810) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) Caused by: java.io.IOException: Failed to request https://download.oracle.com/otn-pub/java/jdk/8u192-b12/750e1c8617c5452694857ad95c3ee230/jdk-8u192-windows-x64.exe?AuthParam=1547661233_86512d6bbec0aa3bfeb252b1e1926a6a exit code=404 at hudson.tools.JDKInstaller.locate(JDKInstaller.java:492) at hudson.tools.JDKInstaller.performInstallation(JDKInstaller.java:150) at hudson.tools.InstallerTranslator.getToolHome(InstallerTranslator.java:72) at hudson.tools.ToolLocationNodeProperty.getToolHome(ToolLocationNodeProperty.java:109) at hudson.tools.ToolInstallation.translateFor(ToolInstallation.java:206) at hudson.model.JDK.forNode(JDK.java:148) at org.jenkinsci.plugins.envinject.util.RunHelper.getJDKVariables(RunHelper.java:111) at org.jenkinsci.plugins.envinject.util.RunHelper.getBuildVariables(RunHelper.java:135) ... 8 more Any recommendation to fix the issue? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/b9cb1b20-c050-4af4-8527-080f61599723%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
