From owner-freebsd-java@FreeBSD.ORG Sat Nov 15 00:29:42 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 5A12816A4CF for ; Sat, 15 Nov 2003 00:29:42 -0800 (PST) Received: from stonefish.tiscali.nl (stonefish.tiscali.nl [195.241.76.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B6A543F75 for ; Sat, 15 Nov 2003 00:29:41 -0800 (PST) (envelope-from maarten@zoefff.com) Received: from PC1202 (195-241-46-16-bbxl.xdsl.tiscali.nl [195.241.46.16]) by stonefish.tiscali.nl (Postfix) with ESMTP id 8763A6D303 for ; Sat, 15 Nov 2003 09:29:32 +0100 (MET) Message-ID: <002201c3ab52$6a10cde0$6402a8c0@zoefff.com> From: "Maarten Franssen" To: Date: Sat, 15 Nov 2003 09:28:14 +0100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: jboss 3.2 on freebsd doesnt boot X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Maarten Franssen List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2003 08:29:42 -0000 hi, I am trying to run jboss on my freebsd 4.9 box but it does n't seem to = boot.. I am using JDK 1.3.1: Java(TM) 2 Runtime Environment, Standard Edition (build = 1.3.1-p8-root-031018-18:47) Classic VM (build 1.3.1-p8-root-031018-18:47, green threads, nojit) when I try to start jboss with ./bin/run.sh I get the following = RuntimeException: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D JBoss Bootstrap Environment JBOSS_HOME: /usr/local/jboss3.2 JAVA: /usr/local/jdk1.3.1/jre/bin/java JAVA_OPTS: -Dprogram.name=3Drun.sh CLASSPATH: = /usr/local/jboss3.2/bin/run.jar:/usr/local/jdk1.3.1/lib/tools.jar =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D 00:57:21,166 INFO [Server] Starting JBoss (MX MicroKernel)... 00:57:21,168 INFO [Server] Release ID: JBoss [WonderLand] 3.2.2 (build: = CVSTag=3DJBoss_3_2_2 date=3D200310182216) 00:57:21,169 INFO [Server] Home Dir: /usr/local/jboss3.2 00:57:21,170 INFO [Server] Home URL: file:/usr/local/jboss3.2/ 00:57:21,170 INFO [Server] Library URL: file:/usr/local/jboss3.2/lib/ 00:57:21,172 INFO [Server] Patch URL: null 00:57:21,173 INFO [Server] Server Name: default 00:57:21,173 INFO [Server] Server Home Dir: = /usr/local/jboss3.2/server/default 00:57:21,174 INFO [Server] Server Home URL: = file:/usr/local/jboss3.2/server/default/ 00:57:21,175 INFO [Server] Server Data Dir: = /usr/local/jboss3.2/server/default/data 00:57:21,176 INFO [Server] Server Temp Dir: = /usr/local/jboss3.2/server/default/tmp 00:57:21,176 INFO [Server] Server Config URL: = file:/usr/local/jboss3.2/server/default/conf/ 00:57:21,177 INFO [Server] Server Library URL: = file:/usr/local/jboss3.2/server/default/lib/ 00:57:21,178 INFO [Server] Root Deployemnt Filename: jboss-service.xml 00:57:21,183 INFO [Server] Starting General Purpose Architecture = (GPA)... Failed to boot JBoss: java.lang.RuntimeException: Unable to create the MBean server instance. = Class org.jboss.mx.server.MBeanServerImpl has raised an exception in = constructor: java.lang.NoSuchFieldError: = org.jboss.mx.modelmbean.ModelMBeanInvoker: field ALL_DESCRIPTORS not = found at = javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.= java:180) at = javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.= java:80) at = org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:327) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291) at org.jboss.Main.boot(Main.java:150) at org.jboss.Main$1.run(Main.java:395) at java.lang.Thread.run(Thread.java:484) Has any one looked into this problem? because its a recurring one, and I = don't seem to find a single solution.. I would be very grateful. Maarten