Aspnetcore: Server Hangs on OS X, RC1, HelloMvc

Created on 19 Nov 2015  Â·  24Comments  Â·  Source: dotnet/aspnetcore

On El Capitan using the following Dot Net Env:

1.0.0-rc1-final    mono                    linux/osx mono

I checked out this sample:
https://github.com/aspnet/Home/tree/dev/samples/1.0.0-rc1-final/HelloMvc

Then, using 1.0.0-rc1-final mono, I ran:

dnu restore
dnu build
DNX_TRACE=1
dnx web

When navigating to http://localhost:5004 I get the following output, and the server just hangs indefinitely

joshuapearce@ZOSIMA:~/Dev/coreclr/aspnet/Home/samples/1.0.0-rc1-final/HelloMvc$ dnx web      
Hosting environment: Production
Now listening on: http://*:5004
Application started. Press Ctrl+C to shut down.
info: Microsoft.AspNet.Hosting.Internal.HostingEngine[1]
      Request starting HTTP/1.1 GET http://localhost:5004/  
info: Microsoft.AspNet.Mvc.Controllers.ControllerActionInvoker[1]
      Executing action method MvcSample.Web.HomeController.Index with arguments () - ModelState is Valid'

All 24 comments

FYI: HelloWeb works for me, HelloMvc hangs.

What version of mono?

Here is the full info:

joshuapearce@ZOSIMA:~$ brew info mono
mono: stable 4.2.0.179 (bottled)
Cross platform, open source .NET development framework
http://www.mono-project.com/
Conflicts with: czmq, disco, xsd
/usr/local/Cellar/mono/4.2.0.179 (1062 files, 205M) *
  Poured from bottle
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/mono.rb
==> Dependencies
Build: automake ✘, autoconf ✘, pkg-config ✘
==> Options
--without-fsharp
    Build without support for the F# language.
==> Caveats
To use the assemblies from other formulae you need to set:
  export MONO_GAC_PREFIX="/usr/local"
Note that the 'mono' formula now includes F#. If you have
the 'fsharp' formula installed, remove it with 'brew uninstall fsharp'.
joshuapearce@ZOSIMA:~$ 
joshuapearce@ZOSIMA:~/Dev/coreclr/aspnet/Home/samples/1.0.0-rc1-final/HelloMvc$ dnvm list

Active              Version Runtime Architecture OperatingSystem Alias
------              ------- ------- ------------ --------------- -----
            1.0.0-rc1-final coreclr          x64          darwin coreclr
     *      1.0.0-rc1-final    mono                    linux/osx mono
            1.0.0-rc2-16177    mono                    linux/osx mono2

joshuapearce@ZOSIMA:~/Dev/coreclr/aspnet/Home/samples/1.0.0-rc1-final/HelloMvc$ dnu restore
Microsoft .NET Development Utility Mono-x64-1.0.0-rc1-16202

  CACHE https://nuget.org/api/v2/
  CACHE https://www.myget.org/F/aspnetrc1/api/v2/
Restoring packages for /Users/joshuapearce/Dev/coreclr/aspnet/Home/samples/1.0.0-rc1-final/HelloMvc/project.json
Writing lock file /Users/joshuapearce/Dev/coreclr/aspnet/Home/samples/1.0.0-rc1-final/HelloMvc/project.lock.json
Restore complete, 12031ms elapsed

NuGet Config files used:
    /Users/joshuapearce/Dev/coreclr/aspnet/Home/samples/1.0.0-rc1-final/nuget.config
    /Users/joshuapearce/Dev/coreclr/aspnet/Home/samples/1.0.0-rc1-final/HelloMvc/nuget.config

Feeds used:
    https://nuget.org/api/v2/
    https://www.myget.org/F/aspnetrc1/api/v2/
joshuapearce@ZOSIMA:~/Dev/coreclr/aspnet/Home/samples/1.0.0-rc1-final/HelloMvc$ dnx web
Hosting environment: Production
Now listening on: http://*:5004
Application started. Press Ctrl+C to shut down.
info: Microsoft.AspNet.Hosting.Internal.HostingEngine[1]
      Request starting HTTP/1.1 GET http://localhost:5004/  
info: Microsoft.AspNet.Mvc.Controllers.ControllerActionInvoker[1]
      Executing action method MvcSample.Web.HomeController.Index with arguments () - ModelState is Valid'

Does CoreCLR hang?

Using Mono, Ctrl-C will not kill the process started with dmx web. Is there a way to get more diagnostics?
Why would I use CoreCLR? HelloMVC is not supposed to work with CoreCLR.

HelloWeb works with CoreCLR and does not hang.

Same on Ubuntu 14.04 with mono:

Mono JIT compiler version 4.2.1 (Stable 4.2.1.102/6dd2d0d Thu Nov 12 09:52:44 UTC 2015)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
        TLS:           __thread
        SIGSEGV:       altstack
        Notifications: epoll
        Architecture:  amd64
        Disabled:      none
        Misc:          softdebug
        LLVM:          supported, not enabled.
        GC:            sgen

Does the problem reproduce when using a current stable Mono build, preferably 4.0.5.1?

Does CoreCLR hang?

uname -a

Linux aspnet-vnext 3.19.0-31-generic #36~14.04.1-Ubuntu SMP Thu Oct 8 10:21:08 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

lsb_release -a

No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 14.04.3 LTS
Release:        14.04
Codename:       trusty

dpkg -l |grep libuv

ii  libuv                                                       1.4.2

dnvm list

Active Version              Runtime Architecture OperatingSystem Alias
------ -------              ------- ------------ --------------- -----
  *    1.0.0-rc1-final      coreclr x64          linux           coreclr
       1.0.0-rc1-final      mono                 linux/osx       default

DNX_TRACE=1
dnx web

Loaded module: dnx.coreclr.so
Found export: CallApplicationMain
Information: [DomainManager] Using CoreCLR
Information: [LoaderContainer]: Load name=Microsoft.Dnx.ApplicationHost, Culture=neutral, PublicKeyToken=null
Information: [PathBasedAssemblyLoader]: Loaded name=Microsoft.Dnx.ApplicationHost, Culture=neutral, PublicKeyToken=null in 19ms
Information: [Bootstrapper] Runtime Framework: DNXCore,Version=v5.0
Information: [LoaderContainer]: Load name=Microsoft.Dnx.Runtime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PathBasedAssemblyLoader]: Loaded name=Microsoft.Dnx.Runtime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.Dnx.Compilation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PathBasedAssemblyLoader]: Loaded name=Microsoft.Dnx.Compilation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.Dnx.Compilation.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PathBasedAssemblyLoader]: Loaded name=Microsoft.Dnx.Compilation.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=System.Threading.Thread, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.Threading.Thread, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [ApplicationHostContext] Using Lock File Target: DNXCore,Version=v5.0/ubuntu.14.04-x64
Information: [DefaultHost]: Project path: /opt/home/samples/1.0.0-rc1-final/HelloMvc
Information: [DefaultHost]: Project root: /opt/home/samples/1.0.0-rc1-final/HelloMvc
Information: [DefaultHost]: Project configuration: Debug
Information: [DefaultHost]: Packages path: /root/.dnx/packages
Information: [Breadcrumbs] Breadcrumbs for servicing will not be written because the breadcrumbs folder () does not exist.
Information: [LoaderContainer]: Load name=System.Threading.ThreadPool, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.Threading.ThreadPool, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Server.Kestrel, Culture=neutral, PublicKeyToken=null
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Server.Kestrel, Culture=neutral, PublicKeyToken=null in 3ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Hosting, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Hosting, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.Extensions.Configuration, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.Extensions.Configuration, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.Extensions.Configuration.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.Extensions.Configuration.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.Extensions.Configuration.CommandLine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.Extensions.Configuration.CommandLine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.Extensions.Configuration.Json, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.Extensions.Configuration.Json, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.Extensions.Configuration.EnvironmentVariables, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.Extensions.Configuration.EnvironmentVariables, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Hosting.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Hosting.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.Extensions.DependencyInjection.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.Extensions.DependencyInjection.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Http.Features, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Http.Features, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Hosting.Server.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Hosting.Server.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.Extensions.Primitives, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.Extensions.Primitives, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.Extensions.Configuration.FileExtensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.Extensions.Configuration.FileExtensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.FileProviders.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.FileProviders.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.Extensions.Logging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.Extensions.Logging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.Extensions.Logging.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.Extensions.Logging.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.Extensions.DependencyInjection, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.Extensions.DependencyInjection, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Http.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Http.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Http, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Http, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=System.Diagnostics.DiagnosticSource, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PackageAssemblyLoader]: Loaded name=System.Diagnostics.DiagnosticSource, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load name=System.Linq.Expressions, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.Linq.Expressions, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load name=System.Reflection.TypeExtensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.Reflection.TypeExtensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.FileProviders.Physical, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.FileProviders.Physical, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=System.IO.FileSystem.Watcher, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.IO.FileSystem.Watcher, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load name=HelloMvc, Culture=neutral, PublicKeyToken=null
Warning: [ApplicationHostContext] Lock File Target is Runtime-agnostic! This is generally not good.
Information: [ApplicationHostContext] Using Lock File Target: DNXCore,Version=v5.0/
Information: [LibraryExporter]: ExportProject(HelloMvc, , DNXCore,Version=v5.0, Debug)
Warning: [ApplicationHostContext] Lock File Target is Runtime-agnostic! This is generally not good.
Information: [ApplicationHostContext] Using Lock File Target: DNXCore,Version=v5.0/
Information: [LoaderContainer]: Load name=Microsoft.Dnx.Compilation.CSharp, Culture=neutral, PublicKeyToken=null
Information: [PathBasedAssemblyLoader]: Loaded name=Microsoft.Dnx.Compilation.CSharp, Culture=neutral, PublicKeyToken=null in 0ms
Information: [LoaderContainer]: Load name=Microsoft.CodeAnalysis, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Information: [PathBasedAssemblyLoader]: Loaded name=Microsoft.CodeAnalysis, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 in 2ms
Information: [LoaderContainer]: Load name=System.Collections.Immutable, Version=1.1.37.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.Collections.Immutable, Version=1.1.37.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LibraryExporter]: GetProjectReference(Microsoft.Dnx.Compilation.CSharp.RoslynProjectCompiler, HelloMvc, DNXCore,Version=v5.0, )
Information: [LoaderContainer]: Load name=Microsoft.Dnx.Compilation.CSharp.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PathBasedAssemblyLoader]: Loaded name=Microsoft.Dnx.Compilation.CSharp.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LibraryExporter]: Resolving references for 'HelloMvc'
Information: [LibraryExporter]: Resolved 133 references for 'HelloMvc' in 94ms
Information: [LoaderContainer]: Load name=Microsoft.Dnx.Compilation.CSharp.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PathBasedAssemblyLoader]: Loaded name=Microsoft.Dnx.Compilation.CSharp.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.CodeAnalysis.CSharp, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Information: [PathBasedAssemblyLoader]: Loaded name=Microsoft.CodeAnalysis.CSharp, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 in 4ms
Information: [LoaderContainer]: Load name=System.Reflection.Metadata, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.Reflection.Metadata, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [RoslynCompiler]: Compiling 'HelloMvc'
Information: [LoaderContainer]: Load name=System.Security.Cryptography.Algorithms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.Security.Cryptography.Algorithms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load name=System.Security.Cryptography.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.Security.Cryptography.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load unmanaged library name=System.Security.Cryptography.Native
Information: [LoaderContainer]: Load unmanaged library name=System.Security.Cryptography.Native
Information: [LoaderContainer]: Load unmanaged library name=System.Security.Cryptography.Native
Information: [LoaderContainer]: Load unmanaged library name=System.Security.Cryptography.Native
Information: [LoaderContainer]: Load unmanaged library name=System.Security.Cryptography.Native
Information: [LoaderContainer]: Load unmanaged library name=System.Security.Cryptography.Native
Information: [LoaderContainer]: Load unmanaged library name=System.Security.Cryptography.Native
Information: [LoaderContainer]: Load unmanaged library name=System.Security.Cryptography.Native
Information: [LoaderContainer]: Load unmanaged library name=System.Security.Cryptography.Native
Information: [LoaderContainer]: Load name=System.Dynamic.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.Dynamic.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load unmanaged library name=api-ms-win-core-file-l1-2-0.dll
Information: [RoslynCompiler]: Compiled 'HelloMvc' in 1290ms
Information: [CompilationContext]: Generating resources for HelloMvc
Information: [CompilationContext]: Generated resources for HelloMvc in 5ms
Information: [RoslynProjectReference]: Emitting assembly for HelloMvc
Information: [LoaderContainer]: Load name=System.Threading.Tasks.Parallel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.Threading.Tasks.Parallel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load name=System.Xml.XDocument, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.Xml.XDocument, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load name=System.Xml.ReaderWriter, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.Xml.ReaderWriter, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [RoslynProjectReference]: Emitted HelloMvc in 2855ms
Information: [ProjectAssemblyLoader]: Loaded name=HelloMvc, Culture=neutral, PublicKeyToken=null in 4622ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Mvc, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Mvc, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Mvc.Core, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Mvc.Core, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Mvc.ApiExplorer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Mvc.ApiExplorer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Mvc.ViewFeatures, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Mvc.ViewFeatures, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Mvc.Razor, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Mvc.Razor, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Razor.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Razor.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Mvc.DataAnnotations, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Mvc.DataAnnotations, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Mvc.Formatters.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Mvc.Formatters.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Mvc.Cors, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Mvc.Cors, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.Extensions.OptionsModel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.Extensions.OptionsModel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Mvc.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Mvc.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Routing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Routing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.Extensions.MemoryPool, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.Extensions.MemoryPool, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Authorization, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Authorization, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.DataProtection, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.DataProtection, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Antiforgery, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Antiforgery, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.Extensions.WebEncoders, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.Extensions.WebEncoders, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Cryptography.Internal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Cryptography.Internal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.DataProtection.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.DataProtection.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load unmanaged library name=api-ms-win-core-libraryloader-l1-1-0.dll
Information: [LoaderContainer]: Load name=Microsoft.Extensions.WebEncoders.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.Extensions.WebEncoders.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Mvc.Razor.Host, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Mvc.Razor.Host, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Razor, Version=4.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Razor, Version=4.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.Extensions.Caching.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.Extensions.Caching.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.Extensions.Caching.Memory, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.Extensions.Caching.Memory, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Cors, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Cors, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=System.Numerics.Vectors, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PackageAssemblyLoader]: Loaded name=System.Numerics.Vectors, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load name=Microsoft.Extensions.Logging.Console, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.Extensions.Logging.Console, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.IISPlatformHandler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.IISPlatformHandler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Diagnostics, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Diagnostics, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=System.Reflection.Emit.ILGeneration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.Reflection.Emit.ILGeneration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load name=System.Reflection.Emit.Lightweight, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.Reflection.Emit.Lightweight, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load unmanaged library name=libc
Information: [LoaderContainer]: Load unmanaged library name=libuv
Information: [LoaderContainer]: Load unmanaged library name=libuv
Information: [LoaderContainer]: Load unmanaged library name=libuv
Information: [LoaderContainer]: Load unmanaged library name=libuv
Information: [LoaderContainer]: Load unmanaged library name=libuv
Information: [LoaderContainer]: Load unmanaged library name=libuv
Information: [LoaderContainer]: Load name=System.Net.Primitives, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.Net.Primitives, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load unmanaged library name=libuv
Information: [LoaderContainer]: Load unmanaged library name=libuv
Information: [LoaderContainer]: Load name=Microsoft.Win32.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=Microsoft.Win32.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load unmanaged library name=System.Native
Information: [LoaderContainer]: Load unmanaged library name=System.Native
Information: [LoaderContainer]: Load unmanaged library name=libuv
Information: [LoaderContainer]: Load unmanaged library name=libuv
Information: [LoaderContainer]: Load unmanaged library name=libuv
Information: [LoaderContainer]: Load unmanaged library name=libuv
Information: [LoaderContainer]: Load unmanaged library name=libuv
Information: [LoaderContainer]: Load unmanaged library name=libuv
Hosting environment: Production
Now listening on: http://*:5004
Application started. Press Ctrl+C to shut down.
Information: [LoaderContainer]: Load name=System.ObjectModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.ObjectModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load unmanaged library name=libuv
Information: [LoaderContainer]: Load unmanaged library name=libuv
Information: [LoaderContainer]: Load name=System.Threading.Timer, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.Threading.Timer, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load name=System.Security.Claims, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.Security.Claims, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load name=System.Security.Cryptography.X509Certificates, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.Security.Cryptography.X509Certificates, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load name=System.Globalization.Extensions, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.Globalization.Extensions, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load unmanaged library name=System.Globalization.Native
info: Microsoft.AspNet.Hosting.Internal.HostingEngine[1]
      Request starting HTTP/1.1 GET http://192.168.254.182:80/
