Error while running the 'Keep alive' schedule task in v3.8

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hi People! Bundled my site on iis8, started normal, after a while, the log fulls with such message:

Error while running the 'Keep alive' schedule task. Unable to connect to the remote server
  
System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full 208.43.225.131:443 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception) --- End of inner exception stack trace --- 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() at Nop.Services.Tasks.Task.Execute(Boolean throwException, Boolean dispose, Boolean ensureRunOnOneWebFarmInstance)

Can you pls help me on this issue? Tks a lot.

6 years ago
Hey,

Could you check warnings? is there anything?
6 years ago
In addition to the ratio of money to weight, the others are normal
6 years ago
Hi,

It happening when you store url and your website url are mismatch.

So please check your store configuration.

Thanks
6 years ago
Is there a problem with my IIS configuration and store url?
6 years ago
In store URL, you have https ..this value should be without the 's'
It's okay to leave with the 's' ONLY if you also in Configuration have set to "Force SSL for all site pages"

You have no Secure URL in store settings...this should be https://www.rchfly.com

You also have no HOST values defined:  should be  rchfly.com, www.rchfly.com

In your site bindings in IIS, you do not have the domain name in the https record.
It should be like this:
http    www.rchfly.com   80    208.43.225.131
http    rchfly.com       80    208.43.225.131
https   www.rchfly.com   443   208.43.225.131
6 years ago
embryo wrote:
In store URL, you have https ..this value should be without the 's'
It's okay to leave with the 's' ONLY if you also in Configuration have set to "Force SSL for all site pages"

You have no Secure URL in store settings...this should be https://www.rchfly.com

You also have no HOST values defined:  should be  rchfly.com, www.rchfly.com

In your site bindings in IIS, you do not have the domain name in the https record.
It should be like this:
http    www.rchfly.com   80    208.43.225.131
http    rchfly.com       80    208.43.225.131
https   www.rchfly.com   443   208.43.225.131


I changed it, or there was a mistake



ERROR:
System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full 208.43.225.131:80
6 years ago
Running netstat showing  opening a lot of ports. Netstat saying that,
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.