Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 62771 invoked from network); 2 Oct 2007 13:02:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Oct 2007 13:02:22 -0000 Received: (qmail 40182 invoked by uid 500); 2 Oct 2007 13:02:11 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 40154 invoked by uid 500); 2 Oct 2007 13:02:11 -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 40145 invoked by uid 99); 2 Oct 2007 13:02:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 06:02:11 -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; Tue, 02 Oct 2007 13:02:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C69C47141FE for ; Tue, 2 Oct 2007 06:01:50 -0700 (PDT) Message-ID: <7054237.1191330110738.JavaMail.jira@brutus> Date: Tue, 2 Oct 2007 06:01:50 -0700 (PDT) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-2691) NullPointerException / 'SQLSTATE(58009): Execution failed due to a distribution protocol error....' in jdbcapi/blobclob4BLOB.java In-Reply-To: <10896235.1180031896344.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-2691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden resolved DERBY-2691. ----------------------------------- Resolution: Duplicate Looks like this is a duplicate of DERBY-2141 > NullPointerException / 'SQLSTATE(58009): Execution failed due to a distribution protocol error....' in jdbcapi/blobclob4BLOB.java > --------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-2691 > URL: https://issues.apache.org/jira/browse/DERBY-2691 > Project: Derby > Issue Type: Bug > Components: Regression Test Failure > Affects Versions: 10.2.2.1 > Environment: OS: Red Hat Enterprise Linux AS release 4 (Nahant Update 3) 64bits - Linux 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:56:28 EST 2006 GNU/Linux > JVM: 1.6.0_01 Sun Microsystems Inc. > Reporter: Ole Solberg > Priority: Minor > Attachments: 538595-derbyall_diff.txt > > > Seen once on Linux 2.6.9-34.ELsmp / 1.6.0 01 > > jdbcapi/blobclob4BLOB.java > > > 580a581,582 > > FAIL -- unexpected exception **************** > > SQLSTATE(XJ001): DB2 SQL error: SQLCODE: -1, SQLSTATE: XJ001, SQLERRMC: java.lang.NullPointerExceptionXJ001.U > 582 del > < ===> inserting short.utf length = 56 > 583 del > < ===> inserting littleclob.utf length = 10000 > 584 del > < ===> inserting empty.utf length = 0 > 585 del > < ===> inserting searchclob.utf length = 5000 > 586 del > < ===> inserting aclob.utf length = 300000 > 586a584,585 > > FAIL -- unexpected exception **************** > > SQLSTATE(58009): Execution failed due to a distribution protocol error that caused deallocation of the conversation. The requested command encountered an unarchitected and implementation specific condition for which there was no architected message. > 588 del > < Row Count 9 Null Row 1xd > 589 del > < blobTest0 finished > 589a587,588 > > FAIL -- unexpected exception **************** > > SQLSTATE(null): invalid operation: connection closed > > The "Execution failed due to a distribution protocol error that caused deallocation of the conversation. The requested command encountered an unarchitected and implementation specific condition for which there was no architected message." has also been seen in > http://dbtg.thresher.com/derby/test/trunk15/jvm1.5/testing/testlog/Linux-2.6.9-34.ELsmp_x86_64-x86_64/392343-derbyall_diff.txt > http://dbtg.thresher.com/derby/test/trunk15/jvm1.4/testing/testlog/Linux-2.6.9-34.ELsmp_x86_64-x86_64/442276-derbyall_diff.txt > http://dbtg.thresher.com/derby/test/trunk15/jvm1.5/testing/testlog/Linux-2.6.9-34.ELsmp_x86_64-x86_64/392019-derbyall_diff.txt -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.