Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 1306 invoked from network); 9 Jun 2007 15:14:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jun 2007 15:14:49 -0000 Received: (qmail 91267 invoked by uid 500); 9 Jun 2007 15:14:51 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 91222 invoked by uid 500); 9 Jun 2007 15:14:51 -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 91191 invoked by uid 99); 9 Jun 2007 15:14:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jun 2007 08:14:51 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Sat, 09 Jun 2007 08:14:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9BF687141E8 for ; Sat, 9 Jun 2007 08:14:26 -0700 (PDT) Message-ID: <10732692.1181402066636.JavaMail.jira@brutus> Date: Sat, 9 Jun 2007 08:14:26 -0700 (PDT) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-2780) 10.2 client procedure.java test fails when run against 10.3 server with ERROR X0X03: Invalid transaction state - held cursor requires same isolation level In-Reply-To: <32367233.1181249305859.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-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503090 ] Knut Anders Hatlen commented on DERBY-2780: ------------------------------------------- Does the test fail if you rerun it? This test has caused some noise in the past (even with the same error message as reported here). See DERBY-1320 and DERBY-1475. > 10.2 client procedure.java test fails when run against 10.3 server with ERROR X0X03: Invalid transaction state - held cursor requires same isolation level > ---------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-2780 > URL: https://issues.apache.org/jira/browse/DERBY-2780 > Project: Derby > Issue Type: Bug > Affects Versions: 10.3.0.0 > Reporter: Kathey Marsden > > 10.2.1.6 derbyTesting.jar run against 10.3 product jars fails for client for lang/procedure.java with: > It is not clear to me what change caused the difference. > ERROR X0X03: Invalid transaction state - held cursor requires same isolation level > java.sql.SQLException: Invalid transaction state - held cursor requires same isolation level > at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:46) > at org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:362) > at org.apache.derby.client.am.Statement.executeUpdate(Statement.java:440) > at org.apache.derby.client.am.Connection.setTransactionIsolation(Connection.java:975) > at org.apache.derbyTesting.functionTests.tests.lang.procedure.multipleRSTests(Unknown Source) > at org.apache.derbyTesting.functionTests.tests.lang.procedure.runTests(Unknown Source) > at org.apache.derbyTesting.functionTests.tests.lang.procedure.main(Unknown Source) > Caused by: org.apache.derby.client.am.SqlException: Invalid transaction state - held cursor requires same isolation level > at org.apache.derby.client.am.Statement.completeSqlca(Statement.java:1713) > at org.apache.derby.client.am.Statement.completeExecuteImmediate(Statement.java:1322) > at org.apache.derby.client.net.NetStatementReply.parseEXCSQLIMMreply(NetStatementReply.java:207) > at org.apache.derby.client.net.NetStatementReply.readExecuteImmediate(NetStatementReply.java:58) > at org.apache.derby.client.net.StatementReply.readExecuteImmediate(StatementReply.java:45) > at org.apache.derby.client.net.NetStatement.readExecuteImmediate_(NetStatement.java:125) > at org.apache.derby.client.am.Statement.readExecuteImmediate(Statement.java:1318) > at org.apache.derby.client.am.Statement.flowExecute(Statement.java:2014) > at org.apache.derby.client.am.Statement.executeUpdateX(Statement.java:445) > at org.apache.derby.client.am.Statement.executeUpdate(Statement.java:431) > ... 4 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.