Need help with the test harness

Posted by Admin on 14-Jun-2010 11:05

I am having an issue with the test harness.  I am getting the following error.  Can someone help.

-bash-3.00$ ./samples/scripts/run_sub.sh
Run subscriber using existing properties file:
Exception in thread "main" java.lang.NoClassDefFoundError: progress/message/jclient/mp/ConnectionFactory
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:164)
        at com.progress.perf.harness.TestParams.parse(TestParams.java:294)
        at TestHarness.main(TestHarness.java:289)

All Replies

Posted by Bill Wood on 14-Jun-2010 17:04

What version of the product, and what was your install?  (I heard the "JMS client" install in 8.0 does not install mfcontext.jar which defines this --- but I am only guessing that this might be your problem.)   This looks like a simple missing of the relevant jar files in your classpath.

Posted by skulkarn on 15-Jun-2010 12:23

You need sonic_client_ext.jar included in setenv.sh file.

This thread is closed