I get the following error when I try to stack images or open an image in
VPhot.
I get the following error when I try to stack images or open an image in
VPhot.
VPHOT has been having a lot of little problems for about 4 days now. I have not seen anything repeatable enough to report it. I think it is being choked with too much load.
Ray
It seems to be working ok at the present. I just stacked several groups of images.
Mike
I am getting the following error message when I try to open my images in VPHOt. The images uploaded fine and are plate solved and calibrated.
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.OutOfMemoryException: Exception of type ‘System.OutOfMemoryException’ was thrown.
Source Error:
Line 211: Line 212: Dim FITS As New BL.FITSWrapper Line 213: FITS.Open(path, imageID) Line 214: Session(SESSION_ACTIVE_FITS_DATA) = FITS Line 215:
Source File: C:\inetpub\wwwroot\app\restricted\Files5.aspx.vb Line: 213
Stack Trace:
[OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.] BL.FITSWrapper.Open(String Filepath, Int32 imageID) in C:\projects\AAVSO\Repos\vphot\Logic\BL\FITSWrapper.vb:577 Restricted_Files5.AnalyseImage(String path, Int32 indexInList, Boolean startTS, String telname, Int32 imageID) in C:\inetpub\wwwroot\app\restricted\Files5.aspx.vb:213 Restricted_Files5.gvFiles_RowCommand(Object sender, GridViewCommandEventArgs e) in C:\inetpub\wwwroot\app\restricted\Files5.aspx.vb:235 System.Web.UI.WebControls.GridView.OnRowCommand(GridViewCommandEventArgs e) +116 System.Web.UI.WebControls.GridView.HandleEvent(EventArgs e, Boolean causesValidation, String validationGroup) +75 System.Web.UI.WebControls.GridView.RaisePostBackEvent(String eventArgument) +213 System.Web.UI.WebControls.GridView.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +15 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +15 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +9856108 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1696
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4110.0
Today again the same error when trying to stack 5 images.
The last few days, as fgar as I know, Vphot shows the following error. in my case when i wanted to stack 5 images:
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.OutOfMemoryException: Exception of type ‘System.OutOfMemoryException’ was thrown.
Source Error:
Line 90: Dim fits As New BL.FITSWrapper Line 91: 'fits.OpenHeader(newfilepath, stack.OrigImgID) Line 92: fits.Open(newfilepath, stack.OrigImgID) Line 93: res = BL.PhotLib.createImageColorData(fits.ADURaw(0), colorData(0), fits.ThresholdLow, fits.ThresholdHigh, fits.Width, fits.Height, w, True, False, fits.Width / 2 - w / 2, fits.Height / 2 - h / 2, fits.Width / 2 + w / 2, fits.Height / 2 + h / 2) Line 94: img = CreateBitmap(colorData, w, h)
Source File: C:\inetpub\wwwroot\app\restricted\Stack.aspx.vb Line: 92
Stack Trace:
[OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.] BL.FITSWrapper.Open(String Filepath, Int32 imageID) in C:\projects\AAVSO\Repos\vphot\Logic\BL\FITSWrapper.vb:577 Restricted_Stack.btnStack_Click(Object sender, EventArgs e) in C:\inetpub\wwwroot\app\restricted\Stack.aspx.vb:92 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +9794554 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +211 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +12 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +15 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +35 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1696
To those who are experiencing this error: if you haven’t already, you might want to send an email to aavso@aavso.org, which will bring this to the attention of AAVSO staff. To help them debug, I would suggest including a link to this thread, and attaching one of the images which triggers the error.
(P.S.: I merged a couple of different threads into this one, so that all of these related error messages can be viewed in one location.)
In my case it seems to be related to how much activity there is on the service. I tried it last nite and kept getting the error. I tried today and was able to stack all the series of images. There were currently no images in the que waiting for upload.
Mike