-
Bug
-
Resolution: Unresolved
-
P4
-
9
The test fails with the following exception:
----------System.err:(18/1196)----------
WARNING: unable to delete/cleanup writable test directory: /tmp/writable-lockfile-dir
java.lang.RuntimeException: Unexpected lock files found: []
/tmp/writable-lockfile-dir/log.log.lck should not have been reused
at CheckZombieLockTest.testFileHandlerReuse(CheckZombieLockTest.java:257)
at CheckZombieLockTest.runTests(CheckZombieLockTest.java:105)
at CheckZombieLockTest.main(CheckZombieLockTest.java:78)
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:520)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:804)
----------System.err:(18/1196)----------
WARNING: unable to delete/cleanup writable test directory: /tmp/writable-lockfile-dir
java.lang.RuntimeException: Unexpected lock files found: []
/tmp/writable-lockfile-dir/log.log.lck should not have been reused
at CheckZombieLockTest.testFileHandlerReuse(CheckZombieLockTest.java:257)
at CheckZombieLockTest.runTests(CheckZombieLockTest.java:105)
at CheckZombieLockTest.main(CheckZombieLockTest.java:78)
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:520)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:804)
- relates to
-
JDK-8150344 java/util/logging/FileHandlerLongLimit.java fails with FileNotFoundException
- Open
-
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
-
JDK-8161505 RuntimeException: Test failed: should have been able to create FileHandler for %t/writable-dir/log.log in writable directory.
- Closed