1 Reply Latest reply on Feb 12, 2003 12:01 PM by wingba

    RMIAdaptorImpl NoClassDefFoundError

    wingba

      I have installed jboss-3.0.6_tomcat-4.1.18 on a Sun Sparc 5.8 UNIX system. After I unzipped the install file, I set JAVA_HOME (tried both J2SE 1.3.1 & 1.4.1) and JBOSS_HOME and then I did a run.sh to start the default server.

      I received this error message:
      12:40:44,370 ERROR [MainDeployer] could not start deployment: file:/endeca/jboss-3.0.6_tomcat-
      4.1.18/server/default/deploy/jmx-rmi-adaptor.sar/
      java.lang.NoClassDefFoundError: org/jboss/jmx/adaptor/rmi/RMIAdaptorImpl
      at org.jboss.jmx.adaptor.rmi.RMIAdaptorService.startService(RMIAdaptorService.java:117
      )
      at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:165)
      ......

      I found another RMIAdapter.class file in the jbossall-client.jar and used that one and everything started correctly.

      The size/date of the one that doesn't seem to work is: 2861 Jan 26 01:59

      The one that works is: 2863 Jan 26 00:37

      This same problem was repeated in the all server. For now I will use the RMIAdapter.class from the client jar. Please let me know if this is correct or if you think I have a different problem.

      Thanks,
      Bernie