Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8052403

[TEST_BUG] java/util/logging/CheckZombieLockTest.java fails with NoSuchFileException

XMLWordPrintable

        from the log file of the run:

        ----------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

              dfuchs Daniel Fuchs
              roland Roland Westrelin
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: