From owner-freebsd-java@FreeBSD.ORG Sat Dec 6 17:04:48 2003 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 76E2516A4CF for ; Sat, 6 Dec 2003 17:04:48 -0800 (PST) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D20443FCB for ; Sat, 6 Dec 2003 17:04:47 -0800 (PST) (envelope-from enigma971@comcast.net) Received: from [192.168.0.32] (pcp05184840pcs.chmbrs01.pa.comcast.net[69.139.133.121]) by comcast.net (sccrmhc11) with SMTP id <2003120701044501100qu0o8e>; Sun, 7 Dec 2003 01:04:46 +0000 From: Marc Huffnagle To: Peter Schuller , freebsd-java@freebsd.org In-Reply-To: <200312070145.37376.peter.schuller@infidyne.com> References: <1070746565.639.3.camel@localhost> <200312070145.37376.peter.schuller@infidyne.com> Content-Type: text/plain Message-Id: <1070759032.9608.22.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sat, 06 Dec 2003 20:03:53 -0500 Content-Transfer-Encoding: 7bit Subject: Re: Virtual Machine Error 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: Sun, 07 Dec 2003 01:04:48 -0000 I found out what the problem was. You need to make sure that the linux proc file system is mounted mount -t linprocfs none /usr/compat/linux/proc You could also put it in your fstab none /usr/compat/linux/proc linprocfs rw 0 0 That would probably be a good thing to put in the freebsd-java faq. - Marc On Sat, 2003-12-06 at 19:45, Peter Schuller wrote: > Hello, > > > I am running into a problem when I try to run any java-related program. > > When I try to use java or javac, I get the following error, and the > > application locks up (requiring a kill -9) and starts to use 100% of the > > processor. > > I had this problem on one machine. I never did figured out what it was, but > the blackdown JDK worked better. I then used that to bootstrap the native 1.4 > FreeBSD JDK.