How to move my published code into deployement even if a version is changed.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
1 year ago
ranjith1995 wrote:


This is the error msg iam getting after i changed "stdoutEnabled=true" in web.config file.
I got a .txt file in "Log-->stdout.xxxxx_15580.log" I got this file.
After this what should i do could please tell me how to host my source code.


"Log-->stdout.xxxxx_15580.log.txt" open the file and share here the error log.
1 year ago
HI

info: System.Net.Http.HttpClient.default.LogicalHandler[100]
      Start processing HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.LogicalHandler[100]
      Start processing HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.LogicalHandler[100]
      Start processing HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.LogicalHandler[100]
      Start processing HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.ClientHandler[100]
      Sending HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.ClientHandler[100]
      Sending HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.ClientHandler[100]
      Sending HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.ClientHandler[100]
      Sending HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: Microsoft.Hosting.Lifetime[0]
      Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
      Hosting environment: Development
info: Microsoft.Hosting.Lifetime[0]
      Content root path: E:\Nop_New\NopCommerce4.6\src\Presentation\Nop.Web
info: System.Net.Http.HttpClient.default.LogicalHandler[100]
      Start processing HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.ClientHandler[100]
      Sending HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.LogicalHandler[100]
      Start processing HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.ClientHandler[100]
      Sending HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
      Request starting HTTP/2 GET https://localhost:44369/ - -
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
      Executing endpoint 'Nop.Web.Controllers.HomeController.Index (Nop.Web)'
info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[102]
      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: System.Net.Http.HttpClient.default.ClientHandler[101]
      Received HTTP response headers after 3438.267ms - 500
info: System.Net.Http.HttpClient.default.LogicalHandler[101]
      End processing HTTP request after 3499.4931ms - 500
info: System.Net.Http.HttpClient.default.ClientHandler[101]
      Received HTTP response headers after 3521.1395ms - 500
info: System.Net.Http.HttpClient.default.LogicalHandler[101]
      End processing HTTP request after 3590.1601ms - 500
info: System.Net.Http.HttpClient.default.ClientHandler[101]
      Received HTTP response headers after 2515.9362ms - 500
info: System.Net.Http.HttpClient.default.LogicalHandler[101]
      End processing HTTP request after 2531.7095ms - 500
info: System.Net.Http.HttpClient.default.ClientHandler[101]
      Received HTTP response headers after 3594.7897ms - 500
info: System.Net.Http.HttpClient.default.ClientHandler[101]
      Received HTTP response headers after 3616.8381ms - 500
info: System.Net.Http.HttpClient.default.ClientHandler[101]
      Received HTTP response headers after 3115.4429ms - 500
info: System.Net.Http.HttpClient.default.LogicalHandler[101]
      End processing HTTP request after 3680.0135ms - 500
info: System.Net.Http.HttpClient.default.LogicalHandler[101]
      End processing HTTP request after 3682.3323ms - 500
info: System.Net.Http.HttpClient.default.LogicalHandler[101]
      End processing HTTP request after 3130.5528ms - 500
info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[101]
      Executing action method Nop.Web.Controllers.HomeController.Index (Nop.Web) - Validation state: Valid
info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[103]
      Executed action method Nop.Web.Controllers.HomeController.Index (Nop.Web), returned result Microsoft.AspNetCore.Mvc.ViewResult in 1.4019ms.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[1]
      Executing ViewResult, running view Index.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[4]
      Executed ViewResult - view Index executed in 15273.0991ms.
info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[105]
      Executed action Nop.Web.Controllers.HomeController.Index (Nop.Web) in 16273.1469ms
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
      Executed endpoint 'Nop.Web.Controllers.HomeController.Index (Nop.Web)'
warn: Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware[3]
      Unable to configure browser refresh script injection on the response. Consider manually adding '<script src="/_framework/aspnetcore-browser-refresh.js"></script>' to the body of the page.
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
      Request finished HTTP/2 GET https://localhost:44369/ - - - 200 - text/html;+charset=utf-8 17491.6352ms
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
      Request starting HTTP/2 GET https://localhost:44369/Themes/DefaultClean/Content/images/shopping-bag.png - -
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
      Request starting HTTP/2 GET https://localhost:44369/Themes/DefaultClean/Content/images/rating1.png - -
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
      Request starting HTTP/2 GET https://localhost:44369/Plugins/Widgets.NivoSlider/Content/nivoslider/themes/custom/loading.gif - -
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      Sending file. Request path: '/Themes/DefaultClean/Content/images/shopping-bag.png'. Physical path: 'E:\Nop_New\NopCommerce4.6\src\Presentation\Nop.Web\Themes\DefaultClean\Content\images\shopping-bag.png'
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      Sending file. Request path: '/Plugins/Widgets.NivoSlider/Content/nivoslider/themes/custom/loading.gif'. Physical path: 'E:\Nop_New\NopCommerce4.6\src\Presentation\Nop.Web\Plugins\Widgets.NivoSlider\Content\nivoslider\themes\custom\loading.gif'
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      Sending file. Request path: '/Themes/DefaultClean/Content/images/rating1.png'. Physical path: 'E:\Nop_New\NopCommerce4.6\src\Presentation\Nop.Web\Themes\DefaultClean\Content\images\rating1.png'
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
      Request finished HTTP/2 GET https://localhost:44369/Themes/DefaultClean/Content/images/shopping-bag.png - - - 0 276 image/png 81.4613ms
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
      Request finished HTTP/2 GET https://localhost:44369/Plugins/Widgets.NivoSlider/Content/nivoslider/themes/custom/loading.gif - - - 0 1588 image/gif 81.4897ms
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
      Request finished HTTP/2 GET https://localhost:44369/Themes/DefaultClean/Content/images/rating1.png - - - 0 453 image/png 81.5016ms
info: System.Net.Http.HttpClient.default.LogicalHandler[100]
      Start processing HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.ClientHandler[100]
      Sending HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.ClientHandler[101]
      Received HTTP response headers after 104.6356ms - 500
info: System.Net.Http.HttpClient.default.LogicalHandler[101]
      End processing HTTP request after 125.4951ms - 500
info: System.Net.Http.HttpClient.default.LogicalHandler[100]
      Start processing HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.ClientHandler[100]
      Sending HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.ClientHandler[101]
      Received HT
1 year ago
HI
Please give me a solution for this one iam still facing the same issue.
1 year ago
ranjith1995 wrote:
http://ibleecommerce.com
https://localhost:44369/

There does not look to be an error above ?
But I am wondering why I am seeing localhost:44369 above when you say you are running production ?

Setting up a system for hosting is complex as is Diagnosing system issues
It is often the case that neither can be easily explained on the forum

You might have to check the Windows Event Logs and see what is in there
See https://www.selectsystems.com.au/checking-for-errors-on-a-new-installation-of-nopcommerce
1 year ago
ranjith1995 wrote:
HI

info: System.Net.Http.HttpClient.default.LogicalHandler[100]
      Start processing HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.LogicalHandler[100]
      Start processing HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.LogicalHandler[100]
      Start processing HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.LogicalHandler[100]
      Start processing HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.ClientHandler[100]
      Sending HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.ClientHandler[100]
      Sending HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.ClientHandler[100]
      Sending HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.ClientHandler[100]
      Sending HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: Microsoft.Hosting.Lifetime[0]
      Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
      Hosting environment: Development
info: Microsoft.Hosting.Lifetime[0]
      Content root path: E:\Nop_New\NopCommerce4.6\src\Presentation\Nop.Web
info: System.Net.Http.HttpClient.default.LogicalHandler[100]
      Start processing HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.ClientHandler[100]
      Sending HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.LogicalHandler[100]
      Start processing HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.ClientHandler[100]
      Sending HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
      Request starting HTTP/2 GET https://localhost:44369/ - -
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
      Executing endpoint 'Nop.Web.Controllers.HomeController.Index (Nop.Web)'
info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[102]
      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: System.Net.Http.HttpClient.default.ClientHandler[101]
      Received HTTP response headers after 3438.267ms - 500
info: System.Net.Http.HttpClient.default.LogicalHandler[101]
      End processing HTTP request after 3499.4931ms - 500
info: System.Net.Http.HttpClient.default.ClientHandler[101]
      Received HTTP response headers after 3521.1395ms - 500
info: System.Net.Http.HttpClient.default.LogicalHandler[101]
      End processing HTTP request after 3590.1601ms - 500
info: System.Net.Http.HttpClient.default.ClientHandler[101]
      Received HTTP response headers after 2515.9362ms - 500
info: System.Net.Http.HttpClient.default.LogicalHandler[101]
      End processing HTTP request after 2531.7095ms - 500
info: System.Net.Http.HttpClient.default.ClientHandler[101]
      Received HTTP response headers after 3594.7897ms - 500
info: System.Net.Http.HttpClient.default.ClientHandler[101]
      Received HTTP response headers after 3616.8381ms - 500
info: System.Net.Http.HttpClient.default.ClientHandler[101]
      Received HTTP response headers after 3115.4429ms - 500
info: System.Net.Http.HttpClient.default.LogicalHandler[101]
      End processing HTTP request after 3680.0135ms - 500
info: System.Net.Http.HttpClient.default.LogicalHandler[101]
      End processing HTTP request after 3682.3323ms - 500
info: System.Net.Http.HttpClient.default.LogicalHandler[101]
      End processing HTTP request after 3130.5528ms - 500
info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[101]
      Executing action method Nop.Web.Controllers.HomeController.Index (Nop.Web) - Validation state: Valid
info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[103]
      Executed action method Nop.Web.Controllers.HomeController.Index (Nop.Web), returned result Microsoft.AspNetCore.Mvc.ViewResult in 1.4019ms.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[1]
      Executing ViewResult, running view Index.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[4]
      Executed ViewResult - view Index executed in 15273.0991ms.
info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[105]
      Executed action Nop.Web.Controllers.HomeController.Index (Nop.Web) in 16273.1469ms
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
      Executed endpoint 'Nop.Web.Controllers.HomeController.Index (Nop.Web)'
warn: Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware[3]
      Unable to configure browser refresh script injection on the response. Consider manually adding '<script src="/_framework/aspnetcore-browser-refresh.js"></script>' to the body of the page.
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
      Request finished HTTP/2 GET https://localhost:44369/ - - - 200 - text/html;+charset=utf-8 17491.6352ms
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
      Request starting HTTP/2 GET https://localhost:44369/Themes/DefaultClean/Content/images/shopping-bag.png - -
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
      Request starting HTTP/2 GET https://localhost:44369/Themes/DefaultClean/Content/images/rating1.png - -
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
      Request starting HTTP/2 GET https://localhost:44369/Plugins/Widgets.NivoSlider/Content/nivoslider/themes/custom/loading.gif - -
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      Sending file. Request path: '/Themes/DefaultClean/Content/images/shopping-bag.png'. Physical path: 'E:\Nop_New\NopCommerce4.6\src\Presentation\Nop.Web\Themes\DefaultClean\Content\images\shopping-bag.png'
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      Sending file. Request path: '/Plugins/Widgets.NivoSlider/Content/nivoslider/themes/custom/loading.gif'. Physical path: 'E:\Nop_New\NopCommerce4.6\src\Presentation\Nop.Web\Plugins\Widgets.NivoSlider\Content\nivoslider\themes\custom\loading.gif'
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      Sending file. Request path: '/Themes/DefaultClean/Content/images/rating1.png'. Physical path: 'E:\Nop_New\NopCommerce4.6\src\Presentation\Nop.Web\Themes\DefaultClean\Content\images\rating1.png'
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
      Request finished HTTP/2 GET https://localhost:44369/Themes/DefaultClean/Content/images/shopping-bag.png - - - 0 276 image/png 81.4613ms
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
      Request finished HTTP/2 GET https://localhost:44369/Plugins/Widgets.NivoSlider/Content/nivoslider/themes/custom/loading.gif - - - 0 1588 image/gif 81.4897ms
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
      Request finished HTTP/2 GET https://localhost:44369/Themes/DefaultClean/Content/images/rating1.png - - - 0 453 image/png 81.5016ms
info: System.Net.Http.HttpClient.default.LogicalHandler[100]
      Start processing HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.ClientHandler[100]
      Sending HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.ClientHandler[101]
      Received HTTP response headers after 104.6356ms - 500
info: System.Net.Http.HttpClient.default.LogicalHandler[101]
      End processing HTTP request after 125.4951ms - 500
info: System.Net.Http.HttpClient.default.LogicalHandler[100]
      Start processing HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.ClientHandler[100]
      Sending HTTP request POST http://ibleecommerce.com/scheduletask/runtask
info: System.Net.Http.HttpClient.default.ClientHandler[101]
      Received HT


I think you are getting errors due to your changes.
1 year ago
Use SQL to check:
a) your store URL
SELECT [Id] ,[Name] ,[Url] ,[Hosts] ,[SslEnabled]
  FROM [Store]

The URL should be  either (depending on if your using SSL)
   http://ibleecommerce.com/
or
   https://ibleecommerce.com/

b) your log for errors
SELECT top 20 *
  FROM [Log]
ORDER BY Id DESC
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.