You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Knut Anders Hatlen (JIRA)" <ji...@apache.org> on 2008/04/12 21:51:04 UTC

[jira] Updated: (DERBY-3548) NoClassDefFoundError failure in SystemPrivilegesPermissionTest for weme6.1

     [ https://issues.apache.org/jira/browse/DERBY-3548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Knut Anders Hatlen updated DERBY-3548:
--------------------------------------

    Fix Version/s: 10.4.1.2

> NoClassDefFoundError failure in SystemPrivilegesPermissionTest for weme6.1
> --------------------------------------------------------------------------
>
>                 Key: DERBY-3548
>                 URL: https://issues.apache.org/jira/browse/DERBY-3548
>             Project: Derby
>          Issue Type: Bug
>          Components: Regression Test Failure
>    Affects Versions: 10.5.0.0
>            Reporter: A B
>            Assignee: Daniel John Debrunner
>            Priority: Minor
>             Fix For: 10.4.1.2, 10.5.0.0
>
>
> SystemPrivilegesPermissionTest.testSystemPermission failed on weme6.1 at svn # 636947 with a NoClassDefFoundError:
> testSystemPermission(org.apache.derbyTesting.unitTests.junit.SystemPrivilegesPermissionTest)
>   java.lang.NoClassDefFoundError: javax.security.auth.Subject
>   at ...SystemPrivilegesPermissionTest$RunAsPrivilegedUserAction.run(SystemPrivilegesPermissionTest.java:737)
>   at java.security.AccessController.doPrivileged(AccessController.java:191)
>   at ...SystemPrivilegesPermissionTest.execute(SystemPrivilegesPermissionTest.java:531)
>   at ...SystemPrivilegesPermissionTest.testSystemPermission(SystemPrivilegesPermissionTest.java:318)
>   at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:205)
>   at <unknown class>.<unknown method>(Unknown Source)
>   at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:101)
>   at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
>   at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
>   at junit.extensions.TestSetup.run(TestSetup.java:23)
> The following lines showed up in sysout or syserr a total of 3 times:
>   Parsing policy file:
>   jar:file:[...]classes/derbyTesting.jar!/org/apache/derbyTesting/unitTests/junit/SystemPrivilegesPermissionTest.policy,
>   found unexpected: principal
> I assume that's related, but do not know for sure...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.