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)
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.
You need sonic_client_ext.jar included in setenv.sh file.