Today, I've been trying to login (only my 2nd day)...and when I click the icon to login, it keeps error'ing out at the point where the client says "Contacting Data Centers"....error as follows:
"An error occurred while communicating with Data Center [Error:3000]"
(Details shows the following)
System.ArgumentNullException: Value cannot be null.
Parameter name: stream
at System.IO.StreamReader..ctor(Stream stream, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)
at System.IO.StreamReader..ctor(Stream stream, Encoding encoding, Boolean detectEncodingFromByteOrderMarks)
at System.Web.Services.Protocols.RequestResponseUtils .ReadResponse(WebResponse response, Stream stream)
at System.Web.Services.Protocols.RequestResponseUtils .CreateResponseExceptionString(WebResponse response, Stream stream)
at System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtoc ol.EndInvoke(IAsyncResult asyncResult)
at com.turbine.launcher.DataCenterService.GLSDatacent erInfoServer.EndGetDatacenters(IAsyncResult asyncResult)
at com.turbine.launcher.Services.DataCenterBrowser.En dGetDatacenters(IAsyncResult ar)
What am I doing wrong?