Corba Event Client ETIMEDOUT

后端 未结 2 408
孤城傲影
孤城傲影 2021-01-27 11:33

I have built a CORBA event service client with omniOrb and Python. I had the same issue with a Java client. I\'m very certain I\'m experiencing the same thing as this post bec

相关标签:
2条回答
  • 2021-01-27 12:11

    I fixed this issue by adding the following line to my firewall script

     ip6tables -A INPUT -i lo -j ACCEPT
    
    0 讨论(0)
  • 2021-01-27 12:12

    I ended up figuring out that since I'm on a different subnet than the server, the ORB as publishing the wrong IP address, and couldn't figure out the route back to my client when an even triggered.

    I ended up changing the config file at /etc/omniORB.cfg and changing the value of the "endPointPublish" property to the IP address on the server's subnet!

    0 讨论(0)
提交回复
热议问题