Application Error

An unexpected error has occured.

System.Exception: 

Error processing template 
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Message: Cannot open database "funeralonecore" requested by the login. The login failed.
Login failed for user 'foWebsitesApp'.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
StackTrace:    at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
   at System.Data.SqlClient.SqlConnection.Open()
   at Microsoft.Practices.EnterpriseLibrary.Data.Database.GetNewOpenConnection()
   at Microsoft.Practices.EnterpriseLibrary.Data.Database.GetWrappedConnection()
   at Microsoft.Practices.EnterpriseLibrary.Data.Database.ExecuteReader(DbCommand command)
   at funeralOne.Sql.SharedLocation.<>c__DisplayClass7_0.<GetFuneralHomesByAccountId>b__0() in C:\VSTS-agent\_work\201\s\funeralOne\Sql\SharedLocation.cs:line 182
   at funeralOne.Cache.GetOrCreate(String key, Nullable`1 expirationTime, Func`1 createFn) in C:\VSTS-agent\_work\201\s\funeralOne\Cache.cs:line 106
   at funeralOne.Sql.SharedLocation.GetFuneralHomesByAccountId(Int32 accountId, Int32 websiteId) in C:\VSTS-agent\_work\201\s\funeralOne\Sql\SharedLocation.cs:line 180
   at funeralOne.WMS2.Model.TplWebsite.<get_AllFuneralHomes>b__48_0() in C:\VSTS-agent\_work\201\s\funeralOne.WMS\WMS2\Model\TplWebsite.cs:line 321
   at funeralOne.Cache.GetOrCreate(String key, Nullable`1 expirationTime, Func`1 createFn) in C:\VSTS-agent\_work\201\s\funeralOne\Cache.cs:line 106
   at funeralOne.Cache.GetOrCreate(String key, Func`1 createFn) in C:\VSTS-agent\_work\201\s\funeralOne\Cache.cs:line 86
   at funeralOne.WMS2.Model.TplWebsite.get_AllFuneralHomes() in C:\VSTS-agent\_work\201\s\funeralOne.WMS\WMS2\Model\TplWebsite.cs:line 311
   at funeralOne.WMS2.Model.TplWebsite.get_TitleSuffix() in C:\VSTS-agent\_work\201\s\funeralOne.WMS\WMS2\Model\TplWebsite.cs:line 746
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Source: .Net SqlClient Data Provider
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, System.Data.Common.DbConnectionOptions, System.Data.ProviderBase.DbConnectionInternal ByRef)
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
01: $Website.RenderPartial("HtmlStart")
02:     <head>
03:         <meta charset="utf-8">
04:         <title>404 Page Not Found | $!{Website.TitleSuffix}</title>
05: 
06:         $!{Website.RenderPartial("html-head")}
07: 
08:         <meta name="format-detection" content="telephone=no">
09: 
10:         $!{Website.RenderDesignElement('HTML-HEAD')}
11: 
12:         $!{Website.RenderDesignElement('GOOGLE-ANALYTICS')}
13: 
14:         $!{Assets.Render("header.inc")}
15:         $!{Website.RenderSharedFile("userTimeZone.inc")}
16:         #set($is404 = "true")
17:     </head>
18:     <body
19:         data-section="404 Page Not Found"
20:         data-page="404 Page Not Found"
21:         data-offset-scroll-top="100"
22:         data-template="Polaris"
23:         #if($Tools.ToBool($Website.GoogleAnalyticsApiKey))
24:             data-customer-ua="$!{Website.GoogleAnalyticsApiKey}"
25:         #end
26:         #if($Tools.ToBool($Store))
27:             data-has-store="true"
28:             data-store-products="${Website.StoreCatalog}"
29:         #end
30:         data-domain="$!{Tools.GetHostDomain($Config.Host)}"
31:         #if($Tools.ToBool($Website.GoogleAnalyticsGroupApiKey))
32:             data-customer-group-ua="$!{Website.GoogleAnalyticsGroupApiKey}"
33:         #end
34:         #if($Tools.GetSettings("Demographics.Enabled") == "true")
35:             data-demographics="true"
36:         #end
37:         #if(!$IsEditor && $Website.EnableCaptcha && $Page.IncludeCaptchaScript)
38:             data-captcha-key="$!{Website.CaptchaApiKey}"
39:         #end
40:         #if($Tools.ToBool($Website.GoogleAnalytics4ApiKey))
41:             data-ga4-customer="$!{Website.GoogleAnalytics4ApiKey}"
42:         #end
43:     >
44:         $!{Website.RenderPartial("TagManager-Body")}
45:         $!{Website.RenderPartial("facebook-pixel")}
46:         $Website.RenderPartial("AccessibilityNavHead")
47: 
48:         ${Website.RenderDesignElement("WARNING-MESSAGE")}
49:         <div class="page-content__wrapper">
50:             ${Website.RenderDesignElement('HEADER')}
51:             $!{Website.RenderWidgetGroup("Hero")}
52:             #if(!$IsEditor && $Page.HasWidget("Static-Section-Nav"))
53:                 #set($sectionNav = $Website.RenderWidgetType("Static-Section-Nav"))
54:                 $!{sectionNav}
55:             #end
56:             <main id="PageContent" class="page-content">
57:                 #if(!$IsEditor && $Page.HasWidget("Static-Section-Nav"))
58:                     $!{Page.Content.Replace($sectionNav, "")}
59:                 #else
60:                     $!{Page.Content}
61:                 #end
62:             </main>
63:             ${Website.RenderDesignElement('FOOTER')}
64:         </div>
65: 
66:         #if(!$IsEditor)
67:             $Website.RenderPartial("BackToTop")
68:         #end
69: 
70:         $!{Website.RenderDesignElement('HTML-FOOTER')}
71:         $!{Assets.Render("footer.inc")}
72:     </body>
73: </html>
74: 

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

   at funeralOne.WMS2.View.VelocityHelper.ProcessTemplate(String filename, String tplKey, String templateContent, VelocityContext context, Boolean ignoreException) in C:\VSTS-agent\_work\201\s\funeralOne.WMS\WMS2\View\VelocityHelper.cs:line 167
   at funeralOne.WMS2.View.Wms2Processor.RenderPage(Nullable`1 elementId, String designTemplateElementData, String pageContent, Page page, String pageName, String sectionName, Nullable`1 sectionId) in C:\VSTS-agent\_work\201\s\funeralOne.WMS\WMS2\View\Wms2Processor.cs:line 1600
   at funeralOne.WMS2.View.Wms2Processor.ForwardRequest(HttpApplication app) in C:\VSTS-agent\_work\201\s\funeralOne.WMS\WMS2\View\Wms2Processor.cs:line 762
   at funeralOne.WMS.Web.WmsHttpModule.context_AuthenticateRequest(Object sender, EventArgs e) in C:\VSTS-agent\_work\201\s\funeralOne.WMS\Web\WmsHttpModule.cs:line 1579
   at System.Web.HttpApplication.SyncEventExecutionStep.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.204.0.0 Platform.
funeralOne F1Connect 2.204.0.0/WMS Diagnostic Messages (FOR INTERNAL USE ONLY)

* Removing GZip filter
* GZip filter removed

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

* HTTP Request: (GET) (/notices/Mary-Howes/1228392/azalea-plant)

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

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

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

* INSTANCE_META_PATH: (/LM/W3SVC/2)
* 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/fonts.css,custom/skin.store.css,skins/custom/css/_dev/app.css,skins/custom/css/_qa/app.css,skins/custom/css/app.css)
* WMS.CacheStatistics.Enabled: (False)
* 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.resthaven.us)
* User-Agent: (claudebot)
* cf-ipcountry: (US)
* x-forwarded-for: (50.17.63.57)
* cf-ray: (86bd24ea5f412426-IAD)
* cdn-loop: (cloudflare)
* cf-connecting-ip: (50.17.63.57)
* x-forwarded-proto: (https)
* cf-visitor: ({"scheme":"https"})