Application Error

An unexpected error has occured.

System.Exception: 

Error processing template 
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Message: The wait operation timed out
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
StackTrace: 
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Source: 
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TargetSite: 
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
01: <meta name="format-detection" content="telephone=no" />
02: <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
03: 
04: <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0" />
05: <meta name="theme-color" content="#222222">
06: 
07: #if($Config.Host.Contains('.previews.') || $Page.NoIndex)
08:     <meta name="robots" content="noindex" />
09: #end
10: 
11: <meta name="shareaholic:site_id" content="e7af1fd1928176744b3d2c4581b60949" />
12: 
13: <link rel="preconnect" href="https://ssl.google-analytics.com" crossorigin />
14: #if (!$IsEditor && (($Website.EnableCaptcha && $Page.IncludeCaptchaScript) || $Config.Path.StartsWith("/obituaries/obituary-notification")) && !$Tools.IsGoogleAudit)
15:     <link rel="preconnect" href="https://www.recaptcha.net/" crossorigin />
16: #end
17: 
18: $!{Website.RenderPartial("LCP-Preload")}
19: 
20: #if(!$IsEditor && !$Config.Host.Contains('.previews.') && "$!{Website.OsanoOrgId}" != "" && "$!{Website.OsanoSiteId}" != "" && !$Tools.IsGoogleAudit && !$Tools.UserAgent.ToLower().Contains("gtmetrix"))
21:     <link rel="preload" href="https://cmp.osano.com/$!{Website.OsanoOrgId}/$!{Website.OsanoSiteId}/osano.js" as="script" />
22: #end
23: 
24: $Website.RenderPartial("ConvertFlow", "type", "preload")
25: 
26: #if (!$Tools.IsGoogleAudit && !$Tools.UserAgent.ToLower().Contains("gtmetrix") && $Assets.Contains("https://www.googletagmanager.com", "footer.inc"))
27:     <link rel="dns-prefetch" href="https://www.googletagmanager.com/" />
28:     <link rel="preconnect" href="https://www.googletagmanager.com/" crossorigin />
29: #end
30: 
31: <link rel="preload" as="font" crossorigin="anonymous" type="font/woff2" href="$!{Website.ResolveAssetPath("/fonts/icons.woff2")}" />
32: <link rel="preload" as="font" crossorigin="anonymous" type="font/woff2" href="$!{Website.ResolveAssetPath("/fonts/Bayshore.latin.woff2")}" />
33: 
34: $!{Website.RenderPartial("OsanoScripts")}
35: $!{Website.RenderPartial("NSMGDataLayerConfig")}
36: $!{Website.RenderPartial("TagManager-Head")}
37: 
38: <script>
39:     (function() {
40:         if(navigator.platform === "MacIntel" && navigator.maxTouchPoints > 0) {
41:             var html = document.head.parentElement;
42:             html.classList.add('mobile-device');
43:             html.classList.remove('not-mobile-device');
44:         }
45:     })();
46: </script>
47: 
48: $!{Website.RenderPartial("ConsentManager")}
49: 
50: #* $!{Website.RenderPartial("Optimizely")} *#
51: 
52: #if($Tools.ToBool($Website.WebmasterToolsMetaTag))
53:     #foreach( $apiKey in $Tools.Split( $Website.WebmasterToolsMetaTag, "," ) )
54:         <meta name="google-site-verification" content="$!{apiKey.Trim()}" />
55:     #end
56: #end
57: 
58: #if($Tools.ToBool($Website.BingWebmasterToolsMetaTag))
59:     <meta name="msvalidate.01" content="$!{Website.BingWebmasterToolsMetaTag}" />
60: #end
61: 
62: #if(!$IsEditor)
63:     <link 
64:         rel="stylesheet" 
65:         href='${Website.ResolveAssetPath("/css/theme-fonts${Website.AssetSuffix}.css")}'
66:         media="print"
67:         onload="this.media='all'"
68:     />
69:     #if($Config.Path.StartsWith("/obituaries"))
70:         $Website.RenderPartial("StyleTag", "href", "/css/theme-obituaries${Website.AssetSuffix}.css")
71:     #elseif($Page.DesignElementId == 7)
72:         $Website.RenderPartial("StyleTag", "href", "/css/landing-page${Website.AssetSuffix}.css")
73:     #else
74:         $Website.RenderPartial("StyleTag", "href", "/css/theme${Website.AssetSuffix}.css")
75:     #end
76:     <noscript>
77:         $Website.RenderPartial("StyleTag", "href", "/css/theme-fonts${Website.AssetSuffix}.css")
78:     </noscript>
79: #else
80:     #if($Page.DesignElementId == 7)
81:         <link rel="stylesheet" type="text/css" href='${Website.ResolveAssetPath("/css/editor-theme-landing-pages${Website.AssetSuffix}.css")}' />
82:     #elseif($Page.DesignElementId == 100)
83:         <link rel="stylesheet" type="text/css" href='${Website.ResolveAssetPath("/css/editor-theme-obituaries${Website.AssetSuffix}.css")}' />
84:     #elseif($Page.DesignElementId == 6)
85:         <link rel="stylesheet" type="text/css" href='${Website.ResolveAssetPath("/css/editor-theme-sideform${Website.AssetSuffix}.css")}' />
86:     #else
87:         <link rel="stylesheet" type="text/css" href='${Website.ResolveAssetPath("/css/editor-theme${Website.AssetSuffix}.css")}' />
88:     #end
89: #end
90: 
91: $Website.RenderPartial("WidgetStyles")
92: 
93: #if ( $Assets.HasAsset("custom.css") )
94:     ${Assets.RenderInline("custom.css")}
95: #end

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

   at funeralOne.WMS2.View.VelocityHelper.ProcessTemplate(String filename, String tplKey, String templateContent, VelocityContext context, Boolean ignoreException) in C:\azbuildagent\_work\368\s\funeralOne.WMS\WMS2\View\VelocityHelper.cs:line 207
   at funeralOne.WMS2.View.VelocityHelper.ProcessTemplate(String tplKey, String templateContent, VelocityContext context, Boolean ignoreException) in C:\azbuildagent\_work\368\s\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:\azbuildagent\_work\368\s\funeralOne.WMS\WMS2\View\Wms2Processor.cs:line 1620
   at funeralOne.WMS.Web.Handler.WmsPagesHandler.ProcessRequest(HttpRequest Request, HttpResponse Response, Int32 sectionId, Int32 pageId) in C:\azbuildagent\_work\368\s\funeralOne.WMS\Web\Handler\WmsPagesHandler.cs:line 236
   at funeralOne.WMS.Web.Handler.WmsPagesHandler.ProcessRequest(HttpContext context) in C:\azbuildagent\_work\368\s\funeralOne.WMS\Web\Handler\WmsPagesHandler.cs:line 45
   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.