Information: [LoaderContainer]: Load name=System.Security.Principal.Windows, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.Security.Principal.Windows, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load name=System.Security.Principal, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.Security.Principal, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Http.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Http.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.Net.Http.Headers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.Net.Http.Headers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.Extensions.Localization.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.Extensions.Localization.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed
Information: [PackageAssemblyLoader]: Loaded name=Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed in 1ms
Information: [LoaderContainer]: Load name=System.Runtime.Serialization.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.Runtime.Serialization.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [ApplicationHostContext] Using Lock File Target: DNXCore,Version=v5.0/ubuntu.14.04-x64
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Mvc.Abstractions.resources, Version=6.0.0.0, Culture=ru-RU, PublicKeyToken=adb9793829ddae60
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Mvc.Abstractions.resources, Version=6.0.0.0, Culture=ru, PublicKeyToken=adb9793829ddae60
Information: [LoaderContainer]: Load name=Microsoft.AspNet.WebUtilities, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.WebUtilities, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
info: Microsoft.AspNet.Mvc.Controllers.ControllerActionInvoker[1]
      Executing action method MvcSample.Web.HomeController.Index with arguments () - ModelState is Valid'
Information: [LoaderContainer]: Load name=System.ComponentModel.Annotations, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PackageAssemblyLoader]: Loaded name=System.ComponentModel.Annotations, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load name=System.Text.RegularExpressions, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.Text.RegularExpressions, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load unmanaged library name=libc
Information: [LoaderContainer]: Load unmanaged library name=System.Native
Information: [LoaderContainer]: Load unmanaged library name=libc
Information: [LoaderContainer]: Load unmanaged library name=System.Native
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Mvc.Razor.Host.resources, Version=6.0.0.0, Culture=ru-RU, PublicKeyToken=adb9793829ddae60
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Mvc.Razor.Host.resources, Version=6.0.0.0, Culture=ru, PublicKeyToken=adb9793829ddae60
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Razor.resources, Version=4.0.0.0, Culture=ru-RU, PublicKeyToken=adb9793829ddae60
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Razor.resources, Version=4.0.0.0, Culture=ru, PublicKeyToken=adb9793829ddae60
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Html.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.Html.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.PageExecutionInstrumentation.Interfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
Information: [PackageAssemblyLoader]: Loaded name=Microsoft.AspNet.PageExecutionInstrumentation.Interfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 in 0ms
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Razor.Runtime.resources, Version=4.0.0.0, Culture=ru-RU, PublicKeyToken=adb9793829ddae60
Information: [LoaderContainer]: Load name=Microsoft.AspNet.Razor.Runtime.resources, Version=4.0.0.0, Culture=ru, PublicKeyToken=adb9793829ddae60
Warning: [ApplicationHostContext] Lock File Target is Runtime-agnostic! This is generally not good.
Information: [ApplicationHostContext] Using Lock File Target: DNXCore,Version=v5.0/
Information: [LibraryExporter]: ExportProject(HelloMvc, , DNXCore,Version=v5.0, Debug)
info: Microsoft.AspNet.Mvc.ViewFeatures.ViewResultExecutor[1]
      Executing ViewResult, running view at path /Views/Home/Index.cshtml.
Information: [LoaderContainer]: Load name=Microsoft.Win32.Registry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=Microsoft.Win32.Registry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
info: Microsoft.Extensions.DependencyInjection.DataProtectionServices[0]
      User profile is available. Using '/root/.aspnet/DataProtection-Keys' as key repository; keys will not be encrypted at rest.
Information: [LoaderContainer]: Load unmanaged library name=System.Security.Cryptography.Native
Information: [LoaderContainer]: Load name=Microsoft.CSharp, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=Microsoft.CSharp, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load name=Microsoft.CSharp.resources, Version=4.0.1.0, Culture=ru-RU, PublicKeyToken=b03f5f7f11d50a3a
Information: [LoaderContainer]: Load name=Microsoft.CSharp.resources, Version=4.0.1.0, Culture=ru, PublicKeyToken=b03f5f7f11d50a3a
Information: [LoaderContainer]: Load name=System.Reflection.Emit, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Information: [PathBasedAssemblyLoader]: Loaded name=System.Reflection.Emit, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in 0ms
Information: [LoaderContainer]: Load unmanaged library name=libuv
Information: [LoaderContainer]: Load unmanaged library name=libuv
info: Microsoft.AspNet.Mvc.Infrastructure.MvcRouteHandler[2]
      Executed action MvcSample.Web.HomeController.Index in 0.4224ms
info: Microsoft.AspNet.Hosting.Internal.HostingEngine[2]
      Request finished in 0,4616ms 200 text/html; charset=utf-8

Same problem

Example: https://aspnet5demoapp.herokuapp.com/api/values
Status code 200, but: "CAUTION: request is not finished yet!"
Response time ~ 1min
Source code: https://github.com/jincod/AspNet5DemoApp

+1 have same problem when trying to send request from one api project (api gateway) to another api project (service). Please advice.

I have the same problem using Mono 4.2.1. It hangs after outputting this line:

info: Microsoft.AspNet.Mvc.Controllers.ControllerActionInvoker[1]
      Executing action method MvcSample.Web.HomeController.Index with arguments () - ModelState is Valid'

With Mono 4.0.5.1, kestrel handles the request without any problems.

I had the same problem. Downgrading to Mono 4.0.5 fixes this. Wrote about it too: http://www.shrayas.com/asp-net-5-npgsql-linux-mono-4-2.html

There are some regressions in Mono builds, 4.0.5.1 seems to work fine in general.

:+1: Agree with @muratg. 4.0.5.1 worked for me too.

I get the same issue on the 4.2.1 release (explicit/6dd2d0d Fri Nov 6 12:25:19 EST 2015)

Using Mono 4.2.2, try this:
export MONO_THREADS_PER_CPU=2000
Also on FreeBSD this helps:
export MONO_MANAGED_WATCHER=yes

@sec That worked for me - thanks. Built on OSX, run on Ubuntu 15.10, unless I do "export MONO_THREADS_PER_CPU=2000", it just hangs. Am on Mono 4.2.1.

Not work for me.

System.ExecutionEngineException: Couldn't create thread

P.S.: App deployed on heroku.

Thanks @sec It worked for me

I'm having the same issue as @jincod on Heroku.

@Eilon Can we close this bug? It seems to attract "me too" posts without being sure they are 100% related to the bug that was opened 6 months ago with no new updates from the original poster.

I suggest that people who have similar issue would need to reopen a new bug with their own repro steps.

/cc @davidfowl

If we do close this bug, can we update the documentation to mention this regression? It seems that using Mono 4.0.5.1 is the best solution, but without documenting this other duplicate issues may be created.

@nicolasmccurdy What documentation? We don't have first class mono support anywhere AFAIK

Most people that I've helped with settings up an ASP.NET Core application on a Mac or Linux included the removal of Mono as the runtime and using the CoreCLR runtime.

Was this page helpful?
0 / 5 - 0 ratings