Error while running the 'Keep alive' schedule task.

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

(nopcommerce 3.9)

This error appears in my log every 5 minutes. Not sure what the issue is regarding, but we do have an issue with order email confirmation not always sending. Not sure if related.

Any help would be appreciated thanks.

Short message:  
Error while running the 'Keep alive' schedule task. Could not find a part of the path 'c:\windows\system32\inetsrv\extranet.lawnmaster.co.uk\keepalive\index'.

Full message:  
System.Net.WebException: Could not find a part of the path 'c:\windows\system32\inetsrv\extranet.lawnmaster.co.uk\keepalive\index'. ---> System.Net.WebException: Could not find a part of the path 'c:\windows\system32\inetsrv\extranet.lawnmaster.co.uk\keepalive\index'. ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'c:\windows\system32\inetsrv\extranet.lawnmaster.co.uk\keepalive\index'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) at System.Net.FileWebStream..ctor(FileWebRequest request, String path, FileMode mode, FileAccess access, FileShare sharing, Int32 length, Boolean async) at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean asyncHint) --- End of inner exception stack trace --- at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean asyncHint) at System.Net.FileWebRequest.GetResponseCallback(Object state) --- End of inner exception stack trace --- at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) at System.Net.WebClient.DownloadString(Uri address) at Nop.Services.Common.KeepAliveTask.Execute() in C:\Users\rhys.britton\Desktop\nopCommerce_3.90_Source\Libraries\Nop.Services\Common\KeepAliveTask.cs:line 27 at Nop.Services.Tasks.Task.Execute(Boolean throwException, Boolean dispose, Boolean ensureRunOnOneWebFarmInstance) in C:\Users\rhys.britton\Desktop\nopCommerce_3.90_Source\Libraries\Nop.Services\Tasks\Task.cs:line 163
3 years ago
Do you have the store configured correctly Admin > Configuration > Stores >

Do you have the correct HOST values?

E.G, Store name:  "Your Store Name", Store URL: "http://yourstore.co.uk", Host Values: "yourstore.co.uk, www.yourstore.co.uk"

Are you using an SSL, if so, you'll need to configure that too?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.