Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 28277 invoked from network); 4 Dec 2007 10:43:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2007 10:43:14 -0000 Received: (qmail 67565 invoked by uid 500); 4 Dec 2007 10:43:02 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 67534 invoked by uid 500); 4 Dec 2007 10:43:02 -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 67525 invoked by uid 99); 4 Dec 2007 10:43:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2007 02:43:02 -0800 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, 04 Dec 2007 10:42:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 07E69714159 for ; Tue, 4 Dec 2007 02:42:43 -0800 (PST) Message-ID: <23099599.1196764963013.JavaMail.jira@brutus> Date: Tue, 4 Dec 2007 02:42:43 -0800 (PST) From: "Ole Solberg (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Closed: (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 ] Ole Solberg closed DERBY-2691. ------------------------------ > 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.