From owner-freebsd-java@FreeBSD.ORG Tue Nov 9 08:52:00 2004 Return-Path: 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 0398316A4CE for ; Tue, 9 Nov 2004 08:52:00 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AF1A43D3F for ; Tue, 9 Nov 2004 08:51:59 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id iA99MO5x003788; Tue, 9 Nov 2004 11:22:24 +0200 Received: from localhost (achill@localhost)iA99MO5o003784; Tue, 9 Nov 2004 11:22:24 +0200 Date: Tue, 9 Nov 2004 11:22:24 +0200 (EET) From: Achilleus Mantzios To: Scott Mitchell In-Reply-To: <20041108220157.GA515@tuatara.fishballoon.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT cc: Frank Staals cc: java@freebsd.org Subject: Re: 5.3-RELEASE jdk14 status X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2004 08:52:00 -0000 O Scott Mitchell έγραψε στις Nov 8, 2004 : > On Mon, Nov 08, 2004 at 05:15:40PM +0200, Achilleus Mantzios wrote: > > > > Just run > > # java -server -version > > and see whether it behaves as expected, > > or it stalls forever eating up 100% of the CPU. > > > > I (and i think many others) would be grateful if you tested the above. > > (507) ~ $ uname -a > FreeBSD morepork 5.3-STABLE FreeBSD 5.3-STABLE #0: Thu Nov 4 10:01:30 GMT 2004 rsm@kokako:/usr/obj/local/src/sys/MOREPORK i386 > (508) ~ $ java -server -version > java version "1.4.2-p6" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-p6-rsm_08_nov_2004_10_41) > Java HotSpot(TM) Server VM (build 1.4.2-p6-rsm_08_nov_2004_10_41, mixed mode) > (509) ~ $ > > As you can see the Java build was only done this morning, so I haven't done > anything useful or interesting with it yet, but it does appear to work. > > Cheers, > > Scott Panagioti, Scott, Greg thanx for your reports. It seems like Frank hasn't got a recently cvsup'd ports tree. Frank can you deinstall jdk, update your ports tree and retry? > > -- -Achilleus