org.jenkinsci.lib.envinject.EnvInjectException: java.io.IOException: java.io.FileNotFoundException: C:\NoScan\jenkins\tools\hudson.model.JDK\1.8.0_25\jdk.exe.install.log (Das System kann die angegebene Datei nicht finden)
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
Make sure the file resides in the project folder if you're referencing it via a relative path. If not, use the absolute path to the file with the file extension.
Use the relative path when providing the location of the file. Place the file in the project folder and access it according to the hierarchy. If you want to access a file outside the project folder, provide the absolute path.
Solutions on the web
via Jenkins JIRA by Stefan Stern, 1 year ago
via Jenkins JIRA by Stefan Stern, 1 year ago
via jenkins-ci.org by Unknown author, 1 year ago
java.io.FileNotFoundException: C:\NoScan\jenkins\tools\hudson.model.JDK\1.8.0_25\jdk.exe.install.log (Das System kann die angegebene Datei nicht finden)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.
(Unknown Source) at hudson.FilePath$33.invoke(FilePath.java:1749)
at hudson.FilePath$33.invoke(FilePath.java:1742)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2665)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at hudson.remoting.Engine$1$1.run(Engine.java:63)
at java.lang.Thread.run(Unknown Source)