Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 25694 invoked from network); 6 Oct 2005 15:26:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Oct 2005 15:26:37 -0000 Received: (qmail 97592 invoked by uid 500); 6 Oct 2005 15:26:36 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 97558 invoked by uid 500); 6 Oct 2005 15:26:36 -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: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 97541 invoked by uid 99); 6 Oct 2005 15:26:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2005 08:26:36 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of dremesh@gmail.com designates 66.249.82.203 as permitted sender) Received: from [66.249.82.203] (HELO xproxy.gmail.com) (66.249.82.203) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2005 08:26:39 -0700 Received: by xproxy.gmail.com with SMTP id t4so284571wxc for ; Thu, 06 Oct 2005 08:26:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Rd8H9jRNnswep7KavtfCpMolzHSMJONidl0KboJC9Ib/imNHoAfvC08SkSg71xFfTs4ur4KOVH9X2dKg155DXOVXzx1ahX/5yHbq8Dx7FJYbbR4XG0i9n9CvEVvaoR/nVbXbZZjW6Jm+yIOoheCEVr0cXRsLwyJjn4Y0+muwlXE= Received: by 10.70.22.10 with SMTP id 10mr1402898wxv; Thu, 06 Oct 2005 08:26:12 -0700 (PDT) Received: by 10.70.132.17 with HTTP; Thu, 6 Oct 2005 08:26:12 -0700 (PDT) Message-ID: <58ed70f50510060826uf515b7cy1f46a006e65c2d4c@mail.gmail.com> Date: Thu, 6 Oct 2005 08:26:12 -0700 From: Deepa Remesh Reply-To: Deepa Remesh To: Derby Development Subject: Re: New Proposed 10.1 snapshot (was Re: lang/wisconsin.sql) In-Reply-To: <43451F62.5050908@sbcglobal.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43415DC4.9080502@sbcglobal.net> <87achpukzu.fsf@solstorm.hatlen.net> <434404A9.2090507@sbcglobal.net> <58ed70f50510051429h1a4d3e6hfd691eaeacec254f@mail.gmail.com> <43451F62.5050908@sbcglobal.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 10/6/05, Kathey Marsden wrote: > I am using j9 from WCTME 5.7 > > $ j9 -version > java version "1.3.0" > > Licensed Materials - Property of IBM > > J9 - VM for the Java(TM) platform, Version 2.2 > (c) Copyright IBM Corp. 1991, 2004 All Rights Reserved > Target: 20040706_1457_lHdSMR (Windows 2000 5.0 build 2195 Service Pack 4 > x86) > > Maybe my version is old. Is this the version you are using? > I am also using j9 from WCTME 5.7 - same version. These store tests fail intermittently on my machine. I have not looked at the tests. The method which is throwing IllegalStateException is getEntry() in ZipFile. For this method, javadoc says "Throws: IllegalStateException - if the zip file has been closed " Thanks, Deepa