An error occurred while starting the application.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
Hi,

on the server we rent the hosting on there are several nopcommerce sites on, and they all work fine but one which shows this error once a day or once every 2 days. We have to restart the app pool and then it works fine for some time.

An error occurred while starting the application.

.NET Core 4.6.26814.03 X64 v4.0.0.0    |   Microsoft.AspNetCore.Hosting version 2.1.1-rtm-30846    |    Microsoft Windows 10.0.14393    |   Need help?

How can we locate a problem in order to solve it, thanks in advance.
5 years ago
If you're running under IIS, then you can troubleshoot (edit the web.config to enable log file), to get the specific error.

https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/troubleshoot?view=aspnetcore-2.2

Did you do any custom modifications to code?
5 years ago
New York wrote:
If you're running under IIS, then you can troubleshoot (edit the web.config to enable log file), to get the specific error.

https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/troubleshoot?view=aspnetcore-2.2

Did you do any custom modifications to code?


I do not think we have any modification to the code, we have a bought template and few plugins installed and that is it.

I will go through the link you posted and get back here with update.

Thanks
5 years ago
OK I followed the instructions from the link to enable log files and here is the last one before the site reported one more error.

Can you tell what causes the error from this? Thanks

Application startup exception: System.Exception: Plugin 'Seven Spikes Core'. Access to the path 'C:\Inetpub\vhosts\kinetafitness.com\httpdocs\Plugins\bin\SevenSpikes.Nop.Plugins.Core.dll' is denied.
Access to the path 'C:\Inetpub\vhosts\kinetafitness.com\httpdocs\Plugins\bin\SevenSpikes.Nop.Plugins.Core.dll' is denied.
---> System.Exception: Plugin 'Seven Spikes Core'. Access to the path 'C:\Inetpub\vhosts\kinetafitness.com\httpdocs\Plugins\bin\SevenSpikes.Nop.Plugins.Core.dll' is denied. ---> System.UnauthorizedAccessException: Access to the path 'C:\Inetpub\vhosts\kinetafitness.com\httpdocs\Plugins\bin\SevenSpikes.Nop.Plugins.Core.dll' is denied.
   at System.IO.FileSystem.DeleteFile(String fullPath)
   at System.IO.File.Delete(String path)
   at Nop.Core.Plugins.PluginManager.ShadowCopyFile(String pluginFilePath, String shadowCopyPlugFolder) in E:\nopCommerce\sources\src\Libraries\Nop.Core\Plugins\PluginManager.cs:line 302
   at Nop.Core.Plugins.PluginManager.PerformFileDeploy(String plug, ApplicationPartManager applicationPartManager, NopConfig config, String shadowCopyPath) in E:\nopCommerce\sources\src\Libraries\Nop.Core\Plugins\PluginManager.cs:line 214
   at Nop.Core.Plugins.PluginManager.Initialize(ApplicationPartManager applicationPartManager, NopConfig config) in E:\nopCommerce\sources\src\Libraries\Nop.Core\Plugins\PluginManager.cs:line 479
   --- End of inner exception stack trace ---
   at Nop.Core.Plugins.PluginManager.Initialize(ApplicationPartManager applicationPartManager, NopConfig config) in E:\nopCommerce\sources\src\Libraries\Nop.Core\Plugins\PluginManager.cs:line 515
   --- End of inner exception stack trace ---
   at Nop.Core.Plugins.PluginManager.Initialize(ApplicationPartManager applicationPartManager, NopConfig config) in E:\nopCommerce\sources\src\Libraries\Nop.Core\Plugins\PluginManager.cs:line 526
   at Nop.Web.Framework.Infrastructure.Extensions.ServiceCollectionExtensions.ConfigureApplicationServices(IServiceCollection services, IConfiguration configuration) in E:\nopCommerce\sources\src\Presentation\Nop.Web.Framework\Infrastructure\Extensions\ServiceCollectionExtensions.cs:line 58
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.AspNetCore.Hosting.ConventionBasedStartup.ConfigureServices(IServiceCollection services)
   at Microsoft.AspNetCore.Hosting.Internal.WebHost.EnsureApplicationServices()
   at Microsoft.AspNetCore.Hosting.Internal.WebHost.Initialize()
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.AspNetCore.Hosting.Internal.WebHost.BuildApplication()
crit: Microsoft.AspNetCore.Hosting.Internal.WebHost[6]
      Application startup exception
