ADLINK-IST / opensplice

This is the Vortex OpenSplice Community Edition source repository. For our commercial offering see
https://www.adlinktech.com/en/vortex-opensplice-data-distribution-service
Apache License 2.0
259 stars 157 forks source link

Using DDSI2E #89

Closed eelcocramer closed 5 years ago

eelcocramer commented 5 years ago

Hi,

I'm trying to configure and use the DDSI2E networking service but I keep getting the exception:

Exception in thread "main" org.omg.dds.core.DDSException: Unable to connect to domain id = <ANY>.
        The most common causes of this error are an incorrect configuration file or 
        that OpenSpliceDDS is not running (when using shared memory mode). at u_participantNew (u_participant.c:234)

I'm not using the shared memory mode. Is there an example configuration for the DDSI2E networking service? Or does it only work in the shared memory mode?

eelcocramer commented 5 years ago

The error was probably because of a configuration error. Is DDSI2E supported in the community edition?

ThijsSassen commented 5 years ago

@eelcocramer no DDSI2E is a commercial service, the community edition only support DDSI2.

eelcocramer commented 5 years ago

Thanks @ThijsSassen. FYI it seems that I can make a working configuration with DDSI2E. Also the .so file for DDSI2E is present in the community edition download.

ThijsSassen commented 5 years ago

@eelcocramer yes you are correct DDSI2E used to be commercial but its now also available in the community.

eelcocramer commented 5 years ago

Ok, than it makes sense that I can use it.

Whenever I add <Channels> I will get the exception. Without configuring channels everything works fine.