RE: [coldbox:14719] Error updagading to 3.5

The DSL Definition {JAVACAST={null},NAME={setupVariables},ARGNAME={},DSL={model},REQUIRED={false},SCOPE={variables},VALUE={null},REF={null}} did not produce any resulting dependencyThe target requesting the dependency is: ‘interceptor-loadApplicationVars’ The error occurred in C:\ColdFusion9\wwwroot\demo\coldbox\system\core\util\Util.cfc: line 164

Called from C:\ColdFusion9\wwwroot\demo\coldbox\system\ioc\Builder.cfc: line 361
Called from C:\ColdFusion9\wwwroot\demo\coldbox\system\ioc\Injector.cfc: line 575
Called from C:\ColdFusion9\wwwroot\demo\coldbox\system\ioc\Injector.cfc: line 462
Called from C:\ColdFusion9\wwwroot\demo\coldbox\system\ioc\scopes\Singleton.cfc: line 48
Called from C:\ColdFusion9\wwwroot\demo\coldbox\system\ioc\Injector.cfc: line 262
Called from C:\ColdFusion9\wwwroot\demo\coldbox\system\web\services\InterceptorService.cfc: line 233
Called from C:\ColdFusion9\wwwroot\demo\coldbox\system\web\services\InterceptorService.cfc: line 184
Called from C:\ColdFusion9\wwwroot\demo\coldbox\system\web\services\InterceptorService.cfc: line 100
Called from C:\ColdFusion9\wwwroot\demo\coldbox\system\web\services\InterceptorService.cfc: line 71
Called from C:\ColdFusion9\wwwroot\demo\coldbox\system\web\services\LoaderService.cfc: line 77
Called from C:\ColdFusion9\wwwroot\demo\coldbox\system\Coldbox.cfc: line 71
Called from C:\ColdFusion9\wwwroot\demo\Application.cfc: line 57

162 : 		<cfargument name="detail" 	required="false" default="">
163 : 		<cfargument name="type"  	required="false" default="Framework">
**164 : 		<cfthrow type="#arguments.type#" message="#arguments.message#"  detail="#arguments.detail#">**
165 : 	</cffunction>
166 : 	

I thought you said you changed the property to what I suggested and restarted ColdFusion?

This error message tells me you have not done that.

I did change the properties

The DSL Definition {JAVACAST={null},NAME={setupVariables},ARGNAME={},DSL={model:setupVariables},REQUIRED={false},SCOPE={variables},VALUE={null},REF={null}} did not produce any resulting dependencyThe target requesting the dependency is: ‘interceptor-loadApplicationVars’ The error occurred in C:\ColdFusion9\wwwroot\demo\coldbox\system\core\util\Util.cfc: line 164

Called from C:\ColdFusion9\wwwroot\demo\coldbox\system\ioc\Builder.cfc: line 361
Called from C:\ColdFusion9\wwwroot\demo\coldbox\system\ioc\Injector.cfc: line 575
Called from C:\ColdFusion9\wwwroot\demo\coldbox\system\ioc\Injector.cfc: line 462
Called from C:\ColdFusion9\wwwroot\demo\coldbox\system\ioc\scopes\Singleton.cfc: line 48
Called from C:\ColdFusion9\wwwroot\demo\coldbox\system\ioc\Injector.cfc: line 262
Called from C:\ColdFusion9\wwwroot\demo\coldbox\system\web\services\InterceptorService.cfc: line 233
Called from C:\ColdFusion9\wwwroot\demo\coldbox\system\web\services\InterceptorService.cfc: line 184
Called from C:\ColdFusion9\wwwroot\demo\coldbox\system\web\services\InterceptorService.cfc: line 100
Called from C:\ColdFusion9\wwwroot\demo\coldbox\system\web\services\InterceptorService.cfc: line 71
Called from C:\ColdFusion9\wwwroot\demo\coldbox\system\web\services\LoaderService.cfc: line 77
Called from C:\ColdFusion9\wwwroot\demo\coldbox\system\Coldbox.cfc: line 71
Called from C:\ColdFusion9\wwwroot\demo\Application.cfc: line 57

