Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 22169 invoked from network); 25 Jul 2008 17:27:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jul 2008 17:27:56 -0000 Received: (qmail 59372 invoked by uid 500); 25 Jul 2008 17:27:53 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 59338 invoked by uid 500); 25 Jul 2008 17:27:53 -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 59317 invoked by uid 99); 25 Jul 2008 17:27:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jul 2008 10:27:53 -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; Fri, 25 Jul 2008 17:27:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0D5BF234C180 for ; Fri, 25 Jul 2008 10:27:33 -0700 (PDT) Message-ID: <1809235317.1217006853053.JavaMail.jira@brutus> Date: Fri, 25 Jul 2008 10:27:33 -0700 (PDT) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-2781) 10.2 client blobclob4blob test run against 10.3 server fails for many tests with SQLSTATE(XJ073): The data in this BLOB or CLOB is no longer available. In-Reply-To: <7044415.1181249966598.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-2781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-2781: ---------------------------------- Component/s: JDBC > 10.2 client blobclob4blob test run against 10.3 server fails for many tests with SQLSTATE(XJ073): The data in this BLOB or CLOB is no longer available. > -------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-2781 > URL: https://issues.apache.org/jira/browse/DERBY-2781 > Project: Derby > Issue Type: Bug > Components: JDBC > Affects Versions: 10.3.1.4 > Reporter: Kathey Marsden > > Many tests in blobclob4blob.java fail with: SQLSTATE(XJ073): The data in this BLOB or CLOB is no longer available. The BLOB/CLOB's transaction may be committed, > Need to determine cause and if this is a bug and evaluate how it will impact existing applications. > Found I-am-hiding-here-at-position-5910 in row 1 starting from position 1 at position NOTFOUND > FAIL -- unexpected exception **************** > SQLSTATE(XJ073): The data in this BLOB or CLOB is no longer available. The BLOB/CLOB's transaction may be committed, or its connection is closed. > SQLSTATE(38000): The exception 'java.sql.SQLException: Unable to set stream: 'Reached end-of-stream prematurely'.' was thrown while evaluating an expression. > SQLSTATE(XJ022): Unable to set stream: 'Reached end-of-stream prematurely'. > java.sql.SQLException: The data in this BLOB or CLOB is no longer available. The BLOB/CLOB's transaction may be committed, or its connection is closed. > 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.Clob.position(Clob.java:463) > at org.apache.derbyTesting.functionTests.tests.jdbcapi.blobclob4BLOB.printPosition(Unknown Source) > at org.apache.derbyTesting.functionTests.tests.jdbcapi.blobclob4BLOB.clobTest3(Unknown Source) > at org.apache.derbyTesting.functionTests.tests.jdbcapi.blobclob4BLOB.main(Unknown Source) > Caused by: org.apache.derby.client.am.SqlException: The data in this BLOB or CLOB is no longer available. The BLOB/CLOB's transaction may be committed, or its connection is closed. > at org.apache.derby.client.am.CallableLocatorProcedures.handleInvalidLocator(CallableLocatorProcedures.java:1068) > at org.apache.derby.client.am.CallableLocatorProcedures.clobGetPositionFromString(CallableLocatorProcedures.java:791) > at org.apache.derby.client.am.CallableLocatorProcedures.clobGetPositionFromString(CallableLocatorProcedures.java:690) > at org.apache.derby.client.am.Clob.positionX(Clob.java:482) > at org.apache.derby.client.am.Clob.position(Clob.java:454) > ... 3 more > Caused by: org.apache.derby.client.am.SqlException: The exception 'java.sql.SQLException: Unable to set stream: 'Reached end-of-stream prematurely'.' was thrown while evaluating an expression. > at org.apache.derby.client.am.Statement.completeExecute(Statement.java:1498) > at org.apache.derby.client.net.NetStatementReply.parseEXCSQLSTTreply(NetStatementReply.java:304) > at org.apache.derby.client.net.NetStatementReply.readExecuteCall(NetStatementReply.java:105) > at org.apache.derby.client.net.StatementReply.readExecuteCall(StatementReply.java:75) > at org.apache.derby.client.net.NetStatement.readExecuteCall_(NetStatement.java:176) > at org.apache.derby.client.am.Statement.readExecuteCall(Statement.java:1464) > at org.apache.derby.client.am.PreparedStatement.flowExecute(PreparedStatement.java:2158) > at org.apache.derby.client.am.PreparedStatement.executeX(PreparedStatement.java:1578) > at org.apache.derby.client.am.CallableLocatorProcedures.clobGetPositionFromString(CallableLocatorProcedures.java:789) > ... 6 more > Caused by: org.apache.derby.client.am.SqlException: Unable to set stream: 'Reached end-of-stream prematurely'. > at org.apache.derby.client.am.SqlException.(SqlException.java:290) > at org.apache.derby.client.am.SqlException.(SqlException.java:264) > ... 15 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.