Created
August 8, 2017 21:44
-
-
Save spectrapulse/3ab79ada54d7feb6f8e538afe4036b8f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Error] --- Begin Exception Data --- | |
[Error] OS: Windows (x86_64/None) | |
[Error] Module: McMyAdminModule, Version: AMP 1.4.8.0 | |
[Error] Instance ID: 2812f2ad-b7f8-4771-bb5f-4a2eb2a12ed4 | |
[Error] [0] (SocketException) : System.Net.Sockets.SocketException (0x80004005): Only one usage of each socket address (protocol/network address/port) is normally permitted | |
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) | |
at System.Net.Sockets.Socket.Bind(EndPoint localEP) | |
at System.Net.Sockets.TcpListener.Start(Int32 backlog) | |
at m.Http.HttpBackend.ConnectionLoop() | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) | |
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) | |
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart() | |
[Error] --- End Exception Data --- | |
Unhandled Exception: System.Net.Sockets.SocketException: Only one usage of each socket address (protocol/network address/port) is normally permitted | |
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) | |
at System.Net.Sockets.Socket.Bind(EndPoint localEP) | |
at System.Net.Sockets.TcpListener.Start(Int32 backlog) | |
at m.Http.HttpBackend.ConnectionLoop() | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) | |
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) | |
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment