From owner-freebsd-java@FreeBSD.ORG Thu Jun 8 08:31:43 2006 Return-Path: X-Original-To: java@freebsd.org 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 2BA3916C4D9 for ; Thu, 8 Jun 2006 06:27:35 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (host2.dynacom.ondsl.gr [62.103.35.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 523CC43D48 for ; Thu, 8 Jun 2006 06:27:33 +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 k586dNew010793; Thu, 8 Jun 2006 09:39:23 +0300 Received: from localhost (achill@localhost) by matrix.gatewaynet.com (8.12.8/8.12.8/Submit) with ESMTP id k586dLVR010789; Thu, 8 Jun 2006 09:39:22 +0300 Date: Thu, 8 Jun 2006 09:39:21 +0300 (EEST) From: Achilleus Mantzios To: Joe Shevland In-Reply-To: <44875C6F.10408@rowantreesoftware.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT Cc: java@freebsd.org Subject: Re: jboss 3.0.3 with diablo (or source compiled) 1.5.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 08:31:50 -0000 O Joe Shevland έγραψε στις Jun 8, 2006 : > Achilleus Mantzios wrote: > > O Achilleus Mantzios έγραψε στις Jun 6, 2006 : > > > > > >> Has any one ever done this? > >> Is there any (fast and dirty) way of getting jboss 3.0.3 to run with the > >> new java 1.5.0? > >> > > > > Just for the record it does not work. > > > I wouldn't have thought there was anything in JBoss 3.x which should > break under 1.5, out of curiosity what kind of error/stack trace do you see? The problem is most likely JMX related. Take a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossVsJavaJDKVersionMatrix Here the stack trace. 09:24:47,548 INFO [Server] Starting General Purpose Architecture (GPA)... 09:24:47,643 ERROR [Server] start failed javax.management.InstanceNotFoundException: JMImplementation:service=LoaderRepositor y,name=Default at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBe anServerInterceptor.java:1010) at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBean ServerInterceptor.java:804) at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784) at org.jboss.system.server.ServerImpl.initBootLibraries(ServerImpl.java:435) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:261) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:221) at org.jboss.Main.boot(Main.java:148) at org.jboss.Main$1.run(Main.java:381) at java.lang.Thread.run(Thread.java:595) javax.management.InstanceNotFoundException: JMImplementation:service=LoaderRepositor y,name=Default at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBe anServerInterceptor.java:1010) at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBean ServerInterceptor.java:804) at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784) at org.jboss.system.server.ServerImpl.initBootLibraries(ServerImpl.java:435) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:261) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:221) at org.jboss.Main.boot(Main.java:148) at org.jboss.Main$1.run(Main.java:381) at java.lang.Thread.run(Thread.java:595) > > Cheers > Joe > > > -- -Achilleus