Howdy pardner!

These here forums are read-only. Click here to go to the new forums, where you can actually post and stuff!

Sorry for the inconvenience

-Andrew

While setting up my server I got an error. Checked logs and found this.

Type: SocketException Source: System Message: Only one usage of each socket address (protocol/network address/port) is normally permitted Target: DoBind Trace: at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Bind(EndPoint localEP)

Anyone know a solution to this fix?

UnknownShadow200 🔧 Fri Feb 8 at 7:09:16 (2019)

You're running the server twice.

SocketException errors can be handled by java exceptions handling, https://errorcode0x.com/error-code-0x80070002/ helped me to overcome these issues.

🛑 This thread has been set to read-only due to inactivity. 🛑