Exception creating connection to - nested exception -

Costel

New Member
Installation seems to be fine, but when login to the:8888 and try to stream, I see in the logs, and also on wss connection that I get this error.

"java.rmi.ConnectIOException: Exception creating connection to 10.1.1.149; nested exception is: ↵ java.net.NoRouteToHostException: No route to host (Host unreachable)"

The most awkward fact is that 10.1.1.149 is not an ip present in my network. the machine ip is 10.1.1.11

Some help will be highly appreciated.
 

Costel

New Member
We configured correctly the IP's.
ip =207.244.xx.xx
ip_local =10.1.1.11
207.244.xx.xx is the external one and 10.1.1.11 is internal (server is behind nat).

What is really strange is the fact what we get into the wss:

{
"message":"fail",
"data":[
{
"status":"FAILED",
"info":"java.rmi.ConnectIOException: Exception creating connection to: 10.1.1.149; nested exception is: \n\tjava.net.NoRouteToHostException: No route to host (Host unreachable)",
"apiMethod":"ConnectionStatusEvent"
}
]
}

10.1.1.149 is not configured anywhere and is not even in our network.

Please advise.
Thanks
 
Top