I have having an issue when I log into the web interface, After I enter the username/pass ncm will sit for about 60sec and then timeout with the following error. I have search the forum and knowledge base but all of the suggestions haven't panned out.
Anyone?
Orion NCM Web Site ErrorSystem.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.ServiceModel.CommunicationObjectFaultedException: The communication object, System.ServiceModel.Security.SecuritySessionClientSettings`1+ClientSecurityDuplexSessionChannel[System.ServiceModel.Channels.IDuplexSessionChannel], cannot be used for communication because it is in the Faulted state. Server stack trace: at System.ServiceModel.Channels.CommunicationObject.ThrowIfFaulted() at System.ServiceModel.Security.SecuritySessionClientSettings`1.ClientSecurityDuplexSessionChannel.TryReceive(TimeSpan timeout, Message& message) at System.ServiceModel.Dispatcher.DuplexChannelBinder.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 SolarWinds.InformationService.Contract2.IInformationService.Query(QueryXmlRequest query) at SolarWinds.InformationService.Contract2.InfoServiceProxy.Query(QueryXmlRequest query) in C:\Projects\InformationService\Current\Dev\Main\Platform\InformationService\Src\InformationService\Contract\InfoServiceProxy.cs:line 205 at SolarWinds.InformationService.InformationServiceClient.InformationServiceCommand.ExecuteReader(CommandBehavior behavior) in C:\Projects\InformationService\Current\Dev\Main\Platform\InformationService\Src\InformationService\Contract\InformationServiceClient\InformationServiceCommand.cs:line 177 at SolarWinds.InformationService.InformationServiceClient.InformationServiceCommand.ExecuteDbDataReader(CommandBehavior behavior) in C:\Projects\InformationService\Current\Dev\Main\Platform\InformationService\Src\InformationService\Contract\InformationServiceClient\InformationServiceCommand.cs:line 136 at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at SolarWinds.Cirrus.IS.Client.CirrusInfoProxy.Query(String SwqlStatement) in C:\Projects\NCM\Current\Dev\Main\Cirrus\Apps\InformationService\SolarWinds.Cirrus.IS.Client\CirrusInfoProxy.cs:line 76 at SolarWinds.Cirrus.WebCore.Resources.GeneralChartResource.GetSource(String SWQL) in C:\Projects\NCM\Current\Dev\Main\Cirrus\Web\Core\SolarWinds.Cirrus.WebCore.Resources\GeneralChartResource.cs:line 564 at SolarWinds.Cirrus.WebResources.DevicesBackedUpStatus.GetSource(String SWQL) in C:\Projects\NCM\Current\Dev\Main\Cirrus\Web\Resources\SolarWinds.Cirrus.WebResources\DevicesBackedUpStatus\DevicesBackedUpStatus.cs:line 42 at SolarWinds.Cirrus.WebCore.Resources.GeneralChartResource.BuildPieChartDataSources() in C:\Projects\NCM\Current\Dev\Main\Cirrus\Web\Core\SolarWinds.Cirrus.WebCore.Resources\GeneralChartResource.cs:line 183 at SolarWinds.Cirrus.WebCore.Resources.GeneralChartResource.BuildDataSources() in C:\Projects\NCM\Current\Dev\Main\Cirrus\Web\Core\SolarWinds.Cirrus.WebCore.Resources\GeneralChartResource.cs:line 146 at SolarWinds.Cirrus.WebCore.Resources.GeneralChartResource.RenderChart() in C:\Projects\NCM\Current\Dev\Main\Cirrus\Web\Core\SolarWinds.Cirrus.WebCore.Resources\GeneralChartResource.cs:line 321 at SolarWinds.Cirrus.WebCore.Resources.GeneralChartResource.OnLoad(EventArgs e) in C:\Projects\NCM\Current\Dev\Main\Cirrus\Web\Core\SolarWinds.Cirrus.WebCore.Resources\GeneralChartResource.cs:line 117 at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace --- at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.viewlayout_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)