Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EAF3A973D for ; Thu, 16 Feb 2012 20:11:25 +0000 (UTC) Received: (qmail 71971 invoked by uid 500); 16 Feb 2012 20:11:25 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 71947 invoked by uid 500); 16 Feb 2012 20:11:25 -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 71894 invoked by uid 99); 16 Feb 2012 20:11:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2012 20:11:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2012 20:11:21 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 13EB71BB635 for ; Thu, 16 Feb 2012 20:11:01 +0000 (UTC) Date: Thu, 16 Feb 2012 20:11:01 +0000 (UTC) From: "Mike Matrigali (Updated) (JIRA)" To: derby-dev@db.apache.org Message-ID: <1565598064.47652.1329423061083.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <604658015.4094.1316732246807.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (DERBY-5428) ns test error: ERROR 38000: The exception 'org.apache.derby.shared.common.sanity.AssertFailure: ASSERT FAILED Identity being changed on a live cacheable. Old uuidString = 846c00a0-0132-88d8-fec0-000000080920' was thrown while evaluating an expression MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-5428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Matrigali updated DERBY-5428: ---------------------------------- Component/s: SQL > ns test error: ERROR 38000: The exception 'org.apache.derby.shared.common.sanity.AssertFailure: ASSERT FAILED Identity being changed on a live cacheable. Old uuidString = 846c00a0-0132-88d8-fec0-000000080920' was thrown while evaluating an expression > ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-5428 > URL: https://issues.apache.org/jira/browse/DERBY-5428 > Project: Derby > Issue Type: Bug > Components: SQL > Affects Versions: 10.8.2.2 > Environment: Windows XP, ibm 16 sr 9 fp1, with modified derbyTesting.jar (ps2.close & print exception reversed as suggested in DERBY-5421) > Reporter: Myrna van Lunteren > > In an attempt to reproduce DERBY-5421/ DERBY-5422/ DERBY-5423 and get more information, I ran the nstest (embedded on another Windows machine, with the same jvm version, but with the following setup: > - sane jars from the 10.8.2.1 RC2 (rev 1170221) > - derbyTesting.jar built (sane) at the same level, but with modifications to put ps2.close() in Dbutil after the exception print > - the following details in a derby.properties file: > derby.language.logStatementText=true > derby.stream.error.logSeverityLevel=0 > derby.language.sequence.preallocator=200 > This time, so far, I only see the following unexpected error: > (in derby.log:) ERROR 38000: The exception 'org.apache.derby.shared.common.sanity.AssertFailure: ASSERT FAILED Identity being changed on a live cacheable. Old uuidString = 846c00a0-0132-88d8-fec0-000000080920' was thrown while evaluating an expression > This looks like DERBY-5389, but it has a different stack trace and happens with ibm 1.6: > ------------------------------------------------------------------ > Tue Sep 20 15:04:06 PDT 2011 Thread[Thread 3,5,main] (XID = 58789), (SESSIONID = 22), (DATABASE = nstestdb), (DRDAID = null), Begin compiling prepared statement: update nstesttab set t_double = ? where serialkey = 36027 :End prepared statement > -- > ERROR 38000: The exception 'org.apache.derby.shared.common.sanity.AssertFailure: ASSERT FAILED Identity being changed on a live cacheable. Old uuidString = 846c00a0-0132-88d8-fec0-000000080920' was thrown while evaluating an expression. > at org.apache.derby.iapi.error.StandardException.newException(StandardException.java:296) > at org.apache.derby.iapi.error.StandardException.unexpectedUserException(StandardException.java:583) > at org.apache.derby.impl.services.reflect.DirectCall.invoke(ReflectGeneratedClass.java:164) > at org.apache.derby.impl.sql.execute.RowResultSet.getNextRowCore(RowResultSet.java:148) > at org.apache.derby.impl.sql.execute.NormalizeResultSet.getNextRowCore(NormalizeResultSet.java:185) > at org.apache.derby.impl.sql.execute.DMLWriteResultSet.getNextRowCore(DMLWriteResultSet.java:127) > at org.apache.derby.impl.sql.execute.InsertResultSet.open(InsertResultSet.java:515) > at org.apache.derby.impl.sql.GenericPreparedStatement.executeStmt(GenericPreparedStatement.java:436) > at org.apache.derby.impl.sql.GenericPreparedStatement.execute(GenericPreparedStatement.java:317) > at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(EmbedStatement.java:1242) > at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(EmbedPreparedStatement.java:1686) > at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeUpdate(EmbedPreparedStatement.java:308) > at org.apache.derbyTesting.system.nstest.utils.DbUtil.add_one_row(DbUtil.java:201) > at org.apache.derbyTesting.system.nstest.tester.TesterObject.doIUDOperation(TesterObject.java:148) > at org.apache.derbyTesting.system.nstest.tester.Tester1.startTesting(Tester1.java:118) > at org.apache.derbyTesting.system.nstest.NsTest.run(NsTest.java:551) > Caused by: org.apache.derby.shared.common.sanity.AssertFailure: ASSERT FAILED Identity being changed on a live cacheable. Old uuidString = 846c00a0-0132-88d8-fec0-000000080920 > at org.apache.derby.shared.common.sanity.SanityManager.THROWASSERT(SanityManager.java:162) > at org.apache.derby.shared.common.sanity.SanityManager.THROWASSERT(SanityManager.java:147) > at org.apache.derby.impl.sql.catalog.SequenceUpdater.setIdentity(SequenceUpdater.java:272) > at org.apache.derby.impl.services.cache.ConcurrentCache.find(ConcurrentCache.java:295) > at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.getCurrentValueAndAdvance(DataDictionaryImpl.java:10352) > at org.apache.derby.impl.sql.execute.InsertResultSet.getSetAutoincrementValue(InsertResultSet.java:824) > at org.apache.derby.impl.sql.execute.BaseActivation.getSetAutoincrementValue(BaseActivation.java:666) > at org.apache.derby.exe.ac092d4de3x0132x88d8xfec0x0000000809207.e0(Unknown Source) > at org.apache.derby.impl.services.reflect.DirectCall.invoke(ReflectGeneratedClass.java:139) > ... 13 more > ============= begin nested exception, level (1) =========== > org.apache.derby.shared.common.sanity.AssertFailure: ASSERT FAILED Identity being changed on a live cacheable. Old uuidString = 846c00a0-0132-88d8-fec0-000000080920 > at org.apache.derby.shared.common.sanity.SanityManager.THROWASSERT(SanityManager.java:162) > at org.apache.derby.shared.common.sanity.SanityManager.THROWASSERT(SanityManager.java:147) > at org.apache.derby.impl.sql.catalog.SequenceUpdater.setIdentity(SequenceUpdater.java:272) > at org.apache.derby.impl.services.cache.ConcurrentCache.find(ConcurrentCache.java:295) > at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.getCurrentValueAndAdvance(DataDictionaryImpl.java:10352) > at org.apache.derby.impl.sql.execute.InsertResultSet.getSetAutoincrementValue(InsertResultSet.java:824) > at org.apache.derby.impl.sql.execute.BaseActivation.getSetAutoincrementValue(BaseActivation.java:666) > at org.apache.derby.exe.ac092d4de3x0132x88d8xfec0x0000000809207.e0(Unknown Source) > at org.apache.derby.impl.services.reflect.DirectCall.invoke(ReflectGeneratedClass.java:139) > at org.apache.derby.impl.sql.execute.RowResultSet.getNextRowCore(RowResultSet.java:148) > at org.apache.derby.impl.sql.execute.NormalizeResultSet.getNextRowCore(NormalizeResultSet.java:185) > at org.apache.derby.impl.sql.execute.DMLWriteResultSet.getNextRowCore(DMLWriteResultSet.java:127) > at org.apache.derby.impl.sql.execute.InsertResultSet.open(InsertResultSet.java:515) > at org.apache.derby.impl.sql.GenericPreparedStatement.executeStmt(GenericPreparedStatement.java:436) > at org.apache.derby.impl.sql.GenericPreparedStatement.execute(GenericPreparedStatement.java:317) > at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(EmbedStatement.java:1242) > at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(EmbedPreparedStatement.java:1686) > at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeUpdate(EmbedPreparedStatement.java:308) > at org.apache.derbyTesting.system.nstest.utils.DbUtil.add_one_row(DbUtil.java:201) > at org.apache.derbyTesting.system.nstest.tester.TesterObject.doIUDOperation(TesterObject.java:148) > at org.apache.derbyTesting.system.nstest.tester.Tester1.startTesting(Tester1.java:118) > -- > at org.apache.derby.iapi.error.StandardException.newException(StandardException.java:286) > at org.apache.derby.iapi.types.SQLDecimal.setWidth(SQLDecimal.java:1063) > at org.apache.derby.iapi.types.SQLDecimal.normalize(SQLDecimal.java:759) > at org.apache.derby.iapi.types.DataTypeDescriptor.normalize(DataTypeDescriptor.java:648) > at org.apache.derby.impl.sql.execute.NormalizeResultSet.normalizeColumn(NormalizeResultSet.java:329) > at org.apache.derby.impl.sql.execute.NormalizeResultSet.normalizeRow(NormalizeResultSet.java:373) > at org.apache.derby.impl.sql.execute.NormalizeResultSet.getNextRowCore(NormalizeResultSet.java:188) > at org.apache.derby.impl.sql.execute.DMLWriteResultSet.getNextRowCore(DMLWriteResultSet.java:127) > at org.apache.derby.impl.sql.execute.UpdateResultSet.collectAffectedRows(UpdateResultSet.java:440) > at org.apache.derby.impl.sql.execute.UpdateResultSet.open(UpdateResultSet.java:264) > at org.apache.derby.impl.sql.GenericPreparedStatement.executeStmt(GenericPreparedStatement.java:436) > at org.apache.derby.impl.sql.GenericPreparedStatement.execute(GenericPreparedStatement.java:317) > at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(EmbedStatement.java:1242) > at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(EmbedPreparedStatement.java:1686) > at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeUpdate(EmbedPreparedStatement.java:308) > at org.apache.derbyTesting.system.nstest.utils.DbUtil.update_one_row(DbUtil.java:382) > at org.apache.derbyTesting.system.nstest.tester.TesterObject.doIUDOperation(TesterObject.java:162) > at org.apache.derbyTesting.system.nstest.tester.Tester1.startTesting(Tester1.java:118) > at org.apache.derbyTesting.system.nstest.NsTest.run(NsTest.java:551) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira