I can manually call up the webservice and display a list of pages for review. I can get the header of the dashboard panel to display. However, I cannot get the dashboard to call up the webservice. I get the error below.
System.Net.WebException: Unable to connect
to the remote server ---> System.Net.Sockets.SocketException: A
connection attempt failed because the connected party did not properly
respond after a period of time, or established connection failed because
connected host has failed to respond 63.133.144.113:80
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, Int32
timeout, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetResponse()
at
CogPageReview.Dashboard.PagesDueForReview.RunExpiredContentReport()
If I open the webservice in another tab and refresh the dashboard, the pages for review display.
Unable to connect to the webservice
I can manually call up the webservice and display a list of pages for review. I can get the header of the dashboard panel to display. However, I cannot get the dashboard to call up the webservice. I get the error below.
System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 63.133.144.113:80 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, Int32 timeout, Exception& exception) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at CogPageReview.Dashboard.PagesDueForReview.RunExpiredContentReport()
If I open the webservice in another tab and refresh the dashboard, the pages for review display.
Connie,
that is very strange. You got some kind of firewall or proxy going on ?
Regards
Ismail
I had this problem as well and it seems to be an issue when running the back office under SSL. Hitting the admin without ssl fixes the issue.
is working on a reply...