From owner-freebsd-java Fri Nov 15 9:15:24 2002 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B61737B401 for ; Fri, 15 Nov 2002 09:15:23 -0800 (PST) Received: from mgr3.xmission.com (mgr3.xmission.com [198.60.22.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0AC143E3B for ; Fri, 15 Nov 2002 09:15:22 -0800 (PST) (envelope-from glewis@eyesbeyond.com) Received: from mail by mgr3.xmission.com with spam-scanned (Exim 3.35 #1) id 18Ck3u-0000hj-03; Fri, 15 Nov 2002 10:15:22 -0700 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr3.xmission.com with esmtp (Exim 3.35 #1) id 18Ck3s-0000h4-03; Fri, 15 Nov 2002 10:15:22 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id gAFHFGu25519; Sat, 16 Nov 2002 03:45:16 +1030 (CST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Sat, 16 Nov 2002 03:45:16 +1030 From: Greg Lewis To: Lutz Bichler Cc: freebsd-java@FreeBSD.ORG Subject: Re: java compilation problem Message-ID: <20021116034516.C25296@misty.eyesbeyond.com> References: <200211151622.30595.Lutz.Bichler@unibw-muenchen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200211151622.30595.Lutz.Bichler@unibw-muenchen.de>; from Lutz.Bichler@UniBw-Muenchen.de on Fri, Nov 15, 2002 at 04:22:30PM +0100 X-Spam-Status: No, hits=-3.5 required=8.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SIGNATURE_SHORT_DENSE,SPAM_PHRASE_02_03,USER_AGENT, USER_AGENT_MUTT,X_AUTH_WARNING version=2.43 X-Spam-Level: Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Nov 15, 2002 at 04:22:30PM +0100, Lutz Bichler wrote: > Hi, > > while trying to compile a java project i get the following error on FreeBSD > (jdk1.3.1 with green-thread and no hotspot as well as jdk1.4.0) > [javac] The system is out of resources. > [javac] Consult the following stack trace for details. > > [javac] java.lang.OutOfMemoryError > [javac] at java.util.zip.ZipFile.open(Native Method) > [javac] at java.util.zip.ZipFile.(ZipFile.java:112) > [javac] at java.util.zip.ZipFile.(ZipFile.java:72) > [javac] at > com.sun.tools.javac.v8.code.ClassReader.openArchive(ClassReader.java:914) > [javac] at > com.sun.tools.javac.v8.code.ClassReader.list(ClassReader.java:1121) > [javac] at > com.sun.tools.javac.v8.code.ClassReader.listAll(ClassReader.java:1242) > [javac] at > com.sun.tools.javac.v8.code.ClassReader.fillIn(ClassReader.java:1264) > [javac] at > com.sun.tools.javac.v8.code.ClassReader.complete(ClassReader.java:980) > > My system has 1GB RAM and i played around with -Xms.. -Xmx... -Xss... values > without success. The same project compiles on Linux without problems. Any > idea whats wrong? So...how much memory was the process using at the time? That is, do you think the error is bogus or do you think there is a memory problem? -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message