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">
03:     <head>
04:         <title>${Website.Title} | Funeral &amp; Cremation Services for #foreach($loc in $Website.Facilities) ${loc.City}, ${loc.State} - #end Residents</title>
05:         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
06: 
07:         $!{Website.RenderPartial("html-head")}
08: 
09:         <link rel="stylesheet" type="text/css" href='${Website.ResolveAssetSkinPath("/css/theme-store${Website.AssetSuffix}.css")}' />
10:         <link rel="stylesheet" type="text/css" href="${Website.CdnPath("/css/background.css")}" />
11:         #if ( $Assets.HasAsset("store-custom.css") )
12:             <link rel="stylesheet" type="text/css" href="${Assets.RenderPath('store-custom.css')}" />
13:         #end
14: 
15:         <script type="text/javascript" src='${Website.ResolveAssetPath("/js/theme-store${Website.AssetSuffix}.js")}'></script>
16:         #if ( $Assets.HasAsset("store-custom.js") )
17:             <script type="text/javascript" src="${Assets.RenderPath('store-custom.js')}"></script>
18:         #end
19: 
20:         $!{Assets.Render("header.inc")}
21:         $!{Website.RenderSharedFile("userTimeZone.inc")}
22:         $!{Website.RenderPartial("facebook-pixel")}
23:     </head>
24:     <body vocab="https://schema.org/">
25:         <div class="body">
26:             <div class="concept">
27:                 <div class="concept-body">
28:                     <div class="content">
29:                         <div class="header">
30:                             <div class="header-return-home">
31:                                 <a href="/"><span>«</span><em>Return to home page</em></a>
32:                             </div>
33:                             <div class="header-have-questions">
34:                                 <p>Have questions? Contact our Sympathy Store Advisors anytime at 1-888-932-7658</p>
35:                             </div>
36:                             <div id="logo">
37:                                 #if($Website.ResourceExists('images/logo_store.png'))
38:                                 <a href="/">
39:                                     <img src="${Website.CdnPath('/images/logo_store.png')}" class="client-logo-store" name="logo" />
40:                                 </a>
41:                                 #else
42:                                 <a href="/">$!{Website.RenderWidgetGroup("Logo")}</a>
43:                                 #end
44:                             </div>
45:                         </div>
46:                         <div class="center">
47:                             <div class="center-body">
48:                                 <div class="center-content">
49:                                     $!{Page.Content}
50: 
51:                                     #if($Website.IsMobileBrowser && $Website.HasMobileVersion)
52:                                     <p class="alternate-version">
53:                                         <br/><br/>
54:                                         <a href="?forceView=M">View Mobile Version</a>
55:                                         <br/><br/>
56:                                     </p>
57:                                     #end
58:                                 </div>
59:                             </div>
60:                         </div>
61:                     </div>
62:                 </div>
63:             </div>
64:         </div>
65:         $!{Assets.Render("footer.inc")}
66:     </body>
67: </html>
68: 

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

   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.RenderHeadTagContent() in C:\azbuildagent\_work\364\s\Store\MasterPages\Root.Master.cs:line 108
   at NopSolutions.NopCommerce.Web.MasterPages.root.OnLoad(EventArgs e) in C:\azbuildagent\_work\364\s\Store\MasterPages\Root.Master.cs:line 83
   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.category_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/funeral-sympathy-flowers)

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

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

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

* INSTANCE_META_PATH: (/LM/W3SVC/1)
* 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: (.ASPXANONYMOUS=2TmdV-q-3AEkAAAAYmE4ZTgwMWEtZTBlOS00ZGExLTkyODktZjUwN2M3YTllZWFh6UaTLG1B4O0CQFJl-jRexk989dw1; __cflb=02DiuGo4jkL1wfADPPJzEL56c7t1MmpGou8dwdtGSXxNg; ASP.NET_SessionId=2ebfw51k5lwqmslhqoroysq5)
* Host: (store.helloflowers.com)
* User-Agent: (Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected]))
* cf-ray: (9bfce3e1dfe3a40c-DFW)
* x-forwarded-for: (216.73.216.162)
* cdn-loop: (cloudflare; loops=1)
* x-forwarded-proto: (https)
* cf-ipcountry: (US)
* cf-visitor: ({"scheme":"https"})
* cf-connecting-ip: (216.73.216.162)
* x-datadog-trace-id: (13369475874382126094)
* x-datadog-parent-id: (9425287171095149248)
* x-datadog-sampling-priority: (2)
* x-datadog-tags: (_dd.p.dm=-3,_dd.p.tid=696ca0ad00000000)
* traceparent: (00-696ca0ad00000000b989eb7925b39c0e-82cd58beab2c3ac0-01)
* tracestate: (dd=s:2;p:82cd58beab2c3ac0;t.dm:-3)