Date: 14 Sep 2003 14:20:39 +0200 From: Andrea Sansottera <andrea.sansottera@fastwebnet.it> To: freebsd-java@freebsd.org Subject: jboss3 port doesn't work Message-ID: <1063541917.10543.10.camel@bh2.bh> In-Reply-To: <20030910092526.GA48381@rot13.obsecurity.org> References: <200309101118.48214.ernst.dehaan@nl.wanadoo.com> <20030910092526.GA48381@rot13.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-olWw8RD57BOgLyk9e9CE Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi, I have upgraded my port collection to that of 13.09.2003 (yesterday!). I have found /usr/ports/java/jboss3 which is the port of jboss 3.2.1. It required diablo-jdk1.3.1, so I made a "make install clean" and it installed both jboss and diablo-jdk. I went to the /usr/local/jboss3.2/bin directory and as I usually do on linux a typed: sh run.sh JBoss fails to start. My JAVA_HOME var points to /usr/local/diablo-jdk1.3.1. I am not very experienced in jboss but the same version on linux, with jdk 1.4, works well, so it's not my fault, I suppose. Maybe, does jboss neek jdk 1.4? Anyway this port does not seem to work. I attach the output (stdout and stderr). Any help is greatly appreciated, I really need jboss to work on my FreeBSD system! Thanks Andrea --=-olWw8RD57BOgLyk9e9CE Content-Disposition: attachment; filename=jboss_log Content-Type: text/plain; name=jboss_log; charset= Content-Transfer-Encoding: 7bit ================================================================================ JBoss Bootstrap Environment JBOSS_HOME: /usr/local/jboss3.2 JAVA: /usr/local/diablo-jdk1.3.1/bin/java JAVA_OPTS: -Dprogram.name=run.sh CLASSPATH: /usr/local/jboss3.2/bin/run.jar:/usr/local/diablo-jdk1.3.1/lib/tools.jar ================================================================================ 05:01:44,173 INFO [Server] Starting JBoss (MX MicroKernel)... 05:01:44,199 INFO [Server] Release ID: JBoss [WonderLand] 3.2.1 (build: CVSTag=JBoss_3_2_1 date=200305041533) 05:01:45,246 INFO [Server] Home Dir: /usr/local/jboss3.2 05:01:45,248 INFO [Server] Home URL: file:/usr/local/jboss3.2/ 05:01:45,261 INFO [Server] Library URL: file:/usr/local/jboss3.2/lib/ 05:01:45,286 INFO [Server] Patch URL: null 05:01:45,288 INFO [Server] Server Name: default 05:01:45,289 INFO [Server] Server Home Dir: /usr/local/jboss3.2/server/default 05:01:45,292 INFO [Server] Server Home URL: file:/usr/local/jboss3.2/server/default/ 05:01:45,294 INFO [Server] Server Data Dir: /usr/local/jboss3.2/server/default/data 05:01:45,296 INFO [Server] Server Temp Dir: /usr/local/jboss3.2/server/default/tmp 05:01:45,298 INFO [Server] Server Config URL: file:/usr/local/jboss3.2/server/default/conf/ 05:01:45,300 INFO [Server] Server Library URL: file:/usr/local/jboss3.2/server/default/lib/ 05:01:45,302 INFO [Server] Root Deployemnt Filename: jboss-service.xml 05:01:45,397 INFO [Server] Starting General Purpose Architecture (GPA)... 05:01:51,930 INFO [ServerInfo] Java version: 1.3.1,Sun Microsystems Inc. 05:01:51,933 INFO [ServerInfo] Java VM: Classic VM diablo-1.3.1-0,Sun Microsystems Inc. 05:01:51,935 INFO [ServerInfo] OS-System: FreeBSD 4.8-RELEASE,i386 05:01:54,101 INFO [ServiceController] Controller MBean online 05:01:55,834 INFO [MainDeployer] Creating 05:01:56,429 INFO [MainDeployer] Created 05:01:56,441 INFO [MainDeployer] Starting 05:01:56,444 INFO [MainDeployer] Started 05:02:00,246 INFO [JARDeployer] Creating 05:02:00,512 INFO [JARDeployer] Created 05:02:00,521 INFO [JARDeployer] Starting 05:02:00,523 INFO [MainDeployer] Adding deployer: org.jboss.deployment.JARDeployer@2a066278 05:02:00,525 INFO [JARDeployer] Started 05:02:00,991 INFO [SARDeployer] Creating 05:02:01,217 INFO [SARDeployer] Created 05:02:01,221 INFO [SARDeployer] Starting 05:02:01,223 INFO [MainDeployer] Adding deployer: org.jboss.deployment.SARDeployer@2a0ca5ff 05:02:03,210 INFO [SARDeployer] Started 05:02:03,214 INFO [Server] Core system initialized 05:02:03,453 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss3.2/server/default/conf/jboss-service.xml 05:02:03,606 ERROR [Server] Failed to start java.lang.AbstractMethodError: org/jboss/deployment/SubDeployerSupport.accepts at org.jboss.deployment.MainDeployer.findDeployer(MainDeployer.java:881) at org.jboss.deployment.MainDeployer.init(MainDeployer.java:680) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:637) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:597) at java.lang.reflect.Method.invoke(Native Method) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) at $Proxy6.deploy(Unknown Source) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:365) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:272) at org.jboss.Main.boot(Main.java:150) at org.jboss.Main$1.run(Main.java:388) at java.lang.Thread.run(Thread.java:484) java.lang.AbstractMethodError: org/jboss/deployment/SubDeployerSupport.accepts at org.jboss.deployment.MainDeployer.findDeployer(MainDeployer.java:881) at org.jboss.deployment.MainDeployer.init(MainDeployer.java:680) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:637) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:597) at java.lang.reflect.Method.invoke(Native Method) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) at $Proxy6.deploy(Unknown Source) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:365) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:272) at org.jboss.Main.boot(Main.java:150) at org.jboss.Main$1.run(Main.java:388) at java.lang.Thread.run(Thread.java:484) 05:02:03,696 INFO [Server] JBoss SHUTDOWN: Undeploying all packages 05:02:03,699 INFO [MainDeployer] Undeploying file:/usr/local/jboss3.2/server/default/conf/jboss-service.xml 05:02:03,703 ERROR [MainDeployer] Undeployment cleanup failed: file:/usr/local/jboss3.2/server/default/conf/jboss-service.xml java.lang.NullPointerException: at org.jboss.deployment.DeploymentInfo.cleanup(DeploymentInfo.java:328) at org.jboss.deployment.MainDeployer.destroy(MainDeployer.java:565) at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:481) at org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:368) at java.lang.reflect.Method.invoke(Native Method) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549) at org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(ServerImpl.java:808) at org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:783) at org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:771) 05:02:04,780 INFO [MainDeployer] Undeployed 1 deployed packages 05:02:04,781 INFO [Server] Shutting down all services Shutting down 05:02:04,784 INFO [ServiceController] Stopping 3 services 05:02:04,791 INFO [SARDeployer] Stopping 05:02:04,793 INFO [MainDeployer] Removing deployer: org.jboss.deployment.SARDeployer@2a0ca5ff 05:02:04,796 INFO [SARDeployer] Stopped 05:02:04,800 INFO [JARDeployer] Stopping 05:02:04,801 INFO [JARDeployer] Stopped 05:02:04,806 INFO [MainDeployer] Stopping 05:02:04,808 INFO [MainDeployer] Stopped 05:02:04,809 INFO [ServiceController] Stopped 3 services 05:02:04,963 INFO [Server] Shutdown complete Shutdown complete Halting VM --=-olWw8RD57BOgLyk9e9CE--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1063541917.10543.10.camel>