Error running perftest on Kubuntu 15.10

4 posts / 0 new
Last post
Offline
Last seen: 7 years 6 months ago
Joined: 08/23/2016
Posts: 10
Error running perftest on Kubuntu 15.10

Hi,

I am trying to run perftest utility on my Kubuntu 15.10 x64 followign guide on rtiperftest.5.2.4/doc/

when I run  ./perftest_cpp I get these errors

ampu@ampu:~/RTI/Downloads/rtiperftest.5.2.4/bin/x64Linux3gcc4.8.2/Release$ ./perftest_cpp
Using unkeyed Data.
DDS_QosProvider_load_profiles_from_url_groupI:ERROR: opening profiles group files 'perftest.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
DDS_QosProvider_load_profiles_from_url_groupI:ERROR: opening profiles group files 'perftest.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
DDS_DomainParticipantFactory_reload_profiles:ERROR: loading profiles
Problem opening QOS profiles file perftest.xml.
Test ended.

 

can anybody help me?

Thank you.



Offline
Last seen: 2 months 2 weeks ago
Joined: 02/11/2016
Posts: 144

Hey,

I suspect your perftest.xml is malformed, can you print it out (or perhaps have a look at it, possibly using some editor that supports xml tags well / is XSD aware)?

Thank you,

Roy.

Offline
Last seen: 7 years 6 months ago
Joined: 08/23/2016
Posts: 10

Hi kickR,

I have checked the xml file with xsd and it seems well formed.

Any idea?

Thank you.

 

Offline
Last seen: 7 years 6 months ago
Joined: 08/23/2016
Posts: 10

Hi,

I have solved by executing perftest_cpp thereby

ampu@ampu:~/RTI/Downloads/rtiperftest.5.2.4$ ./bin/x64Linux3gcc4.8.2/Release/perftest_cpp

It has been a newbie mistake...

Thank you everybody!