Hi,
I tried to install with Nginx on Ubuntu but got the following error. Has anyone encountered this error before and found a solution?
root@ns1:~# journalctl -u nopCommerce450.service -e
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Nop.Web.Framework.Infrastructure.NopMvcStartup.Configure(IApplicationBuilder application) in C:\Users\Haldun\Documents\GitLab\out-mzlazer\Presentation\Nop.Web.Frame>
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Nop.Core.Infrastructure.NopEngine.ConfigureRequestPipeline(IApplicationBuilder application) in C:\Users\Haldun\Documents\GitLab\out-mzlazer\Libraries\Nop.Core\Infra>
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Nop.Web.Framework.Infrastructure.Extensions.ApplicationBuilderExtensions.ConfigureRequestPipeline(IApplicationBuilder application) in C:\Users\Haldun\Documents\GitL>
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Nop.Web.Startup.Configure(IApplicationBuilder application) in C:\Users\Haldun\Documents\GitLab\out-mzlazer\Presentation\Nop.Web\Startup.cs:line 58
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Microsoft.AspNetCore.Hosting.ConfigureBuilder.Invoke(Object instance, IApplicationBuilder builder)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Microsoft.AspNetCore.Hosting.ConfigureBuilder.<>c__DisplayClass4_0.<Build>b__0(IApplicationBuilder builder)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.<>c__DisplayClass13_0.<UseStartup>b__2(IApplicationBuilder app)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Microsoft.AspNetCore.Mvc.Filters.MiddlewareFilterBuilderStartupFilter.<>c__DisplayClass0_0.<Configure>g__MiddlewareFilterBuilder|0(IApplicationBuilder builder)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Microsoft.AspNetCore.HostFilteringStartupFilter.<>c__DisplayClass0_0.<Configure>b__0(IApplicationBuilder app)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: Unhandled exception. Autofac.Core.DependencyResolutionException: An exception was thrown while activating Microsoft.AspNetCore.Mvc.Routing.ControllerActionEndpointDataSou>
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: ---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(Microsoft.AspNetCore.Mvc.Infrastructure.IActionDescri>
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: ---> System.PlatformNotSupportedException: System.Windows.Extensions types are not supported on this platform.
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at System.Drawing.ImageConverter..ctor()
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: --- End of inner exception stack trace ---
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters, Object& decoratorTarget)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: --- End of inner exception stack trace ---
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters, Object& decoratorTarget)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Autofac.Core.Resolving.InstanceLookup.<>c__DisplayClass7_0.<Execute>b__0()
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Autofac.Core.Lifetime.LifetimeScope.GetOrCreateAndShare(Guid id, Func`1 creator)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Autofac.Core.Resolving.InstanceLookup.Execute()
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, ResolveRequest request)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Autofac.Core.Resolving.ResolveOperation.ResolveComponent(ResolveRequest request)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Autofac.Core.Resolving.ResolveOperation.Execute(ResolveRequest request)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Autofac.Core.Lifetime.LifetimeScope.ResolveComponent(ResolveRequest request)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Autofac.ResolutionExtensions.TryResolveService(IComponentContext context, Service service, IEnumerable`1 parameters, Object& instance)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Autofac.ResolutionExtensions.ResolveService(IComponentContext context, Service service, IEnumerable`1 parameters)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Autofac.ResolutionExtensions.Resolve(IComponentContext context, Type serviceType, IEnumerable`1 parameters)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Autofac.ResolutionExtensions.Resolve(IComponentContext context, Type serviceType)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Autofac.Extensions.DependencyInjection.AutofacServiceProvider.GetRequiredService(Type serviceType)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Microsoft.AspNetCore.Builder.ControllerEndpointRouteBuilderExtensions.GetOrCreateDataSource(IEndpointRouteBuilder endpoints)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Microsoft.AspNetCore.Builder.ControllerEndpointRouteBuilderExtensions.MapControllerRoute(IEndpointRouteBuilder endpoints, String name, String pattern, Object defaul>
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Nop.Plugin.NopStation.QuickView.Infrastructure.RouteProvider.RegisterRoutes(IEndpointRouteBuilder endpointRouteBuilder)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Nop.Web.Framework.Mvc.Routing.RoutePublisher.RegisterRoutes(IEndpointRouteBuilder endpointRouteBuilder) in C:\Users\Haldun\Documents\GitLab\out-mzlazer\Presentation>
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Nop.Web.Framework.Infrastructure.Extensions.ApplicationBuilderExtensions.<>c.<UseNopEndpoints>b__12_0(IEndpointRouteBuilder endpoints) in C:\Users\Haldun\Documents\>
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Microsoft.AspNetCore.Builder.EndpointRoutingApplicationBuilderExtensions.UseEndpoints(IApplicationBuilder builder, Action`1 configure)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Nop.Web.Framework.Infrastructure.Extensions.ApplicationBuilderExtensions.UseNopEndpoints(IApplicationBuilder application) in C:\Users\Haldun\Documents\GitLab\out-mz>
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Nop.Web.Framework.Infrastructure.NopMvcStartup.Configure(IApplicationBuilder application) in C:\Users\Haldun\Documents\GitLab\out-mzlazer\Presentation\Nop.Web.Frame>
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Nop.Core.Infrastructure.NopEngine.ConfigureRequestPipeline(IApplicationBuilder application) in C:\Users\Haldun\Documents\GitLab\out-mzlazer\Libraries\Nop.Core\Infra>
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Nop.Web.Framework.Infrastructure.Extensions.ApplicationBuilderExtensions.ConfigureRequestPipeline(IApplicationBuilder application) in C:\Users\Haldun\Documents\GitL>
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Nop.Web.Startup.Configure(IApplicationBuilder application) in C:\Users\Haldun\Documents\GitLab\out-mzlazer\Presentation\Nop.Web\Startup.cs:line 58
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Microsoft.AspNetCore.Hosting.ConfigureBuilder.Invoke(Object instance, IApplicationBuilder builder)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Microsoft.AspNetCore.Hosting.ConfigureBuilder.<>c__DisplayClass4_0.<Build>b__0(IApplicationBuilder builder)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.<>c__DisplayClass13_0.<UseStartup>b__2(IApplicationBuilder app)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Microsoft.AspNetCore.Mvc.Filters.MiddlewareFilterBuilderStartupFilter.<>c__DisplayClass0_0.<Configure>g__MiddlewareFilterBuilder|0(IApplicationBuilder builder)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Microsoft.AspNetCore.HostFilteringStartupFilter.<>c__DisplayClass0_0.<Configure>b__0(IApplicationBuilder app)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)
Mar 03 13:40:09 ns1.localhost.com nopCommerce450-example[145374]: at Nop.Web.Program.Main(String[] args) in C:\Users\Haldun\Documents\GitLab\out-mzlazer\Presentation\Nop.Web\Program.cs:line 12
Mar 03 13:40:09 ns1.localhost.com systemd[1]: nopCommerce450.service: Main process exited, code=killed, status=6/ABRT
Mar 03 13:40:09 ns1.localhost.com systemd[1]: nopCommerce450.service: Failed with result 'signal'.