Table of Contents |
---|
...
FIX Antenna C++ application can't start with the following error in the engine_*.log
Code Block |
---|
[ERROR] 20210113-17:15:42.912 [140265924573312] [Engine] - License system initialization failure: ::setsockopt(0, 35, ...) failed(). No such device. (Error code = 19) [ERROR] 20210113-17:15:42.912 [140265924573312] [Engine] - FixEngine::init: ::setsockopt(0, 35, ...) failed(). No such device. (Error code = 19) |
...
Network configuration is not expected
Solution
Add a route to the network multicast group 239.192.111.222 via "<network interface>"
Code Block | ||
---|---|---|
| ||
sudo route add -net 239.192.111.222 netmask 255.255.255.255 <network interface> |