dds java.lang.UnsatisfiedLinkError

2 posts / 0 new
Last post
Offline
Last seen: 5 years 8 months ago
Joined: 08/15/2018
Posts: 1
dds java.lang.UnsatisfiedLinkError

java.lang.UnsatisfiedLinkError: com.rti.dds.infrastructure.ByteSeq.pull_bytes_from_nativeI(J)I

    at com.rti.dds.infrastructure.ByteSeq.pull_bytes_from_nativeI(Native Method) ~[nddsjava-5.3.1.jar:?]
    at com.rti.dds.infrastructure.UserDataQosPolicy.pull_from_nativeI(Unknown Source) ~[nddsjava-5.3.1.jar:?]
    at com.rti.dds.domain.DomainParticipantQos.pull_from_nativeI(Unknown Source) ~[nddsjava-5.3.1.jar:?]
    at com.rti.dds.domain.DomainParticipantFactoryImpl.get_participant_qos_from_profile(Unknown Source) ~[nddsjava-5.3.1.jar:?]
    at com.rti.dds.domain.DomainParticipantFactoryImpl.create_participant_with_profile(Unknown Source) ~[nddsjava-5.3.1.jar:?]
 
my environment settings
 
[kenny@ncs05 libs]$ $PATH
bash: /usr/java/latest/bin:/usr/
local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/opt/ndds-current/lib/java:/opt/gradle-current/bin:/opt/puppetlabs/bin:/home/entds.ngisn.com/4j23248/.local/bin:/home/kenny/bin:/opt/ndds-current/lib/java:/opt/gradle-current/bin: No such file or directory
[kenny@ncs05 libs]$ $LD_LIBRARY_PATH
bash: /usr/java/latest/lib/:/opt/ndds-current/lib/x64Linux3gcc4.8.2:/usr/java/latest/lib/:/opt/ndds-current/lib/x64Linux3gcc4.8.2:: No such file or directory
Fernando Garcia's picture
Offline
Last seen: 4 months 3 weeks ago
Joined: 05/18/2011
Posts: 199

Hi,

Could you show us what's under /opt/ndds-current/lib/x64Linux3gcc4.8.2? Also, I noticed your jar file has a name that is different from the one that is distributed along with RTI Connext DDS 5.3.1. Did you rename the file or did you build it from source?

Thansk,
Fernando.