-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Description
Unhandled Exception:
System.Net.Sockets.SocketException (0x80004005): Operating system sockets do not support ReuseAddress.
If your socket is not intended to bind to the same address and port multiple times remove this option, otherwise you should ignore this exception inside a try catch and check that ReuseAddress is true before binding to the same address and port multiple times.
at System.Net.Sockets.Socket.SetSocketOption (System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, System.Int32 optionValue) [0x0003d] in <affe4060066c42de8cdd6027cdb92b56>:0
at System.Net.Sockets.Socket.SetSocketOption (System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, System.Boolean optionValue) [0x0000e] in <affe4060066c42de8cdd6027cdb92b56>:0
at NetMQ.Core.Utils.Signaler..ctor () [0x0002e] in <f8f8aec48f4a460eb0ff15702f5ff345>:0
at NetMQ.Core.Mailbox..ctor (System.String name) [0x00012] in <f8f8aec48f4a460eb0ff15702f5ff345>:0
at NetMQ.Core.Ctx..ctor () [0x00035] in <f8f8aec48f4a460eb0ff15702f5ff345>:0
at NetMQ.NetMQContext.Create () [0x00000] in <f8f8aec48f4a460eb0ff15702f5ff345>:0
at IfSharp.Kernel.IfSharpKernel..ctor (IfSharp.Kernel.ConnectionInformation connectionInformation) [0x00010] in <573639321b085d3da745038332393657>:0
at IfSharp.Kernel.App.Start (System.String[] args) [0x00068] in <573639321b085d3da745038332393657>:0
at IfSharpConsole.Program.Main (System.String[] args) [0x00014] in <f9ae360469824df8a0dac21608d2a080>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.Net.Sockets.SocketException (0x80004005): Operating system sockets do not support ReuseAddress.
If your socket is not intended to bind to the same address and port multiple times remove this option, otherwise you should ignore this exception inside a try catch and check that ReuseAddress is true before binding to the same address and port multiple times.
at System.Net.Sockets.Socket.SetSocketOption (System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, System.Int32 optionValue) [0x0003d] in <affe4060066c42de8cdd6027cdb92b56>:0
at System.Net.Sockets.Socket.SetSocketOption (System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, System.Boolean optionValue) [0x0000e] in <affe4060066c42de8cdd6027cdb92b56>:0
at NetMQ.Core.Utils.Signaler..ctor () [0x0002e] in <f8f8aec48f4a460eb0ff15702f5ff345>:0
at NetMQ.Core.Mailbox..ctor (System.String name) [0x00012] in <f8f8aec48f4a460eb0ff15702f5ff345>:0
at NetMQ.Core.Ctx..ctor () [0x00035] in <f8f8aec48f4a460eb0ff15702f5ff345>:0
at NetMQ.NetMQContext.Create () [0x00000] in <f8f8aec48f4a460eb0ff15702f5ff345>:0
at IfSharp.Kernel.IfSharpKernel..ctor (IfSharp.Kernel.ConnectionInformation connectionInformation) [0x00010] in <573639321b085d3da745038332393657>:0
at IfSharp.Kernel.App.Start (System.String[] args) [0x00068] in <573639321b085d3da745038332393657>:0
at IfSharpConsole.Program.Main (System.String[] args) [0x00014] in <f9ae360469824df8a0dac21608d2a080>:0
fluiddynamics
Metadata
Metadata
Assignees
Labels
No labels