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

tools/javac/links/LinksTest.java fails

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P3 P3
    • 8
    • 8
    • tools
    • windows 8.1 32bits

    • x86
    • windows_8

      fails with jdk1.8.0b100 and jdk1.8.0b101. Compile error with jdk1.7.0_25b15

      ----------System.out:(0/0)----------
      ----------System.err:(20/1239)----------
      java.nio.file.FileSystemException: a: A required privilege is not held by the client.

      at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
      at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
      at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
      at sun.nio.fs.WindowsFileSystemProvider.createSymbolicLink(WindowsFileSystemProvider.java:577)
      at java.nio.file.Files.createSymbolicLink(Files.java:1003)
      at LinksTest.main(LinksTest.java:55)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:491)
      at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
      at java.lang.Thread.run(Thread.java:724)

      JavaTest Message: Test threw exception: java.nio.file.FileSystemException: a: A required privilege is not held by the client.

      JavaTest Message: shutting down test

      STATUS:Failed.`main' threw exception: java.nio.file.FileSystemException: a: A required privilege is not held by the client.
      result: Failed. Execution failed: `main' threw exception: java.nio.file.FileSystemException: a: A required privilege is not held by the client.


      test result: Failed. Execution failed: `main' threw exception: java.nio.file.FileSystemException: a: A required privilege is not held by the client.

            vromero Vicente Arturo Romero Zaldivar
            asakharu Aleksandr Sakharuk (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: