Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6891404
Votes 0
Synopsis (fs) ACL tests fail with "Invalid argument" on ZFS (sol)
Category java:classes_nio
Reported Against
Release Fixed 7(b75)
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs
Submit Date 14-OCT-2009
Description
The following tests fail on Solaris x64 with ZFS with "Invalid argument":

jdk/test/java/nio/file/Path/CheckPermissions.java
jdk/test/java/nio/file/Path/Misc.java
jdk/test/java/nio/file/attribute/AclFileAttributeView/Basic.java

Here's an example:

Exception in thread "main" java.nio.file.FileSystemException: /var/tmp/name114581498/foo: Invalid argument
        at sun.nio.fs.UnixException.translateToIOException(UnixException.java:91)
        at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
        at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
        at sun.nio.fs.SolarisAclFileAttributeView.setAcl(SolarisAclFileAttributeView.java:363)
        at Misc.checkAccessTests(Misc.java:175)
        at Misc.main(Misc.java:51)
Posted Date : 2009-10-14 10:40:01.0
Work Around
N/A
Evaluation
The entries for the special group (group@) need to have the ACE_IDENTIFIER_GROUP flag set.
Posted Date : 2009-10-14 10:40:01.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang