Error: Keep alive' schedule task

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
Why I am getting this error message ? I am running my website on local machine in Visual Studio 2.60v



Log level:

Error



Short message:

Error while running the 'Keep alive' schedule task. The remote server returned an error: (404) Not Found.



Full message:

System.Net.WebException: The remote server returned an error: (404) Not Found. at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) at System.Net.WebClient.DownloadString(Uri address) at System.Net.WebClient.DownloadString(String address) at Nop.Services.Common.KeepAliveTask.Execute() in C:\Users\User\Desktop\MySite\Libraries\Nop.Services\Common\KeepAliveTask.cs:line 25 at Nop.Services.Tasks.Task.Execute() in C:\Users\User\Desktop\MySite\Libraries\Nop.Services\Tasks\Task.cs:line 83



IP address:





Customer:





Page URL:

http://www.mydomain.com



Referrer URL:





Created on:

9/11/2012 9:38:07 AM
11 years ago
Keep alive tasks periodically pings the site URL defined in admin area > configuration > general settings > "Store URL". So just ensure that  "Store URL" is set to your real site address (local IP in your case)
10 years ago
With the upgrade to nopCommerce 3.00 this error has returned. Has this setting moved?
10 years ago
I too have this error again on 3.0
10 years ago
To add some more info. The page that it claims is 404 I've checked with Developer tools open to make sure that it's returning 200 and not anything else or doing any 301 or 302 forwarding.

I think that it might be related to having an SSL site as I've marked the site as "forcesslforallpages"
10 years ago
I'm not using SSL and the site is running fine. Do you know what url it is looking for?
10 years ago
Same issue here with version 3.00.
The store URL is set correctly (the site is live and processing orders). It was working fine on ver 2.7 (the last version).
It is set to (http://www.starclover.com)
There are no warnings in the admin section
Anyone know where I might look to fix the code?

TIA
10 years ago
ByronP wrote:
I'm not using SSL and the site is running fine. Do you know what url it is looking for?


Yes, the URL is specified in the error message. Open it up and it will tell you what URL it's using for keep-alive.
10 years ago
I'm also getting this error on 3.00... and the url that shows in the error message is the correct base url for the site.
10 years ago
Same to me after upgrade from 2.8 to 3.0.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.