Nop4.00 - Crash on Everleap

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Hi. A customer site hosted on Everleap crashed. No entry in NopCommerce help me to understand what caused this.

I asked to Everleap support and they give the response below:

-----------
Your nopCommerce probably crashed with teh following error displayed on your site:   .NET Core 4.6.27019.06 X86 v4.0.0.0 | Microsoft.AspNetCore.Hosting version 2.1.1-rtm-30846 | Microsoft Windows 6.3.9600 | Need help?
This is a known issue with nopCommerce application. Sometimes nopCommerce application hangs and displays this error page. This issue is resolved by restarting the site or recycling the application pool. If you run into this problem again please try restarting your site or recycled application pool in your hosting control panel.
-----------

I don't think that this is a solution ... site has to stay UP ... ever.


Someone can help me to understand and prevent this?

Regards
4 years ago
No One can help me?

Today site stopped again ...
4 years ago
Enable log from web.config file as given below and check error in ~/Logs folder.

<aspNetCore requestTimeout="23:00:00" processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" forwardWindowsAuthToken="false" stdoutLogEnabled="true" stdoutLogFile=".\logs\stdout" startupTimeLimit="3600">
      <environmentVariables />
    </aspNetCore>
4 years ago
mhsjaber wrote:
Enable log from web.config file as given below and check error in ~/Logs folder.

<aspNetCore requestTimeout="23:00:00" processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" forwardWindowsAuthToken="false" stdoutLogEnabled="true" stdoutLogFile=".\logs\stdout" startupTimeLimit="3600">
      <environmentVariables />
    </aspNetCore>


Jaber Kibria Wooow thank you!!!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.