-
-
Save Horusiath/12a2f70b6abe14d0d29b59698fbb31ce to your computer and use it in GitHub Desktop.
linux/mono DotNetty exception
This file contains hidden or 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
Unhandled Exception: | |
System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.Net.Sockets.SocketException: Invalid arguments | |
at System.Net.Sockets.Socket.Bind (System.Net.EndPoint local_end) [0x00036] in <filename unknown>:0 | |
at DotNetty.Transport.Channels.Sockets.TcpServerSocketChannel.DoBind (System.Net.EndPoint localAddress) [0x00000] in <filename unknown>:0 | |
at DotNetty.Transport.Channels.AbstractChannel+AbstractUnsafe.BindAsync (System.Net.EndPoint localAddress) [0x00026] in <filename unknown>:0 | |
--- End of inner exception stack trace --- | |
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 | |
at DotNetty.Transport.Bootstrapping.AbstractBootstrap`2+<DoBindAsync>d__26[TBootstrap,TChannel].MoveNext () [0x000e0] in <filename unknown>:0 | |
--- End of stack trace from previous location where exception was thrown --- | |
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <filename unknown>:0 | |
at DotNettyTest.Server.Program+<RunServerAsync>c__async0.MoveNext () [0x00155] in /home/bartek/dev/dotnetty-test/DotNettyTest/DotNettyTest.Server/Program.cs:48 | |
---> (Inner Exception #0) System.Net.Sockets.SocketException: Invalid arguments | |
at System.Net.Sockets.Socket.Bind (System.Net.EndPoint local_end) [0x00036] in <filename unknown>:0 | |
at DotNetty.Transport.Channels.Sockets.TcpServerSocketChannel.DoBind (System.Net.EndPoint localAddress) [0x00000] in <filename unknown>:0 | |
at DotNetty.Transport.Channels.AbstractChannel+AbstractUnsafe.BindAsync (System.Net.EndPoint localAddress) [0x00026] in <filename unknown>:0 <--- | |
--- End of inner exception stack trace --- | |
at System.Threading.Tasks.Task.ThrowIfExceptional (Boolean includeTaskCanceledExceptions) [0x00014] in <filename unknown>:0 | |
at System.Threading.Tasks.Task.Wait (Int32 millisecondsTimeout, CancellationToken cancellationToken) [0x00052] in <filename unknown>:0 | |
at System.Threading.Tasks.Task.Wait () [0x00000] in <filename unknown>:0 | |
at DotNettyTest.Server.Program.Main () [0x00005] in <filename unknown>:0 | |
---> (Inner Exception #0) System.AggregateException: One or more errors occurred. ---> System.Net.Sockets.SocketException: Invalid arguments | |
at System.Net.Sockets.Socket.Bind (System.Net.EndPoint local_end) [0x00036] in <filename unknown>:0 | |
at DotNetty.Transport.Channels.Sockets.TcpServerSocketChannel.DoBind (System.Net.EndPoint localAddress) [0x00000] in <filename unknown>:0 | |
at DotNetty.Transport.Channels.AbstractChannel+AbstractUnsafe.BindAsync (System.Net.EndPoint localAddress) [0x00026] in <filename unknown>:0 | |
--- End of inner exception stack trace --- | |
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 | |
at DotNetty.Transport.Bootstrapping.AbstractBootstrap`2+<DoBindAsync>d__26[TBootstrap,TChannel].MoveNext () [0x000e0] in <filename unknown>:0 | |
--- End of stack trace from previous location where exception was thrown --- | |
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <filename unknown>:0 | |
at DotNettyTest.Server.Program+<RunServerAsync>c__async0.MoveNext () [0x00155] in /home/bartek/dev/dotnetty-test/DotNettyTest/DotNettyTest.Server/Program.cs:48 | |
---> (Inner Exception #0) System.Net.Sockets.SocketException: Invalid arguments | |
at System.Net.Sockets.Socket.Bind (System.Net.EndPoint local_end) [0x00036] in <filename unknown>:0 | |
at DotNetty.Transport.Channels.Sockets.TcpServerSocketChannel.DoBind (System.Net.EndPoint localAddress) [0x00000] in <filename unknown>:0 | |
at DotNetty.Transport.Channels.AbstractChannel+AbstractUnsafe.BindAsync (System.Net.EndPoint localAddress) [0x00026] in <filename unknown>:0 <--- | |
<--- | |
[ERROR] FATAL UNHANDLED EXCEPTION: System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.Net.Sockets.SocketException: Invalid arguments | |
at System.Net.Sockets.Socket.Bind (System.Net.EndPoint local_end) [0x00036] in <filename unknown>:0 | |
at DotNetty.Transport.Channels.Sockets.TcpServerSocketChannel.DoBind (System.Net.EndPoint localAddress) [0x00000] in <filename unknown>:0 | |
at DotNetty.Transport.Channels.AbstractChannel+AbstractUnsafe.BindAsync (System.Net.EndPoint localAddress) [0x00026] in <filename unknown>:0 | |
--- End of inner exception stack trace --- | |
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 | |
at DotNetty.Transport.Bootstrapping.AbstractBootstrap`2+<DoBindAsync>d__26[TBootstrap,TChannel].MoveNext () [0x000e0] in <filename unknown>:0 | |
--- End of stack trace from previous location where exception was thrown --- | |
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <filename unknown>:0 | |
at DotNettyTest.Server.Program+<RunServerAsync>c__async0.MoveNext () [0x00155] in /home/bartek/dev/dotnetty-test/DotNettyTest/DotNettyTest.Server/Program.cs:48 | |
---> (Inner Exception #0) System.Net.Sockets.SocketException: Invalid arguments | |
at System.Net.Sockets.Socket.Bind (System.Net.EndPoint local_end) [0x00036] in <filename unknown>:0 | |
at DotNetty.Transport.Channels.Sockets.TcpServerSocketChannel.DoBind (System.Net.EndPoint localAddress) [0x00000] in <filename unknown>:0 | |
at DotNetty.Transport.Channels.AbstractChannel+AbstractUnsafe.BindAsync (System.Net.EndPoint localAddress) [0x00026] in <filename unknown>:0 <--- | |
--- End of inner exception stack trace --- | |
at System.Threading.Tasks.Task.ThrowIfExceptional (Boolean includeTaskCanceledExceptions) [0x00014] in <filename unknown>:0 | |
at System.Threading.Tasks.Task.Wait (Int32 millisecondsTimeout, CancellationToken cancellationToken) [0x00052] in <filename unknown>:0 | |
at System.Threading.Tasks.Task.Wait () [0x00000] in <filename unknown>:0 | |
at DotNettyTest.Server.Program.Main () [0x00005] in <filename unknown>:0 | |
---> (Inner Exception #0) System.AggregateException: One or more errors occurred. ---> System.Net.Sockets.SocketException: Invalid arguments | |
at System.Net.Sockets.Socket.Bind (System.Net.EndPoint local_end) [0x00036] in <filename unknown>:0 | |
at DotNetty.Transport.Channels.Sockets.TcpServerSocketChannel.DoBind (System.Net.EndPoint localAddress) [0x00000] in <filename unknown>:0 | |
at DotNetty.Transport.Channels.AbstractChannel+AbstractUnsafe.BindAsync (System.Net.EndPoint localAddress) [0x00026] in <filename unknown>:0 | |
--- End of inner exception stack trace --- | |
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 | |
at DotNetty.Transport.Bootstrapping.AbstractBootstrap`2+<DoBindAsync>d__26[TBootstrap,TChannel].MoveNext () [0x000e0] in <filename unknown>:0 | |
--- End of stack trace from previous location where exception was thrown --- | |
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <filename unknown>:0 | |
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <filename unknown>:0 | |
at DotNettyTest.Server.Program+<RunServerAsync>c__async0.MoveNext () [0x00155] in /home/bartek/dev/dotnetty-test/DotNettyTest/DotNettyTest.Server/Program.cs:48 | |
---> (Inner Exception #0) System.Net.Sockets.SocketException: Invalid arguments | |
at System.Net.Sockets.Socket.Bind (System.Net.EndPoint local_end) [0x00036] in <filename unknown>:0 | |
at DotNetty.Transport.Channels.Sockets.TcpServerSocketChannel.DoBind (System.Net.EndPoint localAddress) [0x00000] in <filename unknown>:0 | |
at DotNetty.Transport.Channels.AbstractChannel+AbstractUnsafe.BindAsync (System.Net.EndPoint localAddress) [0x00026] in <filename unknown>:0 <--- | |
<--- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment