-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b25
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8300778 | 17-pool-oracle | Weibing Xiao | P4 | Closed | Withdrawn | |
JDK-8300779 | 11-pool-oracle | Weibing Xiao | P4 | Closed | Withdrawn | |
JDK-8300780 | 8-pool | Weibing Xiao | P4 | Closed | Withdrawn |
java.io.IOException: No such file or directory
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.createTempFile(File.java:2001)
at java.io.File.createTempFile(File.java:2047)
turns out that they had supplied a bad, non-existent, directory for the 'java.io.tmpdir' system property
We should investigate if any hint of this can be passed to end user exception
- backported by
-
JDK-8300778 Produce warning when user specified java.io.tmpdir directory doesn't exist
- Closed
-
JDK-8300779 Produce warning when user specified java.io.tmpdir directory doesn't exist
- Closed
-
JDK-8300780 Produce warning when user specified java.io.tmpdir directory doesn't exist
- Closed
- relates to
-
JDK-8297528 java/io/File/TempDirDoesNotExist.java test failing on windows-x64
- Resolved
-
JDK-8315960 test/jdk/java/io/File/TempDirDoesNotExist.java leaves test files behind
- Resolved
-
JDK-8323811 Setting java.io.tmpdir programatically does not work since Java 20
- Closed