You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1608722212.953 2020-12-23 12:16:52.953/CET: ERROR [uv.common] Failed initializing discovery server in DiscoveryServer
java.net.BindException: Address already in use (Bind failed)
at java.net.PlainDatagramSocketImpl.bind0(Native Method) ~[?:1.8.0_265]
at java.net.AbstractPlainDatagramSocketImpl.bind(AbstractPlainDatagramSocketImpl.java:93) ~[?:1.8.0_265]
at java.net.DatagramSocket.bind(DatagramSocket.java:392) ~[?:1.8.0_265]
at java.net.MulticastSocket.<init>(MulticastSocket.java:172) ~[?:1.8.0_265]
at java.net.MulticastSocket.<init>(MulticastSocket.java:136) ~[?:1.8.0_265]
at com.ubnt.A.super.oOOO.String.new(Unknown Source) ~[airvision.jar:?]
at com.ubnt.A.super.oOOO.String.run(Unknown Source) [airvision.jar:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
Checking my ports I found that the network controller is also using the 10001 port.
So now I need to either see if I can run video on 10002 or get it to run on a different ip.
Anyone else running into this problem?
The text was updated successfully, but these errors were encountered:
I configured the network controller from (0.0.0.0:)10001 to bind to 192.168.178.8:10001
and tried to set the video controller to 192.168.178.38:10001 in bridge mode but the ip problem returns...
Using it in host mode it tries to bind to ip 192.168.178.8 (or 0.0.0.0, not sure but same result)
At first I found the following:
I've been diving into the issue and found that it looks like it's ignoring the
system_ip
setting:The container is set to
host
error logs:
Checking my ports I found that the network controller is also using the
10001
port.So now I need to either see if I can run video on
10002
or get it to run on a different ip.Anyone else running into this problem?
The text was updated successfully, but these errors were encountered: