[Coldbox 4.0.0+00002] property in model undefined after period of time

Wasn’t sure best how to put in title but we’ve had an issue I believe might be related to an older post ([coldbox:25586] [Coldbox 4.0.0+00002]). In this case a property in a model cfc dropped off and was no longer available for the cfc. This property was set via a coldbox setting (property name=“listNoShowPayLevel” inject=“coldbox:setting:listNoShowPayLevel”) . The error is that the property set per above is now an undefined variable after running for weeks. This is the first time this has happened (no changes to the app) but seems similar to the issue I had before at least in the fact that reinit clears it. Is making me think is an application variable expiring or something. Has anyone else seen behavior like this? The error itself seems to be a generic “undefined variable” error (pasted below).

{“EXTRAINFO”:"",“EXTRAMESSAGE”:"",“ERRORTYPE”:“application”,“EXCEPTIONSTRUCT”:{“Suppressed”:[],“name”:“LISTNOSHOWPAYLEVEL”,“StackTrace”:“coldfusion.runtime.UndefinedVariableException: Variable LISTNOSHOWPAYLEVEL is undefined.\r\n\tat coldfusion.runtime.CfJspPage._get(CfJspPage.java:303)\r\n\tat coldfusion.runtime.CfJspPage._get(CfJspPage.java:283)\r\n\tat coldfusion.runtime.CfJspPage._autoscalarize(CfJspPage.java:1494)\r\n\tat coldfusion.runtime.CfJspPage._autoscalarize(CfJspPage.java:1471)\r\n\tat cfJobService2ecfc624199050$funcGETJOBDISPLAYINFO.runFunction(E:\Projects\Server_psu.jobs\psu.jobswebroot\models\JobService.cfc:119)\r\n\tat coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)\r\n\tat coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)\r\n\tat coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405)\r\n\tat coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)\r\n\tat coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)\r\n\tat coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)\r\n\tat coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:517)\r\n\tat coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:496)\r\n\tat coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:355)\r\n\tat coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2301)\r\n\tat cfjob2ecfc1350302636$funcDETAIL.runFunction(E:\Projects\Server_psu.jobs\psu.jobswebroot\handlers\job.cfc:49)\r\n\tat coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)\r\n\tat coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)\r\n\tat coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405)\r\n\tat coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)\r\n\tat coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)\r\n\tat coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)\r\n\tat coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:517)\r\n\tat coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2547)\r\n\tat cfeventHandler2ecfc1694946359$func_PRIVATEINVOKER.runFunction(E:\Projects\Server_psu.jobs\psu.jobswebroot\coldbox\system\eventHandler.cfc:78)\r\n\tat coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)\r\n\tat coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405)\r\n\tat coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)\r\n\tat coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)\r\n\tat coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)\r\n\tat coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:517)\r\n\tat coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:496)\r\n\tat coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:355)\r\n\tat coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2301)\r\n\tat cfController2ecfc1993290275$funcINVOKER.runFunction(E:\Projects\Server_psu.jobs\psu.jobswebroot\coldbox\system\web\Controller.cfc:749)\r\n\tat coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)\r\n\tat coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)\r\n\tat coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)\r\n\tat coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)\r\n\tat coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220)\r\n\tat coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2582)\r\n\tat cfController2ecfc1993290275$func_RUNEVENT.runFunction(E:\Projects\Server_psu.jobs\psu.jobswebroot\coldbox\system\web\Controller.cfc:587)\r\n\tat coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)\r\n\tat coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)\r\n\tat coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)\r\n\tat coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)\r\n\tat coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:517)\r\n\tat coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2547)\r\n\tat cfController2ecfc1993290275$funcRUNEVENT.runFunction(E:\Projects\Server_psu.jobs\psu.jobswebroot\coldbox\system\web\Controller.cfc:425)\r\n\tat coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)\r\n\tat coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)\r\n\tat coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)\r\n\tat coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)\r\n\tat coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:517)\r\n\tat coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:496)\r\n\tat coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:355)\r\n\tat coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2301)\r\n\tat cfBootstrap2ecfc690792280$funcPROCESSCOLDBOXREQUEST.runFunction(E:\Projects\Server_psu.jobs\psu.jobswebroot\coldbox\system\Bootstrap.cfc:197)\r\n\tat coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)\r\n\tat coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)\r\n\tat coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)\r\n\tat coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)\r\n\tat coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220)\r\n\tat coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2582)\r\n\tat cfBootstrap2ecfc690792280$funcONREQUESTSTART.runFunction(E:\Projects\Server_psu.jobs\psu.jobswebroot\coldbox\system\Bootstrap.cfc:352)\r\n\tat coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)\r\n\tat coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405)\r\n\tat coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)\r\n\tat coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)\r\n\tat coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)\r\n\tat coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220)\r\n\tat coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:491)\r\n\tat coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:337)\r\n\tat coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2360)\r\n\tat cfApplication2ecfc688572111$funcONREQUESTSTART.runFunction(E:\Projects\Server_psu.jobs\psu.jobswebroot\Application.cfc:49)\r\n\tat coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)\r\n\tat coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405)\r\n\tat coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)\r\n\tat coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)\r\n\tat coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)\r\n\tat coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220)\r\n\tat coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:491)\r\n\tat coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:337)\r\n\tat coldfusion.runtime.AppEventInvoker.invoke(AppEventInvoker.java:88)\r\n\tat coldfusion.runtime.AppEventInvoker.onRequestStart(AppEventInvoker.java:258)\r\n\tat coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:349)\r\n\tat coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)\r\n\tat coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)\r\n\tat coldfusion.filter.PathFilter.invoke(PathFilter.java:94)\r\n\tat coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)\r\n\tat coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)\r\n\tat coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)\r\n\tat coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)\r\n\tat coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)\r\n\tat coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)\r\n\tat coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)\r\n\tat coldfusion.CfmServlet.service(CfmServlet.java:201)\r\n\tat coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)\r\n\tat jrun.servlet.FilterChain.doFilter(FilterChain.java:86)\r\n\tat coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)\r\n\tat coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)\r\n\tat jrun.servlet.FilterChain.doFilter(FilterChain.java:94)\r\n\tat jrun.servlet.FilterChain.service(FilterChain.java:101)\r\n\tat jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)\r\n\tat jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)\r\n\tat jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)\r\n\tat jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)\r\n\tat jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)\r\n\tat jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)\r\n\tat jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)\r\n”,“Detail”:"",“ErrNumber”:0,“Message”:“Variable LISTNOSHOWPAYLEVEL is undefined.”,“Type”:“Expression”,“TagContext”:[{“RAW_TRACE”:"\tat cfJobService2ecfc624199050$funcGETJOBDISPLAYINFO.runFunction(E:\Projects\Server_psu.jobs\psu.jobswebroot\models\JobService.cfc:119)",“ID”:"??",“TEMPLATE”:“E:\Projects\Server_psu.jobs\psu.jobswebroot\models\JobService.cfc”,“LINE”:119,“TYPE”:“CFML”,“COLUMN”:0},{“RAW_TRACE”:"\tat cfjob2ecfc1350302636$funcDETAIL.runFunction(E:\Projects\Server_psu.jobs\psu.jobswebroot\handlers\job.cfc:49)",“ID”:“CF_TEMPLATEPROXY”,“TEMPLATE”:“E:\Projects\Server_psu.jobs\psu.jobswebroot\handlers\job.cfc”,“LINE”:49,“TYPE”:“CFML”,“COLUMN”:0},{“RAW_TRACE”:"\tat cfeventHandler2ecfc1694946359$func_PRIVATEINVOKER.runFunction(E:\Projects\Server_psu.jobs\psu.jobswebroot\coldbox\system\eventHandler.cfc:78)",“ID”:“CF_UDFMETHOD”,“TEMPLATE”:“E:\Projects\Server_psu.jobs\psu.jobswebroot\coldbox\system\eventHandler.cfc”,“LINE”:78,“TYPE”:“CFML”,“COLUMN”:0},{“RAW_TRACE”:"\tat cfController2ecfc1993290275$funcINVOKER.runFunction(E:\Projects\Server_psu.jobs\psu.jobswebroot\coldbox\system\web\Controller.cfc:749)",“ID”:“CF_TEMPLATEPROXY”,“TEMPLATE”:“E:\Projects\Server_psu.jobs\psu.jobswebroot\coldbox\system\web\Controller.cfc”,“LINE”:749,“TYPE”:“CFML”,“COLUMN”:0},{“RAW_TRACE”:"\tat cfController2ecfc1993290275$func_RUNEVENT.runFunction(E:\Projects\Server_psu.jobs\psu.jobswebroot\coldbox\system\web\Controller.cfc:587)",“ID”:“CF_UDFMETHOD”,“TEMPLATE”:“E:\Projects\Server_psu.jobs\psu.jobswebroot\coldbox\system\web\Controller.cfc”,“LINE”:587,“TYPE”:“CFML”,“COLUMN”:0},{“RAW_TRACE”:"\tat cfController2ecfc1993290275$funcRUNEVENT.runFunction(E:\Projects\Server_psu.jobs\psu.jobswebroot\coldbox\system\web\Controller.cfc:425)",“ID”:“CF_UDFMETHOD”,“TEMPLATE”:“E:\Projects\Server_psu.jobs\psu.jobswebroot\coldbox\system\web\Controller.cfc”,“LINE”:425,“TYPE”:“CFML”,“COLUMN”:0},{“RAW_TRACE”:"\tat cfBootstrap2ecfc690792280$funcPROCESSCOLDBOXREQUEST.runFunction(E:\Projects\Server_psu.jobs\psu.jobswebroot\coldbox\system\Bootstrap.cfc:197)",“ID”:“CF_TEMPLATEPROXY”,“TEMPLATE”:“E:\Projects\Server_psu.jobs\psu.jobswebroot\coldbox\system\Bootstrap.cfc”,“LINE”:197,“TYPE”:“CFML”,“COLUMN”:0},{“RAW_TRACE”:"\tat cfBootstrap2ecfc690792280$funcONREQUESTSTART.runFunction(E:\Projects\Server_psu.jobs\psu.jobswebroot\coldbox\system\Bootstrap.cfc:352)",“ID”:“CF_UDFMETHOD”,“TEMPLATE”:“E:\Projects\Server_psu.jobs\psu.jobswebroot\coldbox\system\Bootstrap.cfc”,“LINE”:352,“TYPE”:“CFML”,“COLUMN”:0},{“RAW_TRACE”:"\tat cfApplication2ecfc688572111$funcONREQUESTSTART.runFunction(E:\Projects\Server_psu.jobs\psu.jobswebroot\Application.cfc:49)",“ID”:“CF_TEMPLATEPROXY”,“TEMPLATE”:“E:\Projects\Server_psu.jobs\psu.jobswebroot\Application.cfc”,“LINE”:49,“TYPE”:“CFML”,“COLUMN”:0}]}}