Trouble looking at entries in Analysis Log

Today I notice that anytime I go to the Analysis Log and select a Single Image Photometry report I get the error pasted below. This happens with any such report, new or old. I don’t see the problem when selecting a Time Series report. Is anyone else seeing this?

Thanks,
Brian

Server Error in ‘/app’ Application.


Object reference not set to an instance of an object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

Line 47: ddlFilterReport.DataBind() Line 48: 'ddlFilterReport.Items.Insert(0, New ListItem("-", -1)) Line 49: ddlFilterReport.Items.Insert(0, New ListItem(FITS.FilterName, EvaluateFilter(FITS.FilterName))) Line 50: Line 51: hidSeqName.Value = ToStr(Request.QueryString("seq"))

Source File: C:\inetpub\wwwroot\app\restricted\SingleImageReport.aspx.vb Line: 49

Stack Trace:

[NullReferenceException: Object reference not set to an instance of an object.] SingleImageReport.Page_Load(Object sender, EventArgs e) in C:\inetpub\wwwroot\app\restricted\SingleImageReport.aspx.vb:49 System.Web.UI.Control.OnLoad(EventArgs e) +97 System.Web.UI.Control.LoadRecursive() +61 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693

Yep. I confirm this observation right now. Note that Time Series reports get saved automatically in the Analysis Log while Single reports must be saved by clicking “Keep This”. So they get stored differently.

It is ‘somewhat’ unfortunate that such issues occur only occasionally. It makes it tougher to identify the cause. We do keep trying to resolve. ;-(

Ken

1 Like

When I try it now the problem is no longer happening and I can see the reports without any trouble. So I guess the answer is just be patient and try again in a bit…