-
Bug
-
Resolution: Fixed
-
P4
-
9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8056468 | emb-9 | Daniel Fuchs | P4 | Resolved | Fixed | master |
JDK-8063823 | 8u45 | Daniel Fuchs | P4 | Resolved | Fixed | b01 |
JDK-8057591 | 8u40 | Daniel Fuchs | P4 | Resolved | Fixed | b06 |
JDK-8070094 | emb-8u47 | Daniel Fuchs | P4 | Resolved | Fixed | team |
----------System.out:(1/39)----------
Writable dir is: /var/tmp/writable-dir
----------System.err:(46/2922)----------
java.nio.file.NoSuchFileException: /var/tmp/writable-dir/a437b1a7-7138-468e-8fb8-4fe4e097c13e.lck
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:177)
at java.nio.channels.FileChannel.open(FileChannel.java:287)
at java.nio.channels.FileChannel.open(FileChannel.java:335)
at CheckZombieLockTest.setup(CheckZombieLockTest.java:318)
at CheckZombieLockTest.main(CheckZombieLockTest.java:69)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:484)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
java.io.IOException: No such file or directory
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:1012)
at CheckZombieLockTest.createFile(CheckZombieLockTest.java:348)
at CheckZombieLockTest.checkWritable(CheckZombieLockTest.java:122)
at CheckZombieLockTest.runTests(CheckZombieLockTest.java:96)
at CheckZombieLockTest.main(CheckZombieLockTest.java:77)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:484)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
WARNING: unable to delete/cleanup writable test directory: /var/tmp/writable-dir
java.io.IOException: Can't create /var/tmp/writable-dir/test.txt
Unable to run test
at CheckZombieLockTest.checkWritable(CheckZombieLockTest.java:123)
at CheckZombieLockTest.runTests(CheckZombieLockTest.java:96)
at CheckZombieLockTest.main(CheckZombieLockTest.java:77)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:484)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.io.IOException: Can't create /var/tmp/writable-dir/test.txt
Unable to run test
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.io.IOException: Can't create /var/tmp/writable-dir/test.txt Unable to run test
ILW=MLH=P4
- backported by
-
JDK-8056468 [TEST_BUG] java/util/logging/CheckZombieLockTest.java fails with NoSuchFileException
-
- Resolved
-
-
JDK-8057591 [TEST_BUG] java/util/logging/CheckZombieLockTest.java fails with NoSuchFileException
-
- Resolved
-
-
JDK-8063823 [TEST_BUG] java/util/logging/CheckZombieLockTest.java fails with NoSuchFileException
-
- Resolved
-
-
JDK-8070094 [TEST_BUG] java/util/logging/CheckZombieLockTest.java fails with NoSuchFileException
-
- Resolved
-
- duplicates
-
JDK-8056285 java/util/logging/CheckLockLocationTest.java java.lang.RuntimeException: Test failed: should have been able to create FileHandler for %t/writable-dir/log.log in writable directory.
-
- Resolved
-
- relates to
-
JDK-8048020 Regression on java.util.logging.FileHandler
-
- Closed
-