An unexpected error has occured.
System.Web.HttpException (0x80004005): Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerWrapper'. ---> System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Exception:
Error processing template
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Message: The wait operation timed out
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
StackTrace:
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Source:
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TargetSite:
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
01: #if(!$Tools.UserAgent.ToLower().Contains("gtmetrix") && !$Tools.IsGoogleAudit)
02: <script>
03: window.googleTags = {
04: internalGroupId: '$!{Website.GoogleTagInternalGroupId}',
05: internalClientId: '$!{Website.GoogleTagInternaWebsiteId}',
06: clientGroupId: '$!{Website.GoogleTagClientGroupId}',
07: clientWebsiteId: '$!{Website.GoogleTagClientWebsiteId}',
08: clientOpt1Id: '$!{Website.GoogleTagClientOpt1Id}',
09: clientOpt2Id: '$!{Website.GoogleTagClientOpt2Id}',
10: clientOpt3Id: '$!{Website.GoogleTagClientOpt3Id}'
11: };
12: </script>
13:
14: #if ($Tools.GetSettings($Website.AccountId, "WMS.Experimental.GTMOptimization") == "true")
15: #if(!$IsEditor && !$Config.Host.Contains("developer-local"))
16: <script>
17: window.f1ConnectDataLayer = window.f1ConnectDataLayer || [];
18: window.f1ConnectDataLayer.push({
19: 'event': 'siteProperties',
20: websiteId: '$!{Website.CoreWebsiteId}',
21: groupId: '$!{Website.AccountGroupId}',
22: template: '$!{Website.TemplateName.ToLower()}',
23: contentSetType: '$!{Tools.ResolveTextPet("human", "pet")}'
24: });
25: window.f1ConnectDataLayer.push({
26: event: 'gtm.js',
27: 'gtm.start': new Date().getTime()
28: });
29:
30: #if ((!$Environment.IsObituaries() || $Website.AccountGroupId == 70) && !$Environment.IsStore() && !$Config.Host.Contains(".previews."))
31: window.dataLayer = window.dataLayer || [];
32: window.dataLayer.push({
33: event: 'gtm.js',
34: 'gtm.start': new Date().getTime()
35: });
36: #end
37: </script>
38: #end
39: #else
40: <script>
41: window.f1ConnectDataLayer = window.f1ConnectDataLayer || [];
42: window.f1ConnectDataLayer.push({
43: 'event': 'siteProperties',
44: websiteId: '$!{Website.CoreWebsiteId}',
45: groupId: '$!{Website.AccountGroupId}',
46: template: '$!{Website.TemplateName.ToLower()}',
47: contentSetType: '$!{Tools.ResolveTextPet("human", "pet")}'
48: });
49: </script>
50:
51: #if(!$IsEditor && !$Tools.IsGoogleAudit && !$Config.Host.Contains("developer-local"))
52: #* Unified *#
53: <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
54: new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
55: j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
56: 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
57: })(window,document,'script','f1ConnectDataLayer','GTM-KD2GVTWL');</script>
58:
59: #if ((!$Environment.IsObituaries() || $Website.AccountGroupId == 70) && !$Environment.IsStore() && !$Config.Host.Contains(".previews."))
60: #if($Tools.ToBool($Website.GoogleTagManager))
61: #foreach($id in $Website.GoogleTagManager)
62: <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
63: new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
64: j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
65: 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
66: })(window,document,'script','dataLayer','${id}');</script>
67: #end
68: #end
69: #end
70: #end
71: #end
72: #end
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
at funeralOne.WMS2.View.VelocityHelper.ProcessTemplate(String filename, String tplKey, String templateContent, VelocityContext context, Boolean ignoreException) in C:\hi\git\f1connect-wms\funeralOne.WMS\WMS2\View\VelocityHelper.cs:line 207
at funeralOne.WMS2.View.VelocityHelper.ProcessTemplate(String tplKey, String templateContent, VelocityContext context, Boolean ignoreException) in C:\hi\git\f1connect-wms\funeralOne.WMS\WMS2\View\VelocityHelper.cs:line 52
at funeralOne.WMS2.View.Wms2Processor.RenderPage(Nullable`1 elementId, String designTemplateElementData, String pageContent, Page page, String pageName, String sectionName, Nullable`1 sectionId) in C:\hi\git\f1connect-wms\funeralOne.WMS\WMS2\View\Wms2Processor.cs:line 1620
at funeralOne.WMS.Web.WmsHttpModule.InternalRenderPage(Nullable`1 elementId, String elementContent, Section section, String sectionName, Page page, String pageName, String pageContent) in C:\hi\git\f1connect-wms\funeralOne.WMS\Web\WmsHttpModule.cs:line 1600
at funeralOne.WMS.Web.WmsHttpModule.RenderPage(Int32 elementId, String sectionName, String pageName, String pageContent) in C:\hi\git\f1connect-wms\funeralOne.WMS\Web\WmsHttpModule.cs:line 1577
at ASP.views_shared_memorial_master.__Render__control1(HtmlTextWriter __w, Control parameterContainer)
at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
at System.Web.Mvc.ViewPage.Render(HtmlTextWriter writer)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
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 ASP.views_memorial_memorial_aspx.ProcessRequest(HttpContext context)
at System.Web.Mvc.HttpHandlerUtil.ServerExecuteHttpHandlerWrapper.<>c__DisplayClass4.<Wrap>b__3()
at System.Web.Mvc.HttpHandlerUtil.ServerExecuteHttpHandlerWrapper.Wrap[TResult](Func`1 func)
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.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride)
at System.Web.HttpServerUtility.Execute(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage)
at System.Web.HttpServerUtility.Execute(IHttpHandler handler, TextWriter writer, Boolean preserveForm)
at System.Web.Mvc.ViewPage.RenderView(ViewContext viewContext)
at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)
at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass1a.<InvokeActionResultWithFilters>b__17()
at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult)
at System.Web.Mvc.Controller.<>c__DisplayClass1d.<BeginExecuteCore>b__18(IAsyncResult asyncResult)
at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)
at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult)
at System.Web.Mvc.MvcHandler.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult)
at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult)
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)
- Please try refreshing the page and trying again.
- If the problem persists, please notify the website owner.
- The administrators of this website have been notified of this error.