Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 572 invoked from network); 10 Nov 2005 17:57:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Nov 2005 17:57:14 -0000 Received: (qmail 2250 invoked by uid 500); 10 Nov 2005 17:57:12 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 2227 invoked by uid 500); 10 Nov 2005 17:57:11 -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 2214 invoked by uid 99); 10 Nov 2005 17:57:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2005 09:57:11 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=RCVD_IN_SORBS_WEB,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ksunithaghm@gmail.com designates 64.233.162.197 as permitted sender) Received: from [64.233.162.197] (HELO zproxy.gmail.com) (64.233.162.197) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2005 09:57:04 -0800 Received: by zproxy.gmail.com with SMTP id m7so521887nzf for ; Thu, 10 Nov 2005 09:56:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=HhS4PgH0FBUky49MO3R88v2+2jVZdEaAYbiE7EUsHg5nn8+97x8RKkBE0DslkZ26rf8IAS8fkk7aydLh/fok/DWefI7PWTLE0zCI566jubnGZG6UsIBwGNx8dknrz6lOfPZud2SlpC8iJUtINSb0m6zLXgf6ppyxlyrTmzkH+P8= Received: by 10.65.177.15 with SMTP id e15mr1242325qbp; Thu, 10 Nov 2005 09:56:50 -0800 (PST) Received: from ?9.30.40.203? ( [129.42.184.35]) by mx.gmail.com with ESMTP id q13sm214142qbq.2005.11.10.09.56.49; Thu, 10 Nov 2005 09:56:50 -0800 (PST) Message-ID: <437389CA.1070206@gmail.com> Date: Thu, 10 Nov 2005 09:56:26 -0800 From: Sunitha Kambhampati User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derby Discussion Subject: Re: "conglomerate does not exist" error References: <224f32340511091336p4ffd94delc1f184e93f8ea2c5@mail.gmail.com> <43726D24.7060204@sbcglobal.net> <224f32340511091359s458274a7jd5a619dbbe05de5c@mail.gmail.com> <437272BE.4070204@sbcglobal.net> <224f32340511091415q7597ffd2j725f17153ec987b7@mail.gmail.com> <224f32340511100406n58c96927h713f927743705c5a@mail.gmail.com> In-Reply-To: <224f32340511100406n58c96927h713f927743705c5a@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; 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 Thomas Dudziak wrote: > No, I didn't start ij from within eclipse, but rather from the > >commandline. And derby.home shouldn't matter when using >jdbc:derby:classpath, right ? > > <>Even more interesting, I simply stopped the web server and > restartedit without any other changes, and now access to Derby works > without > problems, even after additional restarts. So this has to with > first-time access to the database ? For using the jdbc:derby:classpath , you need to ensure that the jar that contains your database is in your classpath. Is it possible that when you restart the web server - that is when the 'jar that has the database' is being picked up by the web server and derby is able to use it ? http://dbapache.org/derby/docs/10.0/manuals/develop/develop38.html Sunitha.