Nopcommerce 4.3 - Blank page after success installation: Unhandled exception. System.OperationCanceledException: The operation was canceled.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 года назад
Hello,

After installing NopCommerce 4.3 the site returns blank page,  and after enabling stdLogs, i have the following error:

info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]

      Executing endpoint 'Nop.Web.Controllers.HomeController.Index (Nop.Web)'

info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]

      Route matched with {action = "Index", controller = "Home", area = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Index() on controller Nop.Web.Controllers.HomeController (Nop.Web).

info: Microsoft.Hosting.Lifetime[0]

      Application is shutting down...

Unhandled exception. System.OperationCanceledException: The operation was canceled.
   at System.Threading.CancellationToken.ThrowOperationCanceledException()
   at System.Threading.CancellationToken.ThrowIfCancellationRequested()
   at Microsoft.Extensions.Hosting.Internal.Host.StopAsync(CancellationToken cancellationToken)
   at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.WaitForShutdownAsync(IHost host, CancellationToken token)
   at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
   at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
   at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)
   at Nop.Web.Program.Main(String[] args) in [PATH_TO]\nopCommerce_4.30_Source\Presentation\Nop.Web\Program.cs:line 11


I could not figure out what the error could be.
The application is hosted on a webserver,  built on win-x86

Thanks in advance for response.
4 года назад
Hello,

The problem was from the hosting provider.
the was configured to have 256 MB application pool, and it was not enough, so the app pool was stopped forcedly by the provider.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.