0 Replies Latest reply on Oct 3, 2003 10:33 AM by warren1

    Deployment issues with 4.0D2 default server

    warren1

      I downloaded jboss-4.0.0DR2.zip to my Redhat Linux 9.0 system.
      After expanding it out I did a ./run/sh -c default

      It seems to come up but creates a monster server.log file with lots of exceptions. Are these problems or informational?

      Here is one of the exceptions :

      2003-10-03 09:48:53,085 DEBUG [org.jboss.management.j2ee.MBean] postRegister(), parent: jboss.management.local:J2EEServer=Local,j2e
      eType=ServiceModule,name=jboss-service.xml
      2003-10-03 09:48:53,094 DEBUG [org.jboss.management.j2ee.MBean] Failed to initialze state from: jboss.rmi:type=RMIClassLoader
      java.lang.IllegalArgumentException: Unable to find operation getState()
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:133)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:544)
      at org.jboss.mx.util.JMXInvocationHandler.invoke(JMXInvocationHandler.java:272)
      at $Proxy13.getState(Unknown Source)
      at org.jboss.management.j2ee.MBean.postCreation(MBean.java:156)
      at org.jboss.management.j2ee.J2EEManagedObject.postRegister(J2EEManagedObject.java:250)
      at org.jboss.mx.server.AbstractMBeanInvoker.invokePostRegister(AbstractMBeanInvoker.java:660)
      at org.jboss.mx.modelmbean.ModelMBeanInvoker.postRegister(ModelMBeanInvoker.java:342)
      at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:323)
      at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:72)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:45)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:70)
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:155)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:544)
      at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1056)
      at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:333)
      at org.jboss.management.j2ee.MBean.create(MBean.java:65)
      at org.jboss.management.j2ee.factory.ServiceModuleFactory.create(ServiceModuleFactory.java:53)
      at org.jboss.management.j2ee.LocalJBossServerDomain.handleNotification(LocalJBossServerDomain.java:383)
      at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:138)
      at $Proxy8.handleNotification(Unknown Source)
      at javax.management.NotificationBroadcasterSupport.handleNotification(NotificationBroadcasterSupport.java:98)