

11:20, EET

February 7, 2017

Dear Sir or Madam,
I’m trying to run a OpcUA Server within a Docker Container.
The internal address is “opc.tcp://172.17.0.2:52520”.
As I want to connect to the container from outside the docker network I have to bind a docker-host port to the container.
Which results in a connection to 192.168.99.100:32782 (docker-host) which is forwarded to 172.17.0.2:52520 (docker-container)
If I try to connect to this address I get a “BadTcpEndpointUrlInvalid” error.
Could you help me to solve this problem?
Kind regards,
Markus Kiesel
13:46, EET

April 17, 2013

Hello,
The problem here comes from the fact that the server runs on port 52520 and the client is connecting to port 32782.
The best solution is to use the same port in both the host and the container.
In addition to being the best solution, this is actually the only solution at the moment. This is a known limitation in the OPC Foundation’s OPC UA Java stack (https://github.com/OPCFoundati…../issues/16) which will hopefully be worked out in the future.
1 Guest(s)
