Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 125AB18F93 for ; Fri, 4 Dec 2015 04:46:07 +0000 (UTC) Received: (qmail 65123 invoked by uid 500); 4 Dec 2015 04:46:06 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 65093 invoked by uid 500); 4 Dec 2015 04:46:06 -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 65080 invoked by uid 99); 4 Dec 2015 04:46:06 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Dec 2015 04:46:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 336831A5D95 for ; Fri, 4 Dec 2015 04:46:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.102 X-Spam-Level: X-Spam-Status: No, score=-0.102 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id khU_-9fODAuX for ; Fri, 4 Dec 2015 04:46:05 +0000 (UTC) Received: from mail-pf0-f181.google.com (mail-pf0-f181.google.com [209.85.192.181]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 9A46B215F4 for ; Fri, 4 Dec 2015 04:46:05 +0000 (UTC) Received: by pfdd184 with SMTP id d184so19980415pfd.3 for ; Thu, 03 Dec 2015 20:45:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=X9G4a8YIbgZXo6050CvgiB8c1xvpmFlJV5v2hPwgv2Y=; b=CG2U76VLpgazrBI7ZasK75apPstIzF+SwDH6QRIQbBXm1ZwUT1OPeAEyuiN1NLYxo1 cUlH2sqdtrOpiI+QEDTFeiB7Z792lwFIQLSgJFc4FJG2mrvJ5ec2HgJWSW71RZ70Q/ZI 4YRVpiIx4FKMiO/k3nH42nxan7U/dmdkycLg1rgBzu8MfS7YoMASxhGIE8oFyDul7ZEV 93U1H3DCVXU7ii8pONLqBv/IpgJzTu/7+xEO3to23wNKGu6LLcq2inwlAXTVXiUQ/Ujk 5gifuK5fUNm4EerbCs9jNuCg9D5ZEFl/W3rcgeSPNBkXD8cFkmgJK7nNkBCCh8+wxG1K NUeg== X-Received: by 10.98.18.22 with SMTP id a22mr18520103pfj.54.1449204359349; Thu, 03 Dec 2015 20:45:59 -0800 (PST) Received: from [10.0.1.6] (c-73-162-39-253.hsd1.ca.comcast.net. [73.162.39.253]) by smtp.googlemail.com with ESMTPSA id kh9sm13876139pad.11.2015.12.03.20.45.58 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 03 Dec 2015 20:45:58 -0800 (PST) Subject: Re: debugging derby code To: derby-dev@db.apache.org References: <60C83EEE58A33340B2176E0E293CBFDAA21F82@INBLRMBX001.INDECOMM.LOCAL> From: Bryan Pendleton Message-ID: <56611A82.9090700@gmail.com> Date: Thu, 3 Dec 2015 20:45:54 -0800 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 12/3/2015 8:32 PM, Anjana Prakash wrote: > Hi, > > Thanks for follow up. Following solved this issue > Glad to hear you figured it out! Perhaps you could add your notes and the procedures that worked for you to the Derby wiki? http://wiki.apache.org/db-derby/FrontPage bryan