Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 387 invoked from network); 14 Jul 2008 12:50:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jul 2008 12:50:24 -0000 Received: (qmail 68904 invoked by uid 500); 14 Jul 2008 12:50:24 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 68862 invoked by uid 500); 14 Jul 2008 12:50:23 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 68848 invoked by uid 99); 14 Jul 2008 12:50:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2008 05:50:23 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2008 12:49:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 45E24234C16C for ; Mon, 14 Jul 2008 05:49:32 -0700 (PDT) Message-ID: <332231064.1216039772285.JavaMail.jira@brutus> Date: Mon, 14 Jul 2008 05:49:32 -0700 (PDT) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Closed: (DERBY-3778) tests failed in JMX suite on Zos with IBM 1.6 SR1 with AccessControlException In-Reply-To: <1863638217.1215640651811.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden closed DERBY-3778. --------------------------------- Resolution: Invalid This appears to be a JVM issue. Closing invalid. > tests failed in JMX suite on Zos with IBM 1.6 SR1 with AccessControlException > ----------------------------------------------------------------------------- > > Key: DERBY-3778 > URL: https://issues.apache.org/jira/browse/DERBY-3778 > Project: Derby > Issue Type: Bug > Components: JMX > Affects Versions: 10.4.1.4 > Environment: IBM 1.6 SR1 > Reporter: Kathey Marsden > > 50 failures all with the same stack trace as follows. May be a JVM issue. The problem does not occur with IBM 1.5. > > testDerbyRegisteredMBeansSimpleInfo(org.apache.derbyTesting.func > tionTests.tests.management.JMXTest)java.security.AccessControlEx > ception: Access denied (javax.management.MBeanPermission > org.apache.derby.mbeans.Management#ManagementActive[org.apache.d > erby:type=Management] getAttribute) > at java.lang.Throwable.(Throwable.java:67) > at java.security.AccessControlException.(Unknown > Source) > at > java.security.AccessController.checkPermission(AccessController. > java:108) > at > java.lang.SecurityManager.checkPermission(SecurityManager.java:5 > 45) > at > com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.checkMBean > Permission(DefaultMBeanServerInterceptor.java:1820) > at > com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.checkMBean > Permission(DefaultMBeanServerInterceptor.java:1803) > at > com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribu > te(DefaultMBeanServerInterceptor.java:677) > at > com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServ > er.java:652) > at > org.apache.derbyTesting.functionTests.tests.management.MBeanTest > $4.run(MBeanTest.java:382) > at > java.security.AccessController.doPrivileged(AccessController.jav > a:251) > at > org.apache.derbyTesting.functionTests.tests.management.MBeanTest > .getAttribute(MBeanTest.java:379) > at > org.apache.derbyTesting.functionTests.tests.management.MBeanTest > .enableManagement(MBeanTest.java:235) > at > org.apache.derbyTesting.functionTests.tests.management.MBeanTest > .setUp(MBeanTest.java:170) > 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) > at > org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.ja > va:57) > 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) > 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) > at > org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.ja > va:57) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.