Details
-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b75
-
Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8018635 | 7u45 | Alan Bateman | P3 | Closed | Fixed | b01 |
JDK-8008754 | 7u40 | Robert Mckenna | P3 | Closed | Fixed | b16 |
Description
JPRT jobs that run the jdk_nio tests jprt-host-x64-2 have started seeing a new failure, easy to reproduce by running with java.io.tmpdir set to /opt/jprt/T/P1/alan. The issue appears to be something zfs related. Here's a sample failure:
/java/re/jdk/8/latest/binaries/solaris-x64/bin/java -Djava.io.tmpdir=/opt/jprt/T/P1/alan Misc
Exception in thread "main" java.nio.file.AccessDeniedException: /opt/jprt/T/P1/alan/name2707464578579648081/foo
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixPath.openForAttributeAccess(UnixPath.java:787)
at sun.nio.fs.SolarisAclFileAttributeView.setAcl(SolarisAclFileAttributeView.java:346)
at Misc.testAccessMethods(Misc.java:326)
at Misc.main(Misc.java:46)
Attachments
Issue Links
- backported by
-
JDK-8008754 (fs) test/java/nio/file/Files/Misc.java failing (sol)
- Closed
-
JDK-8018635 (fs) test/java/nio/file/Files/Misc.java failing (sol)
- Closed