162 : 		<cfargument name="detail" 	required="false" default="">
163 : 		<cfargument name="type"  	required="false" default="Framework">
**164 : 		<cfthrow type="#arguments.type#" message="#arguments.message#"  detail="#arguments.detail#">**
165 : 	</cffunction>
166 : 	

Here is the log file I generated

“Severity”,“Appender”,“Date”,“Time”,“Category”,“Message”
“INFO”,“MYASYCFILE”,“05/04/2012”,“17:56:13”,“coldbox.system.cache.providers.CacheBoxColdBoxProvider”,“CacheBox Cache: default has been initialized successfully for operation”
“INFO”,“MYASYCFILE”,“05/04/2012”,“17:56:13”,“coldbox.system.cache.providers.CacheBoxColdBoxProvider”,“CacheBox Cache: TEMPLATE has been initialized successfully for operation”
“ERROR”,“MYASYCFILE”,“05/04/2012”,“17:56:15”,“coldbox.system.ioc.Builder”,“Target: interceptor-loadApplicationVars -> DSL Definition: {JAVACAST={null},NAME={setupVariables},ARGNAME={},DSL={model:setupVariables},REQUIRED={false},SCOPE={variables},VALUE={null},REF={null}} did not produce any resulting dependency”
“ERROR”,“MYASYCFILE”,“05/04/2012”,“17:56:15”,“coldbox.system.web.services.InterceptorService”,“Error creating interceptor: shared.interceptors.loadApplicationVars. The target requesting the dependency is: ‘interceptor-loadApplicationVars’ The DSL Definition {JAVACAST={null},NAME={setupVariables},ARGNAME={},DSL={model:setupVariables},REQUIRED={false},SCOPE={variables},VALUE={null},REF={null}} did not produce any resulting dependency coldfusion.runtime.CustomException: The DSL Definition {JAVACAST={null},NAME={setupVariables},ARGNAME={},DSL={model:setupVariables},REQUIRED={false},SCOPE={variables},VALUE={null},REF={null}} did not produce any resulting dependency at coldfusion.tagext.lang.ThrowTag.doStartTag(ThrowTag.java:142) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722) at cfUtil2ecfc1445796338$funcTHROWIT.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\core\util\Util.cfc:164) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:517) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:496) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:355) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2301) at cfBuilder2ecfc660707058$funcBUILDDSLDEPENDENCY.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\ioc\Builder.cfc:361) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:491) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:337) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2360) at cfInjector2ecfc215913753$funcPROCESSINJECTION.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\ioc\Injector.cfc:575) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2582) at cfInjector2ecfc215913753$funcAUTOWIRE.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\ioc\Injector.cfc:462) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:517) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:496) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:355) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2301) at cfSingleton2ecfc829370048$funcGETFROMSCOPE.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\ioc\scopes\Singleton.cfc:48) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:491) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:337) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2360) at cfInjector2ecfc215913753$funcGETINSTANCE.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\ioc\Injector.cfc:262) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:491) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:337) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2360) at cfInterceptorService2ecfc1465114391$funcCREATEINTERCEPTOR.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\web\services\InterceptorService.cfc:233) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2582) at cfInterceptorService2ecfc1465114391$funcREGISTERINTERCEPTOR.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\web\services\InterceptorService.cfc:184) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:517) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2547) at cfInterceptorService2ecfc1465114391$funcREGISTERINTERCEPTORS.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\web\services\InterceptorService.cfc:100) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2582) at cfInterceptorService2ecfc1465114391$funcONCONFIGURATIONLOAD.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\web\services\InterceptorService.cfc:71) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:491) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:337) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2360) at cfLoaderService2ecfc802810750$funcLOADAPPLICATION.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\web\services\LoaderService.cfc:77) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:491) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:337) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2360) at cfColdbox2ecfc178485846$funcLOADCOLDBOX.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\Coldbox.cfc:71) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:491) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:337) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2360) at cfApplication2ecfc750003693$funcONAPPLICATIONSTART.runFunction(C:\ColdFusion9\wwwroot\demo\Application.cfc:57) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:491) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:337) at coldfusion.runtime.AppEventInvoker.invoke(AppEventInvoker.java:88) at coldfusion.runtime.AppEventInvoker.onApplicationStart(AppEventInvoker.java:211) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:242) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:94) at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:79) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62) at coldfusion.CfmServlet.service(CfmServlet.java:200) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invokeNext(JRunRequestDispatcher.java:586) at jrun.servlet.JRunRequestDispatcher.forwardInvoke(JRunRequestDispatcher.java:555) at jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:203) at jrun.servlet.file.FileServlet.service(FileServlet.java:323) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) ExtraInfo:[{“RAW_TRACE”:”\tat cfUtil2ecfc1445796338$funcTHROWIT.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\core\util\Util.cfc:164)",“ID”:“CFTHROW”,“TEMPLATE”:“C:\ColdFusion9\wwwroot\demo\coldbox\system\core\util\Util.cfc”,“LINE”:“164”,“TYPE”:“CFML”,“COLUMN”:“0”},{“RAW_TRACE”:"\tat cfBuilder2ecfc660707058$funcBUILDDSLDEPENDENCY.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\ioc\Builder.cfc:361)",“ID”:“CF_TEMPLATEPROXY”,“TEMPLATE”:“C:\ColdFusion9\wwwroot\demo\coldbox\system\ioc\Builder.cfc”,“LINE”:“361”,“TYPE”:“CFML”,“COLUMN”:“0”},{“RAW_TRACE”:"\tat cfInjector2ecfc215913753$funcPROCESSINJECTION.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\ioc\Injector.cfc:575)",“ID”:“CF_TEMPLATEPROXY”,“TEMPLATE”:“C:\ColdFusion9\wwwroot\demo\coldbox\system\ioc\Injector.cfc”,“LINE”:“575”,“TYPE”:“CFML”,“COLUMN”:“0”},{“RAW_TRACE”:"\tat cfInjector2ecfc215913753$funcAUTOWIRE.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\ioc\Injector.cfc:462)",“ID”:“CF_UDFMETHOD”,“TEMPLATE”:“C:\ColdFusion9\wwwroot\demo\coldbox\system\ioc\Injector.cfc”,“LINE”:“462”,“TYPE”:“CFML”,“COLUMN”:“0”},{“RAW_TRACE”:"\tat cfSingleton2ecfc829370048$funcGETFROMSCOPE.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\ioc\scopes\Singleton.cfc:48)",“ID”:“CF_TEMPLATEPROXY”,“TEMPLATE”:“C:\ColdFusion9\wwwroot\demo\coldbox\system\ioc\scopes\Singleton.cfc”,“LINE”:“48”,“TYPE”:“CFML”,“COLUMN”:“0”},{“RAW_TRACE”:"\tat cfInjector2ecfc215913753$funcGETINSTANCE.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\ioc\Injector.cfc:262)",“ID”:“CF_TEMPLATEPROXY”,“TEMPLATE”:“C:\ColdFusion9\wwwroot\demo\coldbox\system\ioc\Injector.cfc”,“LINE”:“262”,“TYPE”:“CFML”,“COLUMN”:“0”},{“RAW_TRACE”:"\tat cfInterceptorService2ecfc1465114391$funcCREATEINTERCEPTOR.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\web\services\InterceptorService.cfc:233)",“ID”:“CF_TEMPLATEPROXY”,“TEMPLATE”:“C:\ColdFusion9\wwwroot\demo\coldbox\system\web\services\InterceptorService.cfc”,“LINE”:“233”,“TYPE”:“CFML”,“COLUMN”:“0”},{“RAW_TRACE”:"\tat cfInterceptorService2ecfc1465114391$funcREGISTERINTERCEPTOR.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\web\services\InterceptorService.cfc:184)",“ID”:“CF_UDFMETHOD”,“TEMPLATE”:“C:\ColdFusion9\wwwroot\demo\coldbox\system\web\services\InterceptorService.cfc”,“LINE”:“184”,“TYPE”:“CFML”,“COLUMN”:“0”},{“RAW_TRACE”:"\tat cfInterceptorService2ecfc1465114391$funcREGISTERINTERCEPTORS.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\web\services\InterceptorService.cfc:100)",“ID”:“CF_UDFMETHOD”,“TEMPLATE”:“C:\ColdFusion9\wwwroot\demo\coldbox\system\web\services\InterceptorService.cfc”,“LINE”:“100”,“TYPE”:“CFML”,“COLUMN”:“0”},{“RAW_TRACE”:"\tat cfInterceptorService2ecfc1465114391$funcONCONFIGURATIONLOAD.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\web\services\InterceptorService.cfc:71)",“ID”:“CF_UDFMETHOD”,“TEMPLATE”:“C:\ColdFusion9\wwwroot\demo\coldbox\system\web\services\InterceptorService.cfc”,“LINE”:“71”,“TYPE”:“CFML”,“COLUMN”:“0”},{“RAW_TRACE”:"\tat cfLoaderService2ecfc802810750$funcLOADAPPLICATION.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\web\services\LoaderService.cfc:77)",“ID”:“CF_TEMPLATEPROXY”,“TEMPLATE”:“C:\ColdFusion9\wwwroot\demo\coldbox\system\web\services\LoaderService.cfc”,“LINE”:“77”,“TYPE”:“CFML”,“COLUMN”:“0”},{“RAW_TRACE”:"\tat cfColdbox2ecfc178485846$funcLOADCOLDBOX.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\Coldbox.cfc:71)",“ID”:“CF_TEMPLATEPROXY”,“TEMPLATE”:“C:\ColdFusion9\wwwroot\demo\coldbox\system\Coldbox.cfc”,“LINE”:“71”,“TYPE”:“CFML”,“COLUMN”:“0”},{“RAW_TRACE”:"\tat cfApplication2ecfc750003693$funcONAPPLICATIONSTART.runFunction(C:\ColdFusion9\wwwroot\demo\Application.cfc:57)",“ID”:“CF_TEMPLATEPROXY”,“TEMPLATE”:“C:\ColdFusion9\wwwroot\demo\Application.cfc”,“LINE”:“57”,“TYPE”:“CFML”,“COLUMN”:“0”}]"