System.Exception: Plugin 'Seven Spikes Core'. Access to the path 'C:\Inetpub\vhosts\kinetafitness.com\httpdocs\Plugins\bin\SevenSpikes.Nop.Plugins.Core.dll' is denied.
Access to the path 'C:\Inetpub\vhosts\kinetafitness.com\httpdocs\Plugins\bin\SevenSpikes.Nop.Plugins.Core.dll' is denied.
---> System.Exception: Plugin 'Seven Spikes Core'. Access to the path 'C:\Inetpub\vhosts\kinetafitness.com\httpdocs\Plugins\bin\SevenSpikes.Nop.Plugins.Core.dll' is denied. ---> System.UnauthorizedAccessException: Access to the path 'C:\Inetpub\vhosts\kinetafitness.com\httpdocs\Plugins\bin\SevenSpikes.Nop.Plugins.Core.dll' is denied.
   at System.IO.FileSystem.DeleteFile(String fullPath)
   at System.IO.File.Delete(String path)
   at Nop.Core.Plugins.PluginManager.ShadowCopyFile(String pluginFilePath, String shadowCopyPlugFolder) in E:\nopCommerce\sources\src\Libraries\Nop.Core\Plugins\PluginManager.cs:line 302
   at Nop.Core.Plugins.PluginManager.PerformFileDeploy(String plug, ApplicationPartManager applicationPartManager, NopConfig config, String shadowCopyPath) in E:\nopCommerce\sources\src\Libraries\Nop.Core\Plugins\PluginManager.cs:line 214
   at Nop.Core.Plugins.PluginManager.Initialize(ApplicationPartManager applicationPartManager, NopConfig config) in E:\nopCommerce\sources\src\Libraries\Nop.Core\Plugins\PluginManager.cs:line 479
   --- End of inner exception stack trace ---
   at Nop.Core.Plugins.PluginManager.Initialize(ApplicationPartManager applicationPartManager, NopConfig config) in E:\nopCommerce\sources\src\Libraries\Nop.Core\Plugins\PluginManager.cs:line 515
   --- End of inner exception stack trace ---
   at Nop.Core.Plugins.PluginManager.Initialize(ApplicationPartManager applicationPartManager, NopConfig config) in E:\nopCommerce\sources\src\Libraries\Nop.Core\Plugins\PluginManager.cs:line 526
   at Nop.Web.Framework.Infrastructure.Extensions.ServiceCollectionExtensions.ConfigureApplicationServices(IServiceCollection services, IConfiguration configuration) in E:\nopCommerce\sources\src\Presentation\Nop.Web.Framework\Infrastructure\Extensions\ServiceCollectionExtensions.cs:line 58
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.AspNetCore.Hosting.ConventionBasedStartup.ConfigureServices(IServiceCollection services)
   at Microsoft.AspNetCore.Hosting.Internal.WebHost.EnsureApplicationServices()
   at Microsoft.AspNetCore.Hosting.Internal.WebHost.Initialize()
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.AspNetCore.Hosting.Internal.WebHost.BuildApplication()
Hosting environment: Production
Content root path: C:\Inetpub\vhosts\kinetafitness.com\httpdocs
Now listening on: http://127.0.0.1:25064
Application started. Press Ctrl+C to shut down.
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/keepalive/index  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 POST http://kinetafitness.com/scheduletask/runtask application/x-www-form-urlencoded 64
fail: Microsoft.AspNetCore.Server.Kestrel[13]
      Connection id "0HLJQPUKMOSEH", Request id "0HLJQPUKMOSEH:00000001": An unhandled exception was thrown by the application.
System.InvalidOperationException: Writing to the response body is invalid for responses with status code 500.
   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ThrowWritingToResponseBodyNotSupported()
   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.WriteAsync(ReadOnlyMemory`1 data, CancellationToken cancellationToken)
   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpResponseStream.WriteAsync(Byte[] buffer, Int32 offset, Int32 count, CancellationToken cancellationToken)
   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpResponseStream.Write(Byte[] buffer, Int32 offset, Int32 count)
   at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
   at System.IO.StreamWriter.Write(String value)
   at Microsoft.AspNetCore.Hosting.Views.ErrorPage.ExecuteAsync()
   at Microsoft.Extensions.RazorViews.BaseView.ExecuteAsync(HttpContext context)
   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 118.4585ms 500
info: Microsoft.AspNetCore.Server.Kestrel[32]
      Connection id "0HLJQPUKMOSEH", Request id "0HLJQPUKMOSEH:00000001": the application completed without reading the entire request body.
fail: Microsoft.AspNetCore.Server.Kestrel[13]
      Connection id "0HLJQPUKMOSEG", Request id "0HLJQPUKMOSEG:00000001": An unhandled exception was thrown by the application.
System.ObjectDisposedException: Cannot write to the response body, the response has completed.
Object name: 'HttpResponseStream'.
   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpResponseStream.ValidateState(CancellationToken cancellationToken)
   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpResponseStream.WriteAsync(Byte[] buffer, Int32 offset, Int32 count, CancellationToken cancellationToken)
   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpResponseStream.Write(Byte[] buffer, Int32 offset, Int32 count)
   at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
   at System.IO.StreamWriter.Dispose(Boolean disposing)
   at Microsoft.Extensions.RazorViews.BaseView.ExecuteAsync(HttpContext context)
   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 207.0128ms 500
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/changelanguage/3?returnurl=%2Fhr%2Fweightlifting-and-bodybuilding%3Fpagenumber%3D11  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 8.8512ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/sandbell-uteg  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.3281ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/pilates  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.2705ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/foam-roller-30  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.2321ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 POST http://kinetafitness.com/hr/RetrieveProductRibbons application/json; charset=UTF-8 73
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.174ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Server.Kestrel[32]
      Connection id "0HLJQPUKMOSEI", Request id "0HLJQPUKMOSEI:00000003": the application completed without reading the entire request body.
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 POST http://kinetafitness.com/hr/RetrieveProductRibbons application/json; charset=UTF-8 273
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.2564ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Server.Kestrel[32]
      Connection id "0HLJQPUKMOSEI", Request id "0HLJQPUKMOSEI:00000004": the application completed without reading the entire request body.
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/en/power-system-rukavice  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.1706ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/akcije-popusti-do-50  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.27ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/izlozbeni-artikli-rasprodaja  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.1591ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/akcije-popusti-do-50  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.1821ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 POST http://kinetafitness.com/hr/RetrieveProductRibbons application/json; charset=UTF-8 192
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.2355ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Server.Kestrel[32]
      Connection id "0HLJQPUKMOSEI", Request id "0HLJQPUKMOSEI:00000009": the application completed without reading the entire request body.
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/akcije-popusti-do-50  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.1817ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.2252ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/images/thumbs/0005141_mini-bands-kineta-par-srednja-i-jaka_190.jpeg  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.1646ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/images/thumbs/0004563_26cm-pilates-loptica_600.jpeg  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.2321ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/ab-mat  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.2598ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 POST http://kinetafitness.com/hr/RetrieveProductRibbons application/json; charset=UTF-8 192
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.183ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Server.Kestrel[32]
      Connection id "0HLJQPUKMOSEI", Request id "0HLJQPUKMOSEI:0000000F": the application completed without reading the entire request body.
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/foam-roller  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.2504ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 POST http://kinetafitness.com/hr/RetrieveProductRibbons application/json; charset=UTF-8 172
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.2926ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Server.Kestrel[32]
      Connection id "0HLJQPUKMOSEI", Request id "0HLJQPUKMOSEI:00000011": the application completed without reading the entire request body.
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/akcije-popusti-do-50  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.1817ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/izlozbeni-artikli-rasprodaja  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.1979ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/svi-proizvodi  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.1651ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/cart  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.1638ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/en/changelanguage/3?returnurl=%2Fen%2Fproducttag%2F38%2Fbu%C4%8Dice  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.2338ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/bundles/yyxbnhewyg49koxzq_mdfkphv42yjcxoj1mo3yvs7y.min.js  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.1698ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/bundles/itzkeagl_imhzvhgntbwnpnseh_m8xyussakeavrvh8.min.css  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.1715ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/svi-proizvodi  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.2257ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/en/changelanguage/2?returnurl=%2Fen%2Ft%2Faboutus  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.2457ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/jednorucni-uteg-10kg  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.2235ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/en/kineta-training-mats  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.1783ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/vijaca-plasticna  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.1864ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.1762ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/lady-fitness-rukavice  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.1954ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/izlozbeni-artikli-rasprodaja  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.2176ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.2116ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/favicon.ico  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.1847ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.2141ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/favicon.ico  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.1992ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.157ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/changelanguage/2?returnurl=%2Fhr%2Fproducttag%2F32%2Fpojas-za-bodibuilding  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.2056ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/bodybuilding  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.2641ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/girje-utezi-bucice-i-sipke  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.1856ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/en/kineta-weightlifting-belt-10-cm  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.2333ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/en/powerbag-sandbag-pro-10-kg  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.1821ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/functional-training-and-general-fitness?pagenumber=6  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.2065ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/content/images/thumbs/0000069_podesiva-prepona.jpeg  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.221ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/zeljezna-girja  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.1988ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/osobni-trening?pagenumber=13  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.2286ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/images/thumbs/0005126_akando-skijaske-naocale-daddy-cool_635.jpeg  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.1954ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/robots.txt  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.1937ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/images/thumbs/0004751_trenazer-za-saku_600.jpeg  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.1629ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/en/sliding-pads  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.2082ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.1783ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.2146ms 500 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      Request starting HTTP/1.1 GET http://kinetafitness.com/hr/prsluk-s-utezima-10-kg-2  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      Request finished in 0.1578ms 500 text/html; charset=utf-8
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.