Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 65237 invoked from network); 24 Aug 2010 07:15:01 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Aug 2010 07:15:01 -0000 Received: (qmail 26623 invoked by uid 500); 24 Aug 2010 07:15:01 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 26411 invoked by uid 500); 24 Aug 2010 07:14:57 -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 26404 invoked by uid 99); 24 Aug 2010 07:14:56 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Aug 2010 07:14:56 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Aug 2010 07:14:38 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7O7EGYn017127 for ; Tue, 24 Aug 2010 07:14:17 GMT Message-ID: <30037752.525691282634056859.JavaMail.jira@thor> Date: Tue, 24 Aug 2010 03:14:16 -0400 (EDT) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-4781) suites.All fails completely with Failed to invoke suite():java.lang.reflect.InvocationTargetException because of XplainStatisticsTest In-Reply-To: <32327251.458541282259956203.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901754#action_12901754 ] Knut Anders Hatlen commented on DERBY-4781: ------------------------------------------- The new replace() method looks broken to me. Won't it always return an empty string if a matching character is found? Also, does it need to call stmt.indexOf(expr) three times? Once ought to be enough, I think. > suites.All fails completely with Failed to invoke suite():java.lang.reflect.InvocationTargetException because of XplainStatisticsTest > --------------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-4781 > URL: https://issues.apache.org/jira/browse/DERBY-4781 > Project: Derby > Issue Type: Bug > Components: Test > Affects Versions: 10.7.0.0 > Environment: java.fullversion: IBM J9 2.4 Windows XP x86-32 (JIT enabled, AOT enabled) > J9VM - 20080919_023055_lHdFGQ > JIT - r9.weme62_20080724_2131 > GC - 20080609_AA > Reporter: Kathey Marsden > Assignee: C.S. Nirmal J. Fernando > Attachments: derby-4587-fixerToDOM.diff, derby-4587-removeSplitMethod.diff, derby-4587-removeSplitMethod.diff, signature.diff > > > weme 6.2 tests fail to kick off because of XplainStatisticsTest after the change: > r982637 DERBY-4587: Add tools for query plan analysis > The problem seems related to the import and use of > import org.w3c.dom.Document; > import org.w3c.dom.NodeList; > I am not sure if there are additional jars that I need to use to get these libraries from the weme distribution or if they are available. After this same checkin the test also fails on CVM/phoneme with the error below but it does not prevent the full suite from kicking off. > ime: 15,558.801 > There was 1 error: > 1) testScanPositions(org.apache.derbyTesting.functionTests.tests.lang.XplainStatisticsTest)java.lang.NoSuchMethodError: java.lang.String: method split(Ljava/lang/String;)[Ljava/lang/String; not found > at org.apache.derby.impl.tools.planexporter.AccessDatabase.replace(Unknown Source) > at org.apache.derby.impl.tools.planexporter.AccessDatabase.statement(Unknown Source) > at org.apache.derbyTesting.functionTests.tests.lang.XplainStatisticsTest.disableXplainStyle(Unknown Source) > at org.apache.derbyTesting.functionTests.tests.lang.XplainStatisticsTest.testScanPositions(Unknown Source) > at org.apache.derbyTesting.junit.BaseTestCase.runBare(Unknown Source) > at junit.extensions.TestDecorator.basicRun(Unknown Source) > at junit.extensions.TestSetup$1.protect(Unknown Source) > at junit.extensions.TestSetup.run(Unknown Source) > at junit.extensions.TestDecorator.basicRun(Unknown Source) > at junit.extensions.TestSetup$1.protect(Unknown Source) > at junit.extensions.TestSetup.run(Unknown Source) > at org.apache.derbyTesting.junit.BaseTestSetup.run(Unknown Source) > at sun.misc.CVM.runMain(Unknown Source) > FAILURES!!! > http://dbtg.foundry.sun.com/derby/test/Daily/javaME/testing/testlog/ubuntu/983036-suitesAll_diff.txt -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.