You have now, see this

DSL={model:setupVariables}

This is the DSL it is looking for, Coldbox looks at the beginning to decide the type of DSL it is. In this case it is a model defined by mode: and then it is the name of the component. The bottom line is that it will look for the setupVariables in the model directory that is defined in by the conventions.

The fact that this error is coming up is saying to us that the component setupVariables.cfc is not in the models directory.

And it is in the model directory

And your log file confirms what we have been trying to tell you, notice where it says Error. That is saying it can’t load the component to be injected. I also notice by the error message that it using the older ioc.builder and not the ioc.injector are you 100% certain you removed the interceptor for autowire from Coldbox.cfc?

And just so you know the log file even tells you which file is causing the problem.

OK 1 more think I think I know why it is doing this. I have shared environment. So when I run the site the model file is really under shared folder which consists of model folder

But is not the model folder, defined by your conventions.

If you want to do it this way you will need to create a binding in the wirebox.cfc for the component to be found.

Yes I am certain it is not longer there

how can i create a bindings in wirebox.cfc

try reading this

http://wiki.coldbox.org/wiki/WireBox.cfm

Also if you have multiple files in the directory shared, I would look at using the mapDirectory in wireBox

what would be appropriate syntax

its all in the link…

Kudos for Andrew for having the patience to help you, Erik. I would
have given up a long time ago when you overlooked the HUGE, BOLD word
that Andrew specifically asked you about.

Jason Durham