From owner-freebsd-questions@FreeBSD.ORG Fri May 19 03:44:32 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 999D616A421 for ; Fri, 19 May 2006 03:44:32 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from drone3.qsi.net.nz (drone3-svc-skyt.qsi.net.nz [202.89.128.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCF4543D45 for ; Fri, 19 May 2006 03:44:31 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: (qmail 9453 invoked by uid 0); 19 May 2006 03:44:29 -0000 Received: from unknown (HELO chen.org.nz) ([202.89.146.5]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 19 May 2006 03:44:29 -0000 Received: by chen.org.nz (Postfix, from userid 1000) id 8F85E56440; Fri, 19 May 2006 15:44:28 +1200 (NZST) Date: Fri, 19 May 2006 15:44:28 +1200 From: Jonathan Chen To: David Banning Message-ID: <20060519034428.GA51508@osiris.chen.org.nz> References: <20060519004523.GA21373@skytracker.ca> <20060519014818.GA51164@osiris.chen.org.nz> <20060519015052.GA53403@skytracker.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060519015052.GA53403@skytracker.ca> User-Agent: Mutt/1.4.2.1i Cc: questions@freebsd.org Subject: Re: running jboss4 on FreeBSD 4.11 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 03:44:32 -0000 On Thu, May 18, 2006 at 09:50:52PM -0400, David Banning wrote: > > What version of java are you using? The output of "java -version" > > would be helpful. Please note that if you're using anything other > > that the native FreeBSD java, you will not be able to get very far. > > root# java -version > java version "1.3.1-p8" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-p8-david-030915-12:12) > Classic VM (build 1.3.1-p8-david-030915-12:12, green threads, nojit) > root# The minimum requirement for jboss4 is JDK1.4.2; the port should have enforced this, with its "JAVA_VERSION= 1.4+" line in the Makefile. The port will build under 1.3, but not run; consider upgrading to a later JVM. -- Jonathan Chen ---------------------------------------------------------------------- "Opportunity does not knock, it presents itself when you beat down the door" - W.E. Channing