Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 93611 invoked from network); 10 Jul 2006 13:48:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jul 2006 13:48:02 -0000 Received: (qmail 68511 invoked by uid 500); 10 Jul 2006 13:48:00 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 68487 invoked by uid 500); 10 Jul 2006 13:48:00 -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 68478 invoked by uid 99); 10 Jul 2006 13:48:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 06:48:00 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of tomonaka@basil.ocn.ne.jp designates 222.146.51.83 as permitted sender) Received: from [222.146.51.83] (HELO smtp.basil.ocn.ne.jp) (222.146.51.83) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 06:47:59 -0700 Received: from [192.168.0.8] (p7056-adsau12honb5-acca.tokyo.ocn.ne.jp [220.96.168.56]) by smtp.basil.ocn.ne.jp (Postfix) with ESMTP id 6CAF7556D for ; Mon, 10 Jul 2006 22:47:37 +0900 (JST) Received: from 127.0.0.1 (AVG SMTP 7.1.394 [268.9.10/383]); Mon, 10 Jul 2006 22:53:52 +0900 Message-ID: <44B25BF0.8010901@basil.ocn.ne.jp> Date: Mon, 10 Jul 2006 22:53:52 +0900 From: TomohitoNakayama User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: ja, en-us, en MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: [jira] Commented: (DERBY-550) BLOB : java.lang.OutOfMemoryError with network JDBC driver (org.apache.derby.jdbc.ClientDriver) References: <22130645.1152283292630.JavaMail.jira@brutus> <44B2523D.3010802@basil.ocn.ne.jp> <44B253D6.60900@sun.com> In-Reply-To: <44B253D6.60900@sun.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello Andreas. I see ... H mm. Complex circumstances .... The program failed in creating error message of OutOfMemoryError ... Please upload your application program. I want to make it possible to see the phenomena by myself. Best regards. Andreas Korneliussen wrote: > TomohitoNakayama wrote: > >> Hello Andreas. >> >> I have some question for your comment.... >> >> Reading beggining part, I take your reported phenomena as problem >> when scrollable resultset is used. >> However,reading last part, I found your report tells that problem >> was found also when forward-only resultset was used. >> >> I feel some inconsistency and cannot be sure I understand your >> comment .... >> >> My question is whether your report is limited to scrollable >> resultset, or not >> Please give me your answer.. >> >> Best regards. >> > Hi, Tomohito > > To answer your question: the problem applies to both scrollable and > forward-only result sets. > > When I first tested, I used scrollable resultsets. The second time I > used forward-only resultsets, and got another problem when doing > connect. I then restarted the network-server, and retried with > forward-only resultset, and then I got the exactly same problem. > > Below is the stack trace: > > Exception in thread "main" > org.apache.derby.shared.common.sanity.AssertFailure: ASSERT FAILED > Number of parameters expected for message id 58009.C.6 (0) does not > match number of arguments received (1) > at > org.apache.derby.shared.common.sanity.SanityManager.ASSERT(SanityManager.java:119) > > at > org.apache.derby.shared.common.i18n.MessageUtil.formatMessage(MessageUtil.java:233) > > at > org.apache.derby.shared.common.i18n.MessageUtil.getCompleteMessage(MessageUtil.java:142) > > at > org.apache.derby.shared.common.i18n.MessageUtil.getCompleteMessage(MessageUtil.java:182) > > at > org.apache.derby.shared.common.i18n.MessageUtil.getCompleteMessage(MessageUtil.java:98) > > at > org.apache.derby.client.am.SqlException.(SqlException.java:168) > at > org.apache.derby.client.am.SqlException.(SqlException.java:182) > at > org.apache.derby.client.am.DisconnectException.(DisconnectException.java:28) > > at > org.apache.derby.client.am.DisconnectException.(DisconnectException.java:39) > > at > org.apache.derby.client.am.DisconnectException.(DisconnectException.java:49) > > at > org.apache.derby.client.am.DisconnectException.(DisconnectException.java:67) > > at > org.apache.derby.client.net.NetStatementReply.copyEXTDTA(NetStatementReply.java:1486) > > at > org.apache.derby.client.net.NetResultSetReply.parseCNTQRYreply(NetResultSetReply.java:139) > > at > org.apache.derby.client.net.NetResultSetReply.readFetch(NetResultSetReply.java:41) > > at > org.apache.derby.client.net.ResultSetReply.readFetch(ResultSetReply.java:40) > > at > org.apache.derby.client.net.NetResultSet.readFetch_(NetResultSet.java:205) > > at > org.apache.derby.client.am.ResultSet.flowFetch(ResultSet.java:4160) > at > org.apache.derby.client.net.NetCursor.getMoreData_(NetCursor.java:1182) > at org.apache.derby.client.am.Cursor.stepNext(Cursor.java:176) > at org.apache.derby.client.am.Cursor.next(Cursor.java:195) > at org.apache.derby.client.am.ResultSet.nextX(ResultSet.java:299) > at org.apache.derby.client.am.ResultSet.next(ResultSet.java:269) > at derbytest.BlobOutOfMem.main(BlobOutOfMem.java:95) > > My application has a BLOB column of size 64 MB, which I inserted in > embedded mode. If you like, I can upload it to the JIRA. > > Regards > > --Andreas > > -- /* Tomohito Nakayama tomonaka@basil.ocn.ne.jp tomohito@rose.zero.ad.jp tmnk@apache.org Naka http://www5.ocn.ne.jp/~tomohito/TopPage.html */