Error when trying to run Perftest-java

3 posts / 0 new
Last post
wly
Offline
Last seen: 3 years 10 months ago
Joined: 04/29/2020
Posts: 12
Error when trying to run Perftest-java

The error message:  

DDS_QosProvider_load_profiles_from_url_groupI:ERROR: opening profiles group files 'perftest_qos_profiles.xml'
DDS_QosProvider_load_profiles_from_url_sequenceI:ERROR: loading profiles
DDS_QosProvider_load_profiles_from_policyI:ERROR: loading profiles
DDS_QosProvider_load_profilesI:ERROR: loading profiles
DDS_DomainParticipantFactory_load_profilesI:!load profiles

Keywords:
Offline
Last seen: 1 month 1 week ago
Joined: 09/23/2018
Posts: 62

Perftest looks for the perftest_qos_profiles.xml in the current working directory.  

pwd:

/home/gary/rtiperftest

ls  *.xml
    perftest_qos_profiles.xml

~/rtiperftest/bin/x64Linux4gcc7.3.0/release/perftest_java

For details, take a look at the RTI Perftest User Manual:   Section 4  Execution 

 

 

wly
Offline
Last seen: 3 years 10 months ago
Joined: 04/29/2020
Posts: 12

I just ran, thanks