Solarwinds Orion Web Site Logon Time Out
daniel.lewis2 Sep 1, 2008 9:08 PMI am running Solarwinds Orion NPM v9 Service Pack 2. With 8.5 and up I have had a problem logging into the web site. The error below is received everytime I try to logon. Does a solution exist that corrects this problem? Also had the second error.
Orion Website Error
An error has occurred with the Orion website.
Additional Information
System.Web.HttpException: Request timed out.
OrionWeb.log reads the following below......
2008-09-01 22:53:25,828 [6] ERROR ClassicSiteProxy - Exception requesting http://192.168.1.36/NetPerfMon/AsyncResource.asp?ResourceID=86&NetObject=&Width=300&ViewID=10.
System.Threading.ThreadAbortException: Thread was being aborted.
at System.Net.UnsafeNclNativeMethods.OSSOCK.recv(IntPtr socketHandle, Byte* pinnedBuffer, Int32 len, SocketFlags socketFlags)
at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, SocketError& errorCode)
at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead)
at System.Net.ConnectStream.ProcessWriteCallDone(ConnectionReturnResult returnResult)
at System.Net.HttpWebRequest.WriteCallDone(ConnectStream stream, ConnectionReturnResult returnResult)
at System.Net.ConnectStream.CallDone(ConnectionReturnResult returnResult)
at System.Net.ConnectStream.CloseInternal(Boolean internalCall, Boolean aborting)
at System.Net.ConnectStream.System.Net.ICloseEx.CloseEx(CloseExState closeState)
at System.Net.ConnectStream.CloseInternal(Boolean internalCall)
at System.Net.HttpWebRequest.EndWriteHeaders_Part2()
at System.Net.HttpWebRequest.EndWriteHeaders(Boolean async)
at System.Net.HttpWebRequest.WriteHeadersCallback(WebExceptionStatus errorStatus, ConnectStream stream, Boolean async)
at System.Net.ConnectStream.WriteHeaders(Boolean async)
at System.Net.HttpWebRequest.EndSubmitRequest()
at System.Net.HttpWebRequest.SetRequestSubmitDone(ConnectStream submitStream)
at System.Net.Connection.CompleteStartRequest(Boolean onSubmitThread, HttpWebRequest request, TriState needReConnect)
at System.Net.Connection.SubmitRequest(HttpWebRequest request)
at System.Net.ServicePoint.SubmitRequest(HttpWebRequest request, String connName)
at System.Net.HttpWebRequest.SubmitRequest(ServicePoint servicePoint)
at System.Net.HttpWebRequest.BeginSubmitRequest()
at System.Net.HttpWebRequest.GetResponse()
at ClassicSiteProxy.FetchPage(HttpContext context, String pathAndQuery, Boolean allowPostThrough, Boolean followRedirects)
2008-09-01 22:53:25,843 [6] ERROR ASP.global_asax - Application_Error
System.Web.HttpException: Request timed out.
2008-09-01 22:53:25,921 [6] DEBUG ASP.global_asax - EndRequest: http://192.168.1.36/Orion/SummaryView.aspx?viewid=10&netobject= (163426.0586 ms elapsed)
2008-09-01 22:53:25,968 [6] DEBUG ASP.global_asax - BeginRequest: http://192.168.1.36/Orion/styles/OrionCSS.ashx?path=/Orion/styles/Resources.css
2008-09-01 22:53:25,999 [6] DEBUG ASP.global_asax - EndRequest: http://192.168.1.36/Orion/styles/OrionCSS.ashx?path=/Orion/styles/Resources.css (31.2508 ms elapsed)
2008-09-01 22:54:54,439 [7] DEBUG ASP.global_asax - BeginRequest: http://192.168.1.36/orion/proxy.aspx?path=/
2008-09-01 22:54:54,439 [7] DEBUG ASP.global_asax - EndRequest: http://192.168.1.36/orion/proxy.aspx?path=/ (0 ms elapsed)
2008-09-01 22:54:54,439 [7] DEBUG ASP.global_asax - BeginRequest: http://192.168.1.36/Orion/Login.aspx?ReturnUrl=/orion/proxy.aspx?path=/&path=/
2008-09-01 22:54:54,439 [7] ERROR ASP.global_asax - Session_Start
2008-09-01 22:54:54,658 [7] DEBUG ASP.global_asax - EndRequest: http://192.168.1.36/Orion/Login.aspx?ReturnUrl=/orion/proxy.aspx?path=/&path=/ (218.7556 ms elapsed)
2008-09-01 22:55:13,440 [7] ERROR ASP.global_asax - Session_End
2008-09-01 22:55:13,440 [7] ERROR ASP.global_asax - Session_End
2008-09-01 22:55:13,440 [7] ERROR ASP.global_asax - Application_End
Orion Website Error
An error has occurred with the Orion website.
Additional Information
System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
at System.Net.HttpWebRequest.GetResponse()
at ClassicSiteProxy.FetchPage(HttpContext context, String pathAndQuery, Boolean allowPostThrough, Boolean followRedirects)
at ClassicSiteProxy.FetchPage(HttpContext context, String pathAndQuery)
at Orion_ResourceContainer.ResourcePlaceHolder_DataBind(Object sender, EventArgs e)
at System.Web.UI.Control.OnDataBinding(EventArgs e)
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at System.Web.UI.Control.DataBind()
at System.Web.UI.Control.DataBindChildren()
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at System.Web.UI.Control.DataBind()
at System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem)
at System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource)
at System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e)
at System.Web.UI.WebControls.Repeater.DataBind()
at System.Web.UI.Control.DataBindChildren()
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at System.Web.UI.Control.DataBind()
at System.Web.UI.Control.DataBindChildren()
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at System.Web.UI.Control.DataBind()
at Orion_ResourceContainer.DataBind()
at Orion_SummaryView.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)