2 Replies Latest reply on Nov 18, 2004 3:07 PM by starksm64

    Error running JBoss 3.2.6 with '-c minimal'

    viecili

      Hi all,
      on my first attempt to run JBoss 3.2.6 with the minimal configuration (-c minimal) and i got java.lang.NoClassDefFoundError: org/jboss/invocation/jrmp/server/JRMPProxyFactoryMBean. So what´s up?

      BTW, what features are not essential in the default configuration?

      Thanks,
      Henrique Viecili

      Bellow is the Stack Trace:
      09:15:41,328 INFO [Server] Starting JBoss (MX MicroKernel)...
      09:15:41,338 INFO [Server] Release ID: JBoss [WonderLand] 3.2.6 (build: CVSTag=JBoss_3_2_6 date=200410140106)
      09:15:41,368 INFO [Server] Home Dir: C:\java\jboss-3.2.6
      09:15:41,368 INFO [Server] Home URL: file:/C:/java/jboss-3.2.6/
      09:15:41,368 INFO [Server] Library URL: file:/C:/java/jboss-3.2.6/lib/
      09:15:41,378 INFO [Server] Patch URL: null
      09:15:41,378 INFO [Server] Server Name: minimal
      09:15:41,378 INFO [Server] Server Home Dir: C:\java\jboss-3.2.6\server\minimal
      09:15:41,378 INFO [Server] Server Home URL: file:/C:/java/jboss-3.2.6/server/minimal/
      09:15:41,378 INFO [Server] Server Data Dir: C:\java\jboss-3.2.6\server\minimal\data
      09:15:41,398 INFO [Server] Server Temp Dir: C:\java\jboss-3.2.6\server\minimal\tmp
      09:15:41,398 INFO [Server] Server Config URL: file:/C:/java/jboss-3.2.6/server/minimal/conf/
      09:15:41,398 INFO [Server] Server Library URL: file:/C:/java/jboss-3.2.6/server/minimal/lib/
      09:15:41,398 INFO [Server] Root Deployment Filename: jboss-service.xml
      09:15:41,408 INFO [Server] Starting General Purpose Architecture (GPA)...
      09:15:42,450 INFO [ServerInfo] Java version: 1.4.2_05,Sun Microsystems Inc.
      09:15:42,450 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.4.2_05-b04,Sun Microsystems Inc.
      09:15:42,450 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
      09:15:43,302 INFO [Server] Core system initialized
      09:15:44,404 ERROR [BasicMBeanRegistry] java.lang.NoClassDefFoundError: org/jboss/invocation/jrmp/server/JRMPProxyFactoryMBean
      java.lang.NoClassDefFoundError: org/jboss/invocation/jrmp/server/JRMPProxyFactoryMBean
      at java.lang.Class.getDeclaredMethods0(Native Method)
      at java.lang.Class.privateGetDeclaredMethods(Class.java:1655)
      at java.lang.Class.getDeclaredMethod(Class.java:1262)
      at org.jboss.mx.server.AbstractMBeanInvoker.setResource(AbstractMBeanInvoker.java:780)
      at org.jboss.mx.modelmbean.ModelMBeanInvoker.setManagedResource(ModelMBeanInvoker.java:173)
      at org.jboss.mx.modelmbean.XMBean.(XMBean.java:160)
      at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:185)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      [...]
      09:15:44,454 WARN [NestedThrowable] Duplicate throwable nesting of same base type: class org.jboss.deployment.DeploymentException is assignable from: class org.jboss.deployment.DeploymentException
      09:15:44,454 ERROR [MainDeployer] could not create deployment: file:/C:/java/jboss-3.2.6/server/minimal/conf/jboss-service.xml
      org.jboss.deployment.DeploymentException: create operation failed for package file:/C:/java/jboss-3.2.6/server/minimal/conf/jboss-service.xml; - nested throwable: (org.jboss.deployment.DeploymentException: - nested throwable: (java.lang.NullPointerException))
      at org.jboss.deployment.SARDeployer.create(SARDeployer.java:227)
      [...]
      Caused by: org.jboss.deployment.DeploymentException: - nested throwable: (java.lang.NullPointerException)
      at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:139)
      at org.jboss.system.ServiceController.install(ServiceController.java:198)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      [...]
      Caused by: java.lang.NullPointerException
      at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:152)
      at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:114)
      ... 35 more
      Failed to boot JBoss:
      org.jboss.deployment.DeploymentException: create operation failed for package file:/C:/java/jboss-3.2.6/server/minimal/conf/jboss-service.xml; - nested throwable: (org.jboss.deployment.DeploymentException: - nested throwable: (java.lang.NullPointerException))
      at org.jboss.deployment.SARDeployer.create(SARDeployer.java:227)
      [...]
      Caused by: org.jboss.deployment.DeploymentException: - nested throwable: (java.lang.NullPointerException)
      at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:139)
      at org.jboss.system.ServiceController.install(ServiceController.java:198)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      [...]
      Caused by: java.lang.NullPointerException
      at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:152)
      at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:114)
      ... 35 more
      09:15:44,684 INFO [Server] JBoss SHUTDOWN: Undeploying all packages
      Shutting down
      Shutdown complete
      Halting VM