2 Replies Latest reply on Nov 29, 2007 3:51 PM by timfox

    Performance Benchmarking problem

    causezero

      I'm running some performance tests for JBM using the benchmarking framework (http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJMSNewPerformanceBenchmark). For some tests, I get this error:

      [java] 14:34:58,314 WARN [PerformanceTest] job DRAIN JOB failed: java.rmi.ServerError: Error occurred in server thread; nested exception is:
       [java] java.lang.NoClassDefFoundError: org/jboss/aop/Advised


      My classpath indicates that I have jbossall-client.jar in the classpath. That jar contains the Advised class, yet I'm still getting this error. Any ideas on how to resolve this issue?

      Thanks

        • 1. Re: Performance Benchmarking problem
          causezero

          Now I'm getting another NoClassDefFoundError:

          [java] 09:43:40,649 WARN [PerformanceTest] job PING failed: java.rmi.ServerError: Error occurred in server thread; nested exception is: java.lang.NoClassDefFoundError: Could not initialize class org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate
          


          I have ensured that jboss-messaging-client.jar (contains ClientConnectionFactoryDelegate) is being included in the classpath for both the remote RMI executors and the runner jvm's. Any suggestions would be great.

          Thanks

          • 2. Re: Performance Benchmarking problem
            timfox

            You need jboss-aop.jar on your classpath.

            See userguide for exact details of what you need on the client classpath.