Application Error

An unexpected error has occured.

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: <!DOCTYPE html>
02: <html lang="en" prefix="og: https://ogp.me/ns#">
03:   <head>
04:     <meta charset="utf-8" />
05:     <title>$!{Page.Title}</title>
06: 
07:     #if($Tools.ToBool($Page.MetaDescription))
08:     <meta name="description" content="${Page.MetaDescription}" />
09:     #end
10: 
11:     $!{Website.RenderPartial("html-head")}
12: 
13:     #if ($Website.HasCustomColorScheme)
14:       #if(!$IsEditor)
15:         #set($skin = $Website.RenderStorageFile("/custom/skin.css"))
16:         <style id="TemplateSkin">
17:           $!{skin}
18:         </style>
19:       #else
20:         <link rel="stylesheet" type="text/css" href='${Website.CdnPath("/custom/skin.css")}' id="TemplateSkin" />
21:       #end
22:     #end
23: 
24:     <link
25:       rel="stylesheet"
26:       type="text/css"
27:       href='${Website.ResolveAssetPath("/css/theme-store${Website.AssetSuffix}.css")}'
28:     />
29: 
30:     #if ( $Assets.HasAsset("store-custom.css") )
31:       <link
32:         rel="stylesheet"
33:         type="text/css"
34:         href="${Assets.RenderPath('store-custom.css')}"
35:       />
36:     #end
37: 
38:     $!{Assets.Render("header.inc")}
39:     $!{Website.RenderSharedFile("userTimeZone.inc")}
40:     $!{Website.RenderPartial("facebook-pixel")}
41:   </head>
42:   <body>
43:     #set($bodyClass = "body")
44:     #if($IsEditor)
45:       #set($bodyClass = "${bodyClass} body--we-store")
46:     #end
47:     <div class="${bodyClass}">
48:       <div class="concept">
49:         <div class="concept-body">
50: 
51:           <div
52:             class="header-wrapper"
53:           >
54:             $!{Website.RenderWidgetGroup("Hero")}
55:             <div class="header-logo">
56:               $!{Website.RenderWidgetGroup("Logo")}
57:             </div>
58:             <div class="header-info">
59:               <a href="/" class="header-back">
60:                 <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 256 256"><path d="M168.49,199.51a12,12,0,0,1-17,17l-80-80a12,12,0,0,1,0-17l80-80a12,12,0,0,1,17,17L97,128Z"></path></svg>
61:                 Back to Home
62:               </a>
63:               <p>
64:                 Have questions? Contact our Sympathy Gift Advisors anytime at
65:                 <a href="tel:18889327658">
66:                   <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 256 256"><path d="M224,154.8l-47.09-21.11-.18-.08a19.94,19.94,0,0,0-19,1.75,13.08,13.08,0,0,0-1.12.84l-22.31,19c-13-7.05-26.43-20.37-33.49-33.21l19.06-22.66a11.76,11.76,0,0,0,.85-1.15,20,20,0,0,0,1.66-18.83,1.42,1.42,0,0,1-.08-.18L101.2,32A20.06,20.06,0,0,0,80.42,20.15,60.27,60.27,0,0,0,28,80c0,81.61,66.39,148,148,148a60.27,60.27,0,0,0,59.85-52.42A20.06,20.06,0,0,0,224,154.8ZM176,204A124.15,124.15,0,0,1,52,80,36.29,36.29,0,0,1,80.48,44.46l18.82,42L80.14,109.28a12,12,0,0,0-.86,1.16A20,20,0,0,0,78,130.08c9.42,19.28,28.83,38.56,48.31,48A20,20,0,0,0,146,176.63a11.63,11.63,0,0,0,1.11-.85l22.43-19.07,42,18.81A36.29,36.29,0,0,1,176,204Z"></path></svg>
67:                   1-888-932-7658
68:                 </a>
69:               </p>
70:             </div>
71:           </div>
72:           <div class="content">
73:             <div role="main" class="page-content">$!{Page.Content}</div>
74:           </div>
75: 
76:         </div>
77:       </div>
78:     </div>
79: 
80:     #if ( $Assets.HasAsset("store-custom.js") )
81:       <script src="${Assets.RenderPath('store-custom.js')}"></script>
82:     #end
83: 
84:     #if($IsEditor)
85:       <link rel="stylesheet" type="text/css" href='${Website.ResolveAssetPath("/css/editor${Website.AssetSuffix}.css")}' />
86:     #end
87: 
88:     $!{Assets.Render("footer.inc")}
89:   </body>
90: </html>

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

   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.RenderDesignTemplate(Int32 designTemplate, Int32 elementId, VelocityContext context) in C:\hi\git\f1connect-wms\funeralOne.WMS\WMS2\View\Wms2Processor.cs:line 1246
   at funeralOne.WMS2.View.Wms2Processor.GetHeaderElementData(Int32 elementId, String sectionName, String pageName) in C:\hi\git\f1connect-wms\funeralOne.WMS\WMS2\View\Wms2Processor.cs:line 1203
   at funeralOne.WMS.Web.WmsHttpModule.GetHeaderByTemplatePageId(Int32 templatePageId, Int32 elementId, HeaderParse hp, String sectionName, String pageName) in C:\hi\git\f1connect-wms\funeralOne.WMS\Web\WmsHttpModule.cs:line 1477
   at NopSolutions.NopCommerce.Web.MasterPages.root.RenderBodyStartContent() in C:\azbuildagent\_work\364\s\Store\MasterPages\Root.Master.cs:line 138
   at NopSolutions.NopCommerce.Web.MasterPages.root.OnLoad(EventArgs e) in C:\azbuildagent\_work\364\s\Store\MasterPages\Root.Master.cs:line 91
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   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.ProcessRequestWithNoAssert(HttpContext context)
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at ASP.product_aspx.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)

