-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b127
Host: scaaa526, Oracle Linux 6.3 (2.6.39-300.20.1.el6uek.x86_64)
Options: -server -Xmixed -XX:MaxRAMFraction=8 -XX:+CreateMinidumpOnCrash -XX:+IgnoreUnrecognizedVMOptions -XX:-UseCompressedOops -XX:ReservedCodeCacheSize=256M
----------System.err:(26/1852)----------
WARNING: unable to delete/cleanup writable test directory: /tmp/writable-dir
java.lang.RuntimeException: Test failed: should have been able to create FileHandler for %t/writable-dir/log.log in writable directory.
at CheckLockLocationTest.runTests(CheckLockLocationTest.java:79)
at CheckLockLocationTest.main(CheckLockLocationTest.java:64)
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)
Caused by: java.nio.file.NoSuchFileException: /tmp/writable-dir/log.log.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 java.util.logging.FileHandler.openFiles(FileHandler.java:451)
at java.util.logging.FileHandler.<init>(FileHandler.java:292)
at CheckLockLocationTest.runTests(CheckLockLocationTest.java:77)
... 7 more
Options: -server -Xmixed -XX:MaxRAMFraction=8 -XX:+CreateMinidumpOnCrash -XX:+IgnoreUnrecognizedVMOptions -XX:-UseCompressedOops -XX:ReservedCodeCacheSize=256M
----------System.err:(26/1852)----------
WARNING: unable to delete/cleanup writable test directory: /tmp/writable-dir
java.lang.RuntimeException: Test failed: should have been able to create FileHandler for %t/writable-dir/log.log in writable directory.
at CheckLockLocationTest.runTests(CheckLockLocationTest.java:79)
at CheckLockLocationTest.main(CheckLockLocationTest.java:64)
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)
Caused by: java.nio.file.NoSuchFileException: /tmp/writable-dir/log.log.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 java.util.logging.FileHandler.openFiles(FileHandler.java:451)
at java.util.logging.FileHandler.<init>(FileHandler.java:292)
at CheckLockLocationTest.runTests(CheckLockLocationTest.java:77)
... 7 more
- duplicates
-
JDK-8052403 [TEST_BUG] java/util/logging/CheckZombieLockTest.java fails with NoSuchFileException
-
- Closed
-
- relates to
-
JDK-8161505 RuntimeException: Test failed: should have been able to create FileHandler for %t/writable-dir/log.log in writable directory.
-
- Closed
-
-
JDK-8148972 java/util/logging/CheckZombieLockTest.java fails with "Unexpected lock files found"
-
- Open
-