Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 69304 invoked from network); 29 Jun 2007 08:14:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jun 2007 08:14:42 -0000 Received: (qmail 26341 invoked by uid 500); 29 Jun 2007 08:14:44 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 26304 invoked by uid 500); 29 Jun 2007 08:14:44 -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 26295 invoked by uid 99); 29 Jun 2007 08:14:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jun 2007 01:14:44 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [192.18.1.36] (HELO gmp-ea-fw-1.sun.com) (192.18.1.36) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jun 2007 01:14:40 -0700 Received: from d1-emea-09.sun.com ([192.18.2.119]) by gmp-ea-fw-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id l5T8EC5H010738 for ; Fri, 29 Jun 2007 08:14:17 GMT Received: from conversion-daemon.d1-emea-09.sun.com by d1-emea-09.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) id <0JKE007011F8BX00@d1-emea-09.sun.com> (original mail from Knut.Hatlen@Sun.COM) for derby-dev@db.apache.org; Fri, 29 Jun 2007 09:14:12 +0100 (BST) Received: from localhost ([129.159.112.231]) by d1-emea-09.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPSA id <0JKE003BK1JKB2WE@d1-emea-09.sun.com> for derby-dev@db.apache.org; Fri, 29 Jun 2007 09:14:09 +0100 (BST) Date: Fri, 29 Jun 2007 10:14:08 +0200 From: Knut Anders Hatlen Subject: Re: 10.3 upgrade test on mac, anyone see failures? In-reply-to: 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: User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (usg-unix-v) X-Virus-Checked: Checked by ClamAV on apache.org Myrna van Lunteren writes: > Hi, > > I ran suites.All with 10.3.1.0 beta on a mac OS X, and I get 69 > failures and 17 errors. > I tried specifying no oldReleasePath, an incorrect oldReleasePath, and > a correct oldReleasePath, all giving me the same result. > I'm currently out of ideas. > > Is there anyone else who has a mac that can confirm/counter this for me? Hi Myrna, This could be DERBY-1 which prevented DB creation on OS X and BSDs with a buggy JVM. You can check whether you have a buggy JVM by booting a database with 10.3 or trunk and see if derby.log contains this message (added in DERBY-2020): ------------ BEGIN ERROR MESSAGE ------------- LogToFile.checkJvmSyncError: Your JVM seems to have a problem with implicit syncing of log files. Will use explicit syncing instead. ------------ END ERROR MESSAGE ------------- So what happens, is not that the upgrade fails, but that 10.0 and some of the 10.1 releases (don't remember which) can't create the database. -- Knut Anders