Skip to content

Instantly share code, notes, and snippets.

@nmilosev
Created July 11, 2016 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmilosev/7c18f53d4e7184c0ec159390e67625bc to your computer and use it in GitHub Desktop.
Save nmilosev/7c18f53d4e7184c0ec159390e67625bc to your computer and use it in GitHub Desktop.
[nmilosev@toshiba-qosmio-x70-a-12x AlfaEvid]$ dotnet runProject AlfaEvid (.NETFramework,Version=v4.5.1) was previously compiled. Skipping compilation.
info: Microsoft.Extensions.DependencyInjection.DataProtectionServices[0]
User profile is available. Using '/home/nmilosev/.local/share/ASP.NET/DataProtection-Keys' as key repository; keys will not be encrypted at rest.
Unhandled Exception:
System.AggregateException: One or more errors occurred. ---> System.DllNotFoundException: WS2_32.dll
at (wrapper managed-to-native) Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv+NativeMethods:WSAIoctl (intptr,int,int*,uint,int*,int,uint&,intptr,intptr)
at Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv.tcp_bind_windows_extras (Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvTcpHandle handle) <0x40d60be0 + 0x000b3> in <filename unknown>:0
at Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv.tcp_bind (Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvTcpHandle handle, Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.SockAddr& addr, Int32 flags) <0x40d60a40 + 0x0005b> in <filename unknown>:0
at Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvTcpHandle.Bind (Microsoft.AspNetCore.Server.Kestrel.ServerAddress address) <0x40d5e390 + 0x000db> in <filename unknown>:0
at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.TcpListenerPrimary.CreateListenSocket () <0x40d5d8d0 + 0x000a7> in <filename unknown>:0
at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Listener+<>c.<StartAsync>b__6_0 (System.Object state) <0x40d5d6e0 + 0x00096> in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:143
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00047] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:201
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:170
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:142
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:477
at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.ListenerPrimary+<StartAsync>d__11.MoveNext () <0x40d5a7f0 + 0x003ef> in <filename unknown>:0
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional (Boolean includeTaskCanceledExceptions) [0x00014] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:2168
at System.Threading.Tasks.Task.Wait (Int32 millisecondsTimeout, CancellationToken cancellationToken) [0x00052] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:3218
at System.Threading.Tasks.Task.Wait () [0x00000] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:3083
at Microsoft.AspNetCore.Server.Kestrel.Internal.KestrelEngine.CreateServer (Microsoft.AspNetCore.Server.Kestrel.ServerAddress address) <0x40d57d70 + 0x003e3> in <filename unknown>:0
---> (Inner Exception #0) System.DllNotFoundException: WS2_32.dll
at (wrapper managed-to-native) Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv+NativeMethods:WSAIoctl (intptr,int,int*,uint,int*,int,uint&,intptr,intptr)
at Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv.tcp_bind_windows_extras (Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvTcpHandle handle) <0x40d60be0 + 0x000b3> in <filename unknown>:0
at Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv.tcp_bind (Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvTcpHandle handle, Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.SockAddr& addr, Int32 flags) <0x40d60a40 + 0x0005b> in <filename unknown>:0
at Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvTcpHandle.Bind (Microsoft.AspNetCore.Server.Kestrel.ServerAddress address) <0x40d5e390 + 0x000db> in <filename unknown>:0
at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.TcpListenerPrimary.CreateListenSocket () <0x40d5d8d0 + 0x000a7> in <filename unknown>:0
at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Listener+<>c.<StartAsync>b__6_0 (System.Object state) <0x40d5d6e0 + 0x00096> in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:143
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00047] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:201
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:170
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:142
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:477
at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.ListenerPrimary+<StartAsync>d__11.MoveNext () <0x40d5a7f0 + 0x003ef> in <filename unknown>:0 <---
[ERROR] FATAL UNHANDLED EXCEPTION: System.AggregateException: One or more errors occurred. ---> System.DllNotFoundException: WS2_32.dll
at (wrapper managed-to-native) Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv+NativeMethods:WSAIoctl (intptr,int,int*,uint,int*,int,uint&,intptr,intptr)
at Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv.tcp_bind_windows_extras (Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvTcpHandle handle) <0x40d60be0 + 0x000b3> in <filename unknown>:0
at Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv.tcp_bind (Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvTcpHandle handle, Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.SockAddr& addr, Int32 flags) <0x40d60a40 + 0x0005b> in <filename unknown>:0
at Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvTcpHandle.Bind (Microsoft.AspNetCore.Server.Kestrel.ServerAddress address) <0x40d5e390 + 0x000db> in <filename unknown>:0
at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.TcpListenerPrimary.CreateListenSocket () <0x40d5d8d0 + 0x000a7> in <filename unknown>:0
at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Listener+<>c.<StartAsync>b__6_0 (System.Object state) <0x40d5d6e0 + 0x00096> in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:143
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00047] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:201
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:170
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:142
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:477
at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.ListenerPrimary+<StartAsync>d__11.MoveNext () <0x40d5a7f0 + 0x003ef> in <filename unknown>:0
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional (Boolean includeTaskCanceledExceptions) [0x00014] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:2168
at System.Threading.Tasks.Task.Wait (Int32 millisecondsTimeout, CancellationToken cancellationToken) [0x00052] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:3218
at System.Threading.Tasks.Task.Wait () [0x00000] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:3083
at Microsoft.AspNetCore.Server.Kestrel.Internal.KestrelEngine.CreateServer (Microsoft.AspNetCore.Server.Kestrel.ServerAddress address) <0x40d57d70 + 0x003e3> in <filename unknown>:0
---> (Inner Exception #0) System.DllNotFoundException: WS2_32.dll
at (wrapper managed-to-native) Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv+NativeMethods:WSAIoctl (intptr,int,int*,uint,int*,int,uint&,intptr,intptr)
at Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv.tcp_bind_windows_extras (Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvTcpHandle handle) <0x40d60be0 + 0x000b3> in <filename unknown>:0
at Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv.tcp_bind (Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvTcpHandle handle, Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.SockAddr& addr, Int32 flags) <0x40d60a40 + 0x0005b> in <filename unknown>:0
at Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvTcpHandle.Bind (Microsoft.AspNetCore.Server.Kestrel.ServerAddress address) <0x40d5e390 + 0x000db> in <filename unknown>:0
at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.TcpListenerPrimary.CreateListenSocket () <0x40d5d8d0 + 0x000a7> in <filename unknown>:0
at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Listener+<>c.<StartAsync>b__6_0 (System.Object state) <0x40d5d6e0 + 0x00096> in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:143
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00047] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:201
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:170
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:142
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:477
at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.ListenerPrimary+<StartAsync>d__11.MoveNext () <0x40d5a7f0 + 0x003ef> in <filename unknown>:0 <---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment