Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 49275 invoked from network); 10 Jan 2005 20:48:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Jan 2005 20:48:38 -0000 Received: (qmail 10517 invoked by uid 500); 10 Jan 2005 20:48:37 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 10498 invoked by uid 500); 10 Jan 2005 20:48:37 -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 10485 invoked by uid 99); 10 Jan 2005 20:48:37 -0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from rwcrmhc12.comcast.net (HELO rwcrmhc12.comcast.net) (216.148.227.85) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 10 Jan 2005 12:48:36 -0800 Received: from comcast.net (c-24-13-7-66.client.comcast.net[24.13.7.66]) by comcast.net (rwcrmhc12) with ESMTP id <2005011020483401400gmnl7e>; Mon, 10 Jan 2005 20:48:34 +0000 Message-ID: <41E2F594.9020707@comcast.net> Date: Mon, 10 Jan 2005 15:37:24 -0600 From: Barnet Wagman User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040114 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derby Discussion Subject: Re: Can a connection expire? References: <41E1C4EC.6030606@comcast.net> <41E2DC0B.4090700@Sourcery.Org> In-Reply-To: <41E2DC0B.4090700@Sourcery.Org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Satheesh Bandaram wrote: >I don't think a connection expires in embedded Derby. Could it be >possible a severe error was encountered during the INSERTs that might >have caused the connection to close? Was there any info in the >derby.log? This log file should get created in the SYSTEM_HOME location. > > > I think your right, something appears to be causing the connection to close, but there's nothing in my log file. Actually, I can't find a derby.log file at all. By default, it SYSTEM_HOME the directory where the database resides? I was using vanilla installation of embedded Derby. I've tried recreating the database with logDevice explicitly set, but I'm still not getting a derby.log file. Do I need to do something explicit to get one? Thanks