390
Views
8
Comments
[OnTrack] There was an error processing your request. Please try again later...
Question
ontrack
Web icon
Forge asset by Labs

This error keeps popping up every time I run OnTrack on a brand new environment.

In the ServiceCenter the error shows: Exception of type 'System.Web.HttpUnhandledException' was thrown

2018-09-27 18-20-33
Swatantra Kumar
Champion

HttpUnhandledException?

Are you getting it on interval or event or just popping all the time? 

2018-10-03 09-30-08
Tanveer

Swatantra Kumar wrote:

HttpUnhandledException?

Are you getting it on interval or event or just popping all the time? 

When I open the OnTrack app. Here is the stack:

[1] Exception of type 'System.Web.HttpUnhandledException' was thrown.
   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.ProcessRequest(HttpContext context)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

[2] Error executing child request for Redirector.aspx.
   at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride)
   at System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm)
   at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
   at System.Web.HttpServerUtility.Transfer(String path)
   at ssontrack.Flows.FlowDefault.EntryDefault.Page_Load(Object sender, EventArgs e)
   at System.Web.UI.Control.OnLoad(EventArgs e)
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)


2018-10-03 09-30-08
Tanveer

Any update Swatantra Kumar? I'd really appreciate some help. 

2018-09-27 18-20-33
Swatantra Kumar
Champion

Hi Tanveer, Are you using On-Prem version of OutSystems or is it manged instance on cloud?

2018-09-27 18-20-33
Swatantra Kumar
Champion

IIS dispatches the Server.Transfer or the Server.Execute request to the appropriate ISAPI extension based on the extension of the requesting file. For example, a request for an .aspx page is dispatched to the Aspnet_isapi.dll ISAPI extension.


After the request is dispatched to appropriate ISAPI extension, the ISAPI extension cannot call another ISAPI extension. You receive the error message that is listed in the "Symptoms" section because the Aspnet_isapi.dll file, which handles requests to ASP.NET pages, cannot forward the request to the Asp.dll file, which handles requests to ASP pages.


2018-09-27 18-20-33
Swatantra Kumar
Champion

This could also happen that application/component can not intialize the connection.

UserImage.jpg
Joshua Yip

Does this mean the app does not work on the cloud version?

2022-12-15 01-21-18
Claudio Junior


Hello, @Swatantra Kumar. I would also like to have that answer. Can you help us? 
In my case, the message below is appearing with the following details: 

'GetCssGlobalContext' Action is incompatible with the 'WebPatterns' module definition. Please update it.
   at ssVanillaTheme.RsseSpaceWebPatterns.MssGetCssGlobalContext(HeContext heContext, String& outParamStyle)
   at ssVanillaTheme.Flows.FlowVanillaBase.WBlkLayout_Vanilla.cnt14_setInlineAttributes(Object sender, EventArgs e)
   at ssVanillaTheme.Flows.FlowVanillaBase.WBlkLayout_Vanilla.cnt14_onDataBinding(Object sender, EventArgs e)
   at System.Web.UI.Control.OnDataBinding(EventArgs e)
   at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
   at OutSystems.HubEdition.WebWidgets.Container.DataBind()
   at OutSystems.HubEdition.WebWidgets.OSUserControl.DataBindChildren()
   at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
   at OutSystems.HubEdition.WebWidgets.OSUserControl.DataBind()
   at OutSystems.HubEdition.WebWidgets.OSUserControl.DataBindChildren()
   at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
   at OutSystems.HubEdition.WebWidgets.OSUserControl.DataBind()
   at OutSystems.HubEdition.WebWidgets.Form.DataBindChildren()
   at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
   at OutSystems.HubEdition.WebWidgets.Body.DataBindChildren()
   at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
   at OutSystems.HubEdition.WebWidgets.OSPage.DataBindChildren()
   at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
   at OutSystems.HubEdition.WebWidgets.OSPage.DataBind()
   at ssOT_Theme.Flows.FlowCommon.ScrnInternalError.DataBind()
   at ssOT_Theme.Flows.FlowCommon.ScrnInternalError.Page_Load(Object sender, EventArgs e)
   at System.Web.UI.Control.OnLoad(EventArgs e)
   at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.