genivi-ipc@lists.genivi.org

Development list for inter process communication (IPC) related topics

View all threads

Seeking help on multiple vsomeip services configuration. (seeking help on Handling default vsomeipd application)

SV
siddhartha v
Fri, Feb 26, 2021 1:21 PM

Hello,

Description of configuration I work on:
we have multiple services on linux device (VM). Let‘s say:

  1. first service - using vsomeip.json
  2. second service - using server.json
    Here, in the /usr/bin we have both "vsomeipd" and "server" binaries.

Our issue:

When we start the device (VM), the vsomeipd will dominate the server
binary. We are using "VSOMEIP_CONFIGURATION=/etc/vsomeip/Server.json
VSOMEIP_APPLICATION=HM-service /usr/bin/serverbinary" command to run the
server application. but, the server binary is not executing and we will get
below error:

Register Service failed, trying again in 100 milliseconds...
2021-02-25 07:58:03.971380 [info] Default configuration module loaded.
2021-02-25 07:58:03.971414 [info] Initializing vsomeip application "service".
2021-02-25 07:58:03.971433 [error] Routing manager with id 6 already exists.
2021-02-25 07:58:03.971444 [error] Couldn't acquire client identifier
from auto-configuration.
Register Service failed, trying again in 100 milliseconds...
2021-02-25 07:58:04.071978 [info] Default configuration module loaded.
2021-02-25 07:58:04.072179 [info] Initializing vsomeip application "service".
2021-02-25 07:58:04.072297 [error] Routing manager with id 6 already exists.
2021-02-25 07:58:04.072425 [error] Couldn't acquire client identifier
from auto-configuration.
Register Service failed, trying again in 100 milliseconds...

As a workaround, we moved the vsomeipd binary from the /usr/bin to another
directory and then tried to run the server executable then the server
application will run without any disturbance. (Here we are forcefully
stopping vsomeipd from executing)

So here I am not getting how to handle this situation. Is there anything
wrong that I am doing here.How can I handle this vsomeipd issue?

Does anybody faced this, issue? Can anybody help me out in this issue
please.

@GenivivSOMEIPmaintainer https://github.com/GenivivSOMEIPmaintainer any
inputs on this issue please. Any suggestion will help ma a lot. Thanks in
advance.

Regards,
Siddhartha V

--
Thanks and Regards.
Siddhartha V.

Hello, Description of configuration I work on: we have multiple services on linux device (VM). Let‘s say: 1. first service - using vsomeip.json 2. second service - using server.json Here, in the /usr/bin we have both "vsomeipd" and "server" binaries. Our issue: When we start the device (VM), the vsomeipd will dominate the server binary. We are using "VSOMEIP_CONFIGURATION=/etc/vsomeip/Server.json VSOMEIP_APPLICATION=HM-service /usr/bin/serverbinary" command to run the server application. but, the server binary is not executing and we will get below error: Register Service failed, trying again in 100 milliseconds... 2021-02-25 07:58:03.971380 [info] Default configuration module loaded. 2021-02-25 07:58:03.971414 [info] Initializing vsomeip application "service". 2021-02-25 07:58:03.971433 [error] Routing manager with id 6 already exists. 2021-02-25 07:58:03.971444 [error] Couldn't acquire client identifier from auto-configuration. Register Service failed, trying again in 100 milliseconds... 2021-02-25 07:58:04.071978 [info] Default configuration module loaded. 2021-02-25 07:58:04.072179 [info] Initializing vsomeip application "service". 2021-02-25 07:58:04.072297 [error] Routing manager with id 6 already exists. 2021-02-25 07:58:04.072425 [error] Couldn't acquire client identifier from auto-configuration. Register Service failed, trying again in 100 milliseconds... As a workaround, we moved the vsomeipd binary from the /usr/bin to another directory and then tried to run the server executable then the server application will run without any disturbance. (Here we are forcefully stopping vsomeipd from executing) So here I am not getting how to handle this situation. Is there anything wrong that I am doing here.How can I handle this vsomeipd issue? Does anybody faced this, issue? Can anybody help me out in this issue please. @GenivivSOMEIPmaintainer <https://github.com/GenivivSOMEIPmaintainer> any inputs on this issue please. Any suggestion will help ma a lot. Thanks in advance. Regards, Siddhartha V -- Thanks and Regards. Siddhartha V.