From owner-freebsd-java@FreeBSD.ORG Fri Nov 28 07:20:29 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 285B516A4CE for ; Fri, 28 Nov 2003 07:20:29 -0800 (PST) Received: from iota.root-servers.ch (iota.root-servers.ch [193.41.193.195]) by mx1.FreeBSD.org (Postfix) with SMTP id 63D5543FDF for ; Fri, 28 Nov 2003 07:20:26 -0800 (PST) (envelope-from gaml@buz.ch) Received: (qmail 64200 invoked from network); 28 Nov 2003 15:20:24 -0000 Received: from dclient217-162-133-58.hispeed.ch (HELO ga) (217.162.133.58) by 0 with SMTP; 28 Nov 2003 15:20:24 -0000 Date: Fri, 28 Nov 2003 16:21:18 +0100 From: Gabriel Ambuehl X-Priority: 3 (Normal) Message-ID: <11233032937.20031128162118@buz.ch> To: java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Apache James on FreeBSD? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gabriel Ambuehl List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 15:20:29 -0000 Hello, I was wondering if someone had succeeded in running Apache James on FreeBSD 4.9 (using diablo-jdk), as I always end up with: root@kappa 16:19:41 ~/sr/james-2.1.3/bin $ JAVA_HOME=/usr/local/diablo-jdk1.3.1/ sh run.sh Using PHOENIX_HOME: /root/sr/james-2.1.3 Using PHOENIX_TMPDIR: /root/sr/james-2.1.3/temp Using JAVA_HOME: /usr/local/diablo-jdk1.3.1/ Running Phoenix: Phoenix 4.0.1 There was an uncaught exception: --------------------------------------------------------- --- Message --- org/apache/avalon/phoenix/components/manager/AbstractSystemManager.dispose --- Stack Trace --- java.lang.AbstractMethodError: org/apache/avalon/phoenix/components/manager/AbstractSystemManager.dispose at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251) at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.setupComponent(DefaultEmbeddor.java:532) at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.setupComponents(DefaultEmbeddor.java:507) at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.initialize(DefaultEmbeddor.java:200) at org.apache.avalon.framework.container.ContainerUtil.initialize(ContainerUtil.java:235) at org.apache.avalon.phoenix.frontends.CLIMain.startup(CLIMain.java:194) at org.apache.avalon.phoenix.frontends.CLIMain.execute(CLIMain.java:122) at org.apache.avalon.phoenix.frontends.CLIMain.main(CLIMain.java:102) at java.lang.reflect.Method.invoke(Native Method) at org.apache.avalon.phoenix.launcher.Main.startup(Main.java:94) at org.apache.avalon.phoenix.launcher.Main.main(Main.java:46) --------------------------------------------------------- The log file may contain further details of error. Please check the configuration files and restart Phoenix. If the problem persists, contact the Avalon project. See http://jakarta.apache.org/avalon for more information. when trying to execute the binary of 2.1.3.