This is one of the errors in the event viewer.
System.TypeInitializationException: The type initializer for 'Avaya.SBCC.WebClient.BusinessLogic.ServiceStatusManager' threw an exception. ---> System.TimeoutException: The request channel timed out attempting to send after 00:01:00. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout. ---> System.TimeoutException: The HTTP request to '
has exceeded the allotted timeout of 00:01:00. The time allotted to this operation may have been a portion of a longer timeout. ---> System.Net.WebException: The operation has timed out
at System.Net.HttpWebRequest.GetRequestStream()
at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()
--- End of inner exception stack trace ---
at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()
at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout)
at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
--- End of inner exception stack trace ---
Server stack trace:
at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
at Avaya.SBCC.Security.UserNamePasswordSecurityChannel.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Avaya.SBCC.WebClient.ServiceAgents.managementService.ManagementService.GetSchemaVersion(GetSchemaVersionRequest request)
at Avaya.SBCC.WebClient.ServiceAgents.managementService.ManagementServiceClient.Avaya.SBCC.WebClient.ServiceAgents.managementService.ManagementService.GetSchemaVersion(GetSchemaVersionRequest request)
at Avaya.SBCC.WebClient.ServiceAgents.managementService.ManagementServiceClient.GetSchemaVersion()
at Avaya.SBCC.WebClient.ServiceAgents.ManagementServiceAgent.GetSchemaVersion()
at Avaya.SBCC.WebClient.BusinessLogic.ManagementServiceManager.GetSchemaVersion()
at Avaya.SBCC.WebClient.BusinessLogic.ServiceStatusManager..cctor()
--- End of inner exception stack trace ---
at Avaya.SBCC.WebClient.BusinessLogic.ServiceStatusManager.get_DatabaseMonitorAlarms()
at Avaya.SBCC.WebClient.FrontEnd.Logon.RenderInitialLogon(Login userLogonControl)
at Avaya.SBCC.WebClient.FrontEnd.Logon.Page_Load(Object sender, EventArgs e)