Powered by the funeralOne F1Connect/2.268.0.0 Platform.
funeralOne F1Connect 2.268.0.0/WMS Diagnostic Messages (FOR INTERNAL USE ONLY)

* Removing GZip filter
* GZip filter removed

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

* HTTP Request: (GET) (/resources/funeral-etiquette)

* Total Cache items: (94158)
* Total HttpCache items: (0)
* Time taken to process request: (0 ms)

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

* Machine Name: (WEB14)
* App Physical path: (C:\inetpub\websites\wms-processor\)

* INSTANCE_META_PATH: (/LM/W3SVC/3)
* Website Name: (funeralOne.WMS)
* Application Pool: (funeralOne.WMS.Root)

* Stackify.AppName: (WMS)
* WmsSharedDir: (C:\hi\shared\WMS)
* WMS.Cache.Path: (C:\hi\shared\WMS-Cache)
* WMS.Cache.TextFiles.Enabled: (True)
* WMS.Templates.Path: (C:\hi\shared\WMS-Templates)
* WMS.Templates.Watch: (True)
* WMS.Templates.WatchTimeoutMs: (15000)
* WMS.Resources.FromS3.Enabled: (True)
* WMS.Resources.DynamicCSS.Files: (custom/skin.css,custom/skin.min.css,custom/fonts.css,custom/fonts.min.css,custom/skin.store.css,custom/skin.store.min.css,skins/custom/css/_dev/app.css,skins/custom/css/_dev/app.min.css,skins/custom/css/_qa/app.css,skins/custom/css/_qa/app.min.css,skins/custom/css/app.css,skins/custom/css/app.min.css,css/theme-appointments.css,css/theme-appointments.min.css)
* WMS.CacheFlush.Enabled: (True)
* WMS.Cdn.Fingerprint.CacheIndexKey: (Fingerprint)
* WMS.Cdn.Bucket: (Live)
* WMS.Cdn.Bucket.Image: (https://cdn.f1connect.net)
* WMS.MinifyAssets.Enabled: (True)
* WMS.ImageCompress.Enabled: (true)
* DefaultBranchId: (1)
* awsBucketVideos: (videos.f1connect.com)
* awsBucketMemorialWebsites: (storage.lifetributes.com)
* awsBucketWMS: (storage.funeralone.net)

* Connection: (close)
* Accept: (*/*)
* Accept-Encoding: (gzip, br)
* Host: (www.palmbeachmemorial.com)
* User-Agent: (Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected]))
* cf-ray: (9ca9e433cb06bd4a-CMH)
* x-forwarded-for: (216.73.216.33)
* cf-connecting-ip: (216.73.216.33)
* cdn-loop: (cloudflare; loops=1)
* x-forwarded-proto: (https)
* cf-ipcountry: (US)
* cf-visitor: ({"scheme":"https"})
* x-datadog-trace-id: (16484510575898342949)
* x-datadog-parent-id: (10730020506988389333)
* x-datadog-sampling-priority: (-1)
* x-datadog-tags: (_dd.p.tid=69884ed000000000)
* traceparent: (00-69884ed000000000e4c4bf07b4973625-94e8b0cd0fb323d5-00)
* tracestate: (dd=s:-1;p:94e8b0cd0fb323d5)