Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP 500.37 #2

Open
norbertbaum opened this issue Jul 21, 2020 · 2 comments
Open

HTTP 500.37 #2

norbertbaum opened this issue Jul 21, 2020 · 2 comments

Comments

@norbertbaum
Copy link

Nach kurzer Zeit kommt immer ein Fehler 500

HTTP Error 500.37 - ANCM Failed to Start Within Startup Time Limit
Common solutions to this issue:
ANCM failed to start after 120000 milliseconds
Troubleshooting steps:
Check the system event log for error messages
Enable logging the application process' stdout messages
Attach a debugger to the application process and inspect
For more information visit: https://go.microsoft.com/fwlink/?LinkID=2028265

@norbertbaum
Copy link
Author

<Event>
        <System>
            <Provider Name="IIS AspNetCore Module V2"/>
            <EventID>1007</EventID>
            <Level>1</Level>
            <Task>0</Task>
            <Keywords>Keywords</Keywords>
            <TimeCreated SystemTime="2020-07-20T23:59:03Z"/>
            <EventRecordID>1888843</EventRecordID>
            <Channel>Application</Channel>
            <Computer>Azure</Computer>
            <Security/>
        </System>
        <EventData>
            <Data>Application '/LM/W3SVC/xxxx/ROOT/.config' with physical root 'D:\home\SiteExtensions\EasyConfig.SiteExtension\' failed to load coreclr. Exception message:
Managed server didn't initialize after 120000 ms.</Data>
            <Data>Process Id: 1176.</Data>
            <Data>File Version: 13.1.19320.0. Description: IIS ASP.NET Core Module V2 Request Handler. Commit: 2b7e994b8a304700a09617ffc5052f0d943bbcba</Data>
        </EventData>
    </Event>

<Event>
        <System>
            <Provider Name=".NET Runtime"/>
            <EventID>1026</EventID>
            <Level>1</Level>
            <Task>0</Task>
            <Keywords>Keywords</Keywords>
            <TimeCreated SystemTime="2020-07-20T23:59:10Z"/>
            <EventRecordID>1895125</EventRecordID>
            <Channel>Application</Channel>
            <Computer>Azure</Computer>
            <Security/>
        </System>
        <EventData>
            <Data>Application: w3wp.exe
CoreCLR Version: 4.700.19.56402
.NET Core Version: 3.1.0
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component.
   at Microsoft.AspNetCore.Server.IIS.NativeMethods.HttpGetApplicationProperties()
   at Microsoft.AspNetCore.Hosting.WebHostBuilderIISExtensions.UseIIS(IWebHostBuilder hostBuilder)
   at Microsoft.AspNetCore.WebHost.ConfigureWebDefaults(IWebHostBuilder builder)
   at Microsoft.Extensions.Hosting.GenericHostBuilderExtensions.&lt;&gt;c__DisplayClass0_0.&lt;ConfigureWebHostDefaults&gt;b__0(IWebHostBuilder webHostBuilder)
   at Microsoft.Extensions.Hosting.GenericHostWebHostBuilderExtensions.ConfigureWebHost(IHostBuilder builder, Action`1 configure)
   at Microsoft.Extensions.Hosting.GenericHostBuilderExtensions.ConfigureWebHostDefaults(IHostBuilder builder, Action`1 configure)
   at EasyConfig.SiteExtension.Program.CreateHostBuilder(String[] args)
   at EasyConfig.SiteExtension.Program.Main(String[] args)
</Data>
        </EventData>
    </Event>

@kirkone
Copy link
Member

kirkone commented Apr 1, 2022

this should be resolved with the 2.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants