Knut Anders Hatlen created DERBY-6091:
-----------------------------------------

             Summary: SystemPrivilegesPermissionTest fails on JDK 8 EA
                 Key: DERBY-6091
                 URL: https://issues.apache.org/jira/browse/DERBY-6091
             Project: Derby
          Issue Type: Bug
          Components: Test
    Affects Versions: 10.10.0.0
         Environment: 1.8.0-ea-b77
            Reporter: Knut Anders Hatlen


When using an early access build of JDK 8, I see the following failure in 
SystemPrivilegesPermissionTest:

java.security.AccessControlException: access denied 
("org.apache.derby.security.DatabasePermission" "directory:dir" "create")
        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:364)
        at 
java.security.AccessController.checkPermission(AccessController.java:560)
        at 
org.apache.derbyTesting.unitTests.junit.SystemPrivilegesPermissionTest$CreateDatabaseAction.run(SystemPrivilegesPermissionTest.java:714)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAsPrivileged(Subject.java:474)
        at 
org.apache.derbyTesting.unitTests.junit.SystemPrivilegesPermissionTest$RunAsPrivilegedUserAction.run(SystemPrivilegesPermissionTest.java:788)
        at java.security.AccessController.doPrivileged(Native Method)
        at 
org.apache.derbyTesting.unitTests.junit.SystemPrivilegesPermissionTest.execute(SystemPrivilegesPermissionTest.java:566)
        at 
org.apache.derbyTesting.unitTests.junit.SystemPrivilegesPermissionTest.policyTestDatabasePermissionGrants(SystemPrivilegesPermissionTest.java:550)
        at 
org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:117)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
        at junit.extensions.TestSetup.run(TestSetup.java:27)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to