1 Reply Latest reply on Feb 25, 2003 4:47 PM by adrian.brock

    JBoss 3.2.0 RC2 Error on startup

    slv1512

      When I start the JBoss server (3.2.0 RC2), it seems to start up alright. But the following error message in the server.log file that is throwing me off:

      2003-02-25 12:56:14,897 DEBUG [org.jboss.util.property.jmx.SystemPropertyClassValue] Error loading class org.jboss.system.JBossRMIClassLoader property java.rmi.server.RMIClassLoaderSpi not set.
      java.lang.NoClassDefFoundError: java/rmi/server/RMIClassLoaderSpi

      Can anyone shed light on this ?

      Thanks
      -Sri

        • 1. Re: JBoss 3.2.0 RC2 Error on startup

          It is a DEBUG message.

          It says the RMIClassLoader couldn't be installed,
          this is because you on jdk1.3

          We have to change the RMIClassLoader in jdk1.4
          otherwise Sun's RMIClassLoader caches classes
          and breaks hot deployment.

          Regards,
          Adrian