Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 59312 invoked from network); 5 Nov 2007 16:59:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Nov 2007 16:59:22 -0000 Received: (qmail 26945 invoked by uid 500); 5 Nov 2007 16:59:10 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 26912 invoked by uid 500); 5 Nov 2007 16:59:10 -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 26903 invoked by uid 99); 5 Nov 2007 16:59:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2007 08:59:10 -0800 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [192.18.6.21] (HELO gmp-eb-mail-1.sun.com) (192.18.6.21) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2007 16:59:11 +0000 Received: from fe-emea-10.sun.com (gmp-eb-lb-2-fe3.eu.sun.com [192.18.6.12]) by gmp-eb-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id lA5Gwnn7009479 for ; Mon, 5 Nov 2007 16:58:49 GMT Received: from conversion-daemon.fe-emea-10.sun.com by fe-emea-10.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) id <0JR100501LN09O00@fe-emea-10.sun.com> (original mail from Knut.Hatlen@Sun.COM) for derby-dev@db.apache.org; Mon, 05 Nov 2007 16:58:49 +0000 (GMT) Received: from localhost ([129.159.112.134]) by fe-emea-10.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <0JR100LS8LU0ZX30@fe-emea-10.sun.com> for derby-dev@db.apache.org; Mon, 05 Nov 2007 16:58:49 +0000 (GMT) Date: Mon, 05 Nov 2007 17:58:48 +0100 From: Knut Anders Hatlen Subject: Re: Can't run Derby 10.3 on CDC platform In-reply-to: <472F3F9F.80000@sun.com> Sender: Knut.Hatlen@Sun.COM To: derby-dev@db.apache.org Message-id: Organization: Sun Microsystems MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT References: <472F3F9F.80000@sun.com> User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (usg-unix-v) X-Virus-Checked: Checked by ClamAV on apache.org Rick Hillegas writes: > I am able to run Derby 10.2 on the phoneME implementation of the CDC > platform. That is, using Derby 10.2 on that platform, I am able to > successfully create a database and query the system tables. So far so > good. > > However, when I run the same experiment with Derby 10.3, the database > fails to boot because it can't find an appropriate > DataValueFactory. This is true whether I use the Derby 10.3 jars, > current jars built from the mainline, or the classtree built from the > mainline. I would appreciate clues about what changed in 10.3 which > would cause this behavior. Hi Rick, In Derby 10.3, we dropped Foundation 1.0 support and moved to Foundation 1.1, as far as I remember. Your device doesn't by any chance have a too old JVM? -- Knut Anders