Cannot find License

2 posts / 0 new
Last post
Offline
Last seen: 7 years 5 months ago
Joined: 09/08/2016
Posts: 3
Cannot find License

I have created a C++ Dynamic Library in Netbeans which includes some DDS code within. When I compile the project, grab the .so files and reference them in my other project (JAVA JNI), I get the error:

RTI Data Distribution Service No source for License information
Please contact support@rti.com with any questions or comments.
Exception in publisher_main(): Failed to create DomainParticipant

I'm currently using Ubuntu 16.01 and have added the enviroment variables for both the NDDSHOME and RTI_LICENSE_FILE. I have also tried placing the license file in the project tte and alongside the executable to no avail. I have also tried multiple forum solutions such as: https://community.rti.com/forum-topic/license-issue to no availi

The LICENSE issue only happens when I try to debug the application through NetBeans. When I run the .jar file through the terminal using "java -jar", it runs fine.

 

Fernando Garcia's picture
Offline
Last seen: 4 months 6 days ago
Joined: 05/18/2011
Posts: 199

Hi Moe,

It looks like in the environment in which Netbeans is running your application the RTI_LICENSE_FILE environment variable is unset. Have you tried adding it to your run project like this?

Properties->Actions->Run Project->Set Properties: Add Env.RTI_LICENSE_FILE=/path/to/your/licensefile.dat

Thanks,
Fernando.