From derby-user-return-12745-apmail-db-derby-user-archive=db.apache.org@db.apache.org Mon May 17 14:00:40 2010 Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 59150 invoked from network); 17 May 2010 14:00:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 May 2010 14:00:39 -0000 Received: (qmail 30227 invoked by uid 500); 17 May 2010 14:00:36 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 29808 invoked by uid 500); 17 May 2010 14:00:35 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 29678 invoked by uid 99); 17 May 2010 14:00:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 May 2010 14:00:35 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bpendleton.derby@gmail.com designates 209.85.212.172 as permitted sender) Received: from [209.85.212.172] (HELO mail-px0-f172.google.com) (209.85.212.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 May 2010 14:00:26 +0000 Received: by pxi19 with SMTP id 19so2855910pxi.31 for ; Mon, 17 May 2010 07:00:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=T+m1bpV8cn3qxuM/JXbsqPqwIT2oJvtCm3JurQJjpuk=; b=MiY848BN7VejouaVfY8IoVLyvhbFIj8zY/ML2Ae/04S2tdhfzZNiKzuG/W8v+gAI/t W+rESXhNx+uGHyJqmvS3esNME5Ju2iMA8Ns11pPcliuGvAgXEwutEA4URHl/BFO4NhP8 ztLTPMICU/HliqR/eenMiLWptjL9R5LuzShuI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=kdcLZENl8OaTx94g/d5hE3hci37R5s0rtb7tauh0fy/a733HIeilmg5IAaz2XaHeVu MszrulVbCK/wctYRFZCuT36xlJ2Gzcp7UlUlyxqafolGoSDSzyEyKyD6sCnYGXCt7Zac ENVu3tPqUJq2OqmoLTyft7GDalkPeb3KD/jyE= Received: by 10.115.80.1 with SMTP id h1mr4433156wal.116.1274104803928; Mon, 17 May 2010 07:00:03 -0700 (PDT) Received: from [192.168.0.103] (c-67-170-231-73.hsd1.ca.comcast.net [67.170.231.73]) by mx.google.com with ESMTPS id d16sm49657712wam.0.2010.05.17.07.00.00 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 17 May 2010 07:00:01 -0700 (PDT) Message-ID: <4BF14BDA.5090409@gmail.com> Date: Mon, 17 May 2010 06:59:54 -0700 From: Bryan Pendleton User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4 MIME-Version: 1.0 To: Derby Discussion Subject: Re: ShutdownException while executing query References: <4BF12001.6030805@gmail.com> In-Reply-To: <4BF12001.6030805@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 05/17/2010 03:52 AM, Marcin Krol wrote: > The thing is I'm frequently getting ShutdownExceptions when > printoutResultSet is executing. I don't see anything obvious in the code you attached that would cause this. Try printing out the full exception trace: http://wiki.apache.org/db-derby/UnwindExceptionChain And also include the derby.log file from the time when the exception occurs. That might give more clues about what is going wrong. thanks, bryan