RTI Perftest Java Execution Error

3 posts / 0 new
Last post
Offline
Last seen: 8 months 2 weeks ago
Joined: 02/15/2019
Posts: 44
RTI Perftest Java Execution Error

Hello!

I am trying to get the perfomance testing working using the Java implementation and I have run into an error that I can't seem to find a fix for. I have managed to compile the code and this has produced the files perftest_java.bat and perftest_java.jar. Upon trying to execute the perftest_java.bat file on my command line I gethe following error:

 

My specifications are:

Windows 10

RTI Connext DDS 5.3.1

VS 2017

Thanks,

Kaleem

 

jmorales's picture
Offline
Last seen: 1 month 5 days ago
Joined: 08/28/2013
Posts: 60

Hi Kaleem,

The problem you are experiencing is due to the fact that you are not executing RTI Perftest from the folder where the perftest_qos_profiles.xml is. We pick most of the QoS from that file.

You have 3 options to solve this:

- Execute RTI Perftest from RTI Perftest home folder
- Execute RTI Perftest using the -qosFile command-line option
- Move the profile to the folder from where you are executing this.

Also, what version of RTI Perftest are you using? I recommend you use the 2.4 release. It should be completely compatible with RTI Connext DDS 5.3.1, and we fixed several bugs and added improvements.

Offline
Last seen: 8 months 2 weeks ago
Joined: 02/15/2019
Posts: 44

Hi Javier,

Thanks to you I have managed to get it working! I really appreciate you taking your time to solve my problem.

 

Thanks,

Kaleem