- 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.265.0.0 Platform.
funeralOne F1Connect 2.265.0.0/WMS Diagnostic Messages (FOR INTERNAL USE ONLY)

* Removing GZip filter
* GZip filter removed

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

* HTTP Request: (GET) (/store/trees-seedlings/memorial-trees?tid=8110145)

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

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

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

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

* Stackify.AppName: (StoreDesktop)
* 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)
* Cookie: (_cfuvid=.Xk6WP0GhaW9O9dNfcKPtQfmjBe09xpIczJgSK7Qktk-1768122110355-0.0.1.1-604800000; .ASPXANONYMOUS=URNGwmq53AEkAAAANzBlNjVmN2EtNTM1ZS00NWY1LThlOGQtZGMzNzEyNDZkMzBlg2kYxinZ_8NEYL0UzE5nm44Sv6U1; __cflb=0pg1RQTxe7RihykXav3PaeUAuSADaNBNxVtSB3rc; __cfruid=acd750a83406b1e4c83e70881f57753ab9576e1b-1768122110)
* Host: (www.bathnaylor.com)
* Referer: (https://www.bathnaylor.com/store/Product.aspx?ProductId=4518&tid=8110145)
* User-Agent: (Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected]))
* cf-ray: (9bc33b55bdbeefad-DFW)
* cdn-loop: (cloudflare; loops=1)
* x-forwarded-proto: (https)
* cf-ipcountry: (US)
* cf-visitor: ({"scheme":"https"})
* cf-connecting-ip: (216.73.216.178)
* x-forwarded-for: (216.73.216.178)
* x-datadog-trace-id: (1930731991839552311)
* x-datadog-parent-id: (18075807440965913500)
* x-datadog-sampling-priority: (-1)
* x-datadog-tags: (_dd.p.tid=696366fd00000000)
* traceparent: (00-696366fd000000001acb568462143337-fada2b190b22cb9c-00)
* tracestate: (dd=s:-1;p:fada2b190b22cb9c)