Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 84492 invoked from network); 8 Feb 2007 00:16:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2007 00:16:27 -0000 Received: (qmail 27865 invoked by uid 500); 8 Feb 2007 00:16:33 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 27659 invoked by uid 500); 8 Feb 2007 00:16:33 -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 27649 invoked by uid 99); 8 Feb 2007 00:16:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Feb 2007 16:16:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Feb 2007 16:16:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 889CB7142B5 for ; Wed, 7 Feb 2007 16:16:05 -0800 (PST) Message-ID: <25779675.1170893765528.JavaMail.jira@brutus> Date: Wed, 7 Feb 2007 16:16:05 -0800 (PST) From: "Manjula Kutty (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-2298) Some tests in the Lang Suite are failing with NoSuchMethod Error In-Reply-To: <16067321.1170806345503.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-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471161 ] Manjula Kutty commented on DERBY-2298: -------------------------------------- Andrew , you are right. I had some mixed versions. I fixed it, and now the suite Lang runs fine. So closing this issue. Sorry for the noise. > Some tests in the Lang Suite are failing with NoSuchMethod Error > ---------------------------------------------------------------- > > Key: DERBY-2298 > URL: https://issues.apache.org/jira/browse/DERBY-2298 > Project: Derby > Issue Type: Bug > Components: Test > Affects Versions: 10.3.0.0 > Reporter: Manjula Kutty > Fix For: 10.3.0.0 > > > Here is the full trace got while running with Eclipse and Swingui. I got this error while running all the test under the lang Suite. And it took sometime to isolate which test was throwing this error. First It was showing GroupByExporessionTest. Then I ran each individually. After this error all other tests are failing with lock time out exception. > ERROR 38000: The exception 'java.lang.NoSuchMethodError: org.apache.derby.iapi.services.io.FormatableBitSet.shrink(I)Lorg/apache/derby/iapi/services/io/FormatableBitSet;' was thrown while evaluating an expression. > at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) > at org.apache.derby.iapi.error.StandardException.unexpectedUserException(Unknown Source) > at org.apache.derby.impl.services.reflect.ReflectMethod.invoke(Unknown Source) > at org.apache.derby.impl.sql.execute.CallStatementResultSet.open(Unknown Source) > at org.apache.derby.impl.sql.GenericPreparedStatement.execute(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedCallableStatement.executeStatement(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedPreparedStatement.execute(Unknown Source) > at org.apache.derbyTesting.junit.CleanDatabaseTestSetup.compressObjects(CleanDatabaseTestSetup.java:213) > at org.apache.derbyTesting.junit.CleanDatabaseTestSetup.cleanDatabase(CleanDatabaseTestSetup.java:112) > at org.apache.derbyTesting.junit.CleanDatabaseTestSetup.setUp(CleanDatabaseTestSetup.java:67) > at junit.extensions.TestSetup$1.protect(TestSetup.java:18) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.extensions.TestSetup.run(TestSetup.java:23) > at junit.framework.TestSuite.runTest(TestSuite.java:208) > at junit.framework.TestSuite.run(TestSuite.java:203) > at junit.framework.TestSuite.runTest(TestSuite.java:208) > at junit.framework.TestSuite.run(TestSuite.java:203) > at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:128) > at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196) > 3 more tests failing with the same error > RoutineSecurityTest > TimeHandlingTest > UpdatableResultSetTest -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.