From owner-freebsd-java@FreeBSD.ORG Mon Feb 16 09:28:26 2009 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 089AB106566C for ; Mon, 16 Feb 2009 09:28:26 +0000 (UTC) (envelope-from horst.leitenmueller@liwest.at) Received: from lilzmailso02.liwest.at (lilzmailso02.liwest.at [212.33.55.13]) by mx1.freebsd.org (Postfix) with ESMTP id 8D36F8FC15 for ; Mon, 16 Feb 2009 09:28:25 +0000 (UTC) (envelope-from horst.leitenmueller@liwest.at) Received: from mail.be-informed.at ([81.10.222.30] helo=[192.168.10.90]) by lilzmailso02.liwest.at with esmtpa (Exim 4.69) (envelope-from ) id 1LYzlv-0006sV-Hl for freebsd-java@freebsd.org; Mon, 16 Feb 2009 10:28:23 +0100 From: Horst Leitenmueller To: freebsd-java@freebsd.org Content-Type: text/plain Date: Mon, 16 Feb 2009 10:28:14 +0100 Message-Id: <1234776494.1485.11.camel@lap02.be-informed.at> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Score: -1.4 (-) Subject: Jboss 5.0 GA diablo-jdk 1.6/ jdk16 and jboss5ctl 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: Mon, 16 Feb 2009 09:28:26 -0000 hello together, problem on jboss 5.0 GA and enable via jboss5ctl on: FreeBSD 7.1-RELEASE-p2 #3 i have tried both with /usr/local/jboss5/bin/run.sh jdk set to diablo1.6/jdk16 via javavm_opt.conf normal boot (with some warnings in log file but normal as post of scott starky) when i try to start via rc.conf (jboss5_enable="YES") which calls in background the /usr/local/bin/jboss5ctl the i always get an error 09:23:51,788 DEBUG [BaseClassLoader] Created BaseClassLoader@e771f3{bindings-classloader:0.0.0$MODULE} with policy VFSClassLoaderPolicy@ea3932{name=bindings-classloader:0.0.0$MODULE domain=null roots=[DelegatingHandler@22091943[path=jboss-bindingservice.jar context=file:/s/usr-local/jboss5/common/lib/ real=file:/s/usr-local/jboss5/common/lib/jboss-bindingservice.jar]] delegates=null exported=[org.jboss.services.binding, org.jboss.services.binding.impl, META-INF] NON_EMPTY} 09:23:51,789 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@118fa47{DefaultDomain} registerClassLoader BaseClassLoader@e771f3{bindings-classloader:0.0.0$MODULE} 09:23:52,781 ERROR [AbstractKernelController] Error installing to Instantiated: name=StandardBindings state=Described java.lang.IllegalArgumentException: Wrong arguments. new for target java.lang.reflect.Constructor expected=[int] actual=[java.util.HashSet] at org.jboss.reflect.plugins.introspection.ReflectionUtils.handleErrors(ReflectionUtils.java:395) and system shutsdown....... 09:23:57,988 DEBUG [ServerImpl] Failed to start java.lang.IllegalStateException: Incompletely deployed: *** DEPLOYMENTS IN ERROR: Name -> Error StandardBindings -> java.lang.IllegalArgumentException: Wrong arguments. new for target java.lang.reflect.Constructor expected=[int] actual=[java.util.HashSet] *** DEPLOYMENTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} ServiceBindingManager -> ServiceBindingStore{Installed:Instantiated} ServiceBindingStore -> StandardBindings{Installed:**ERROR**} SystemPropertyBinder#1 -> ServiceBindingManager{Installed:Described} SystemPropertyBinder -> SystemPropertyBinder#1{Installed:Described} at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.internalValidate(AbstractKernelDeployer.java:290) at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.validate(AbstractKernelDeployer.java:174) at org.jboss.bootstrap.microcontainer.ServerImpl.doStart(ServerImpl.java:148) at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:394) at org.jboss.Main.boot(Main.java:209) at org.jboss.Main$1.run(Main.java:547) at java.lang.Thread.run(Thread.java:619) 09:23:57,992 INFO [ServerImpl] Runtime shutdown hook called, forceHalt: true is there a solution how to prevent the problem with jboss5ctl ? thanx for response br horst leitenmueller -- ------------------------------------ Horst Leitenmueller email: horst.leitenmueller@liwest.at ------------------------------------