RE: Re: Re: [coldbox:23146] [Coldbox-4.0] Injecting VirtualEntityService - Dependency Not Found

Have you installed the bleeding edge of ColdBox?

Open /coldbox/system/web/config/settings.cfc and tell me what “this.version” is set to.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

I downloaded it from ForgeBox last night. Looking at the version it’s 4.0.0+00002. The readme shows “Built on December 17 2014”.

I can get to the next step if I turn autoLoad modules to false. They will show up as registered modules in the Coldbox default page, however I don’t think they’re actually activated. In my handler, I added the following property:
`
property name=“businessService” inject=“entityService:Business”;

`

My Business.cfc is:
<b> component persistent="true" { property name="businessID" fieldType="id" generator="increment"; property name="business"; property name="businessName"; } </b>

No DSL errors, but businessService is not defined.

Hmm, can you send me some more details about your environment? (Sorry if you’ve shared them in other threads, but it’s hard to keep track of everyone).

I just created a fresh ColdBox 4.0 site, installed the cborm module and started it up without any errors using the following commands:

mkdir moduletest
cd moduletest
coldbox create app myApp --installColdBoxBE
install cborm
list
start

The list command shows the following output:

Dependency Hierarchy for myapp (0.0.0)
├── coldbox-be (4.0.0)
└─┬ cborm (1.0.0)
├── cbi18n (1.0.0)
└─┬ cbvalidation (1.0.0)
└── cbi18n (1.0.0)

When the app starts up, all the modules load fine and the app runs without error.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Well unfortunately I am not able to use CommandBox to list out the hierarchy like you have there. However, I can tell you my folder structure:

modules/cborm modules/cbil8n modules/cbvalidation

In Application.cfc, I have the following mappings:

this.mappings[ "/coldbox" ] = COLDBOX_APP_ROOT_PATH & "coldbox"; this.mappings[ "/cborm" ] = COLDBOX_APP_ROOT_PATH & "modules/cborm";

And in Coldbox.cfc, I have:

`

// Module Directives
modules = {
//Turn to false in production
autoReload = true,
// An array of modules names to load, empty means all of them
include = [],
// An array of modules names to NOT load, empty means none
exclude = []
};

`

With that setup, I get the errors for getValidationManager() and getFWLocale(). If I remove the cbil8n and cbvalidation modules, comment out the dependency in cborm, then it loads without error.

I used CommandBox at home and generated the modules successfully. I’ll zip the app up and try it tomorrow.

Still at a loss here. I created the app using CommandBox at home and everything was fine. I zipped up the project and tried it at the office. I copied /coldbox to my application root as well as the /modules folder. I compared Coldbox.cfc, CacheBox.cfc, and Wirebox.cfc with what CommandBox generated with no differences other than custom layouts, app name, etc in Coldbox.cfc.

In Application.cfc, the only different is I have the following mapping:
`
this.mappings[ “/coldbox” ] = COLDBOX_APP_ROOT_PATH & “coldbox”;

`

With this mapping in place, I get an error about the routines being declared twice. Without it, I get errors from CacheBoxProvider.cfc where it can’t seem to find components.

Perhaps you another version of ColdBox installed on your server at work that is interfering? Are there any server level mappings or coldbox folders in the web root? Also, I don’t believe you ever shared the details about your server. What operating system, CFML engine,etc? This could be an issue only affecting Adobe CF, for instance.

Can you expound on the CacheBoxProvider.cfc error? I don’t recall you talking about that one.

Please provide with a full error trace for these issues.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

My guess was possibly a version of ColdBox at the server-mapping level, but I can’t confirm it. I have no access to the server settings, and only limited access to the web root (our app is nested a few levels within the root).

As for the server, I know it’s Linux (unsure of OS) and CF10. The CacheBoxProvider.cfc error was related to unable to find a component, nothing inherently wrong with CacheBoxProvider itself.

At first I thought perhaps we were restricted from creating app-specific mapping, but I did a few tests and that doesn’t appear to be the case. It’s almost like my application mapping isn’t carrying into ColdBox itself. What I mean by that is, the framework used to be in the root of my application:

myapp

  • /coldbox
  • /handlers
  • /[etc]

I have since moved it to a frameworks directory:

myapp

  • /frameworks/coldbox
  • /handlers
  • /[etc]

With that comes these mappings:
`

this.mappings[ “/coldbox” ] = COLDBOX_APP_ROOT_PATH & “frameworks/coldbox”;
this.mappings[ “/models” ] = COLDBOX_APP_ROOT_PATH & “models”; // orm

`

In my onRequestStart, I tried the following:
`

writeDump(createObject(“frameworks.coldbox.system.Bootstrap”));
writeDump(createObject(“coldbox.system.Bootstrap”));

`

This dumps the components fine, which leads me to believe my mapping and full path to the component is working just fine. However, when the request is being processed, I get the following error:

Could not find the ColdFusion component or interface /mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/coldbox/system/ioc/config/Binder.cfc. |

  • |
    Ensure that the name is correct and that the component or interface exists. |

/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp is the root of my app. I don’t know why it’s trying to find ColdBox there. ColdBox exists under:

/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox as defined by my mapping.

Full stack trace, please.

What does your WireBox config (if you have one) extend? This is the /config/WireBox.cfc file.

What version of Railo do you have installed? Dump out the server scope to see this.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

I am not getting the exception any longer. Before you posted, I modified config/Wirebox.cfc and changed extends to “frameworks.coldbox.system.ioc.config.Binder” and then back to “coldbox.system.ioc.config.Binder”. It appears maybe component cache was causing a problem and changing the file made it recompile. Of course, now I am back to it saying getFWLocale() is duplicated again.

A dump of the server:

struct
coldfusion
struct
InstallKit Native UNIX
SERVICETAGATTRIBUTES
struct
CFQUERY blockfactor,cachedafter,cachedwithin,cacheId,cacheRegion,clientInfo,datasource,dbname,dbtype,debug,fetchClientInfo,maxrows,name,ormOptions,password,result,sql,timeout,username

appserver J2EE
expiration {ts ‘2014-12-29 06:45:20’}
productlevel Enterprise
productname ColdFusion Server
productversion 10,0,13,287689
rootdir /opt/coldfusion/dfsintranet
supportedlocales Chinese (China),Chinese (Hong Kong),Chinese (Taiwan),Dutch (Belgian),Dutch (Standard),English (Australian),English (Canadian),English (New Zealand),English (UK),English (US),French (Belgian),French (Canadian),French (Standard),French (Swiss),German (Austrian),German (Standard),German (Swiss),Italian (Standard),Italian (Swiss),Japanese,Korean,Norwegian (Bokmal),Norwegian (Nynorsk),Portuguese (Brazilian),Portuguese (Standard),Spanish (Mexican),Spanish (Modern),Spanish (Standard),Swedish,ar,ar_AE,ar_BH,ar_DZ,ar_EG,ar_IQ,ar_JO,ar_KW,ar_LB,ar_LY,ar_MA,ar_OM,ar_QA,ar_SA,ar_SD,ar_SY,ar_TN,ar_YE,be,be_BY,bg,bg_BG,ca,ca_ES,cs,cs_CZ,da,da_DK,de,de_AT,de_CH,de_DE,de_LU,el,el_CY,el_GR,en,en_AU,en_CA,en_GB,en_IE,en_IN,en_MT,en_NZ,en_PH,en_SG,en_US,en_ZA,es,es_AR,es_BO,es_CL,es_CO,es_CR,es_DO,es_EC,es_ES,es_GT,es_HN,es_MX,es_NI,es_PA,es_PE,es_PR,es_PY,es_SV,es_US,es_UY,es_VE,et,et_EE,fi,fi_FI,fr,fr_BE,fr_CA,fr_CH,fr_FR,fr_LU,ga,ga_IE,hi_IN,hr,hr_HR,hu,hu_HU,in,in_ID,is,is_IS,it,it_CH,it_IT,iw,iw_IL,ja,ja_JP,ja_JP_JP,ko,ko_KR,lt,lt_LT,lv,lv_LV,mk,mk_MK,ms,ms_MY,mt,mt_MT,nl,nl_BE,nl_NL,no,no_NO,no_NO_NY,pl,pl_PL,pt,pt_BR,pt_PT,ro,ro_RO,ru,ru_RU,sk,sk_SK,sl,sl_SI,sq,sq_AL,sr,sr_BA,sr_CS,sr_ME,sr_RS,sv,sv_SE,th,th_TH,th_TH_TH,tr,tr_TR,uk,uk_UA,vi,vi_VN,zh,zh_CN,zh_HK,zh_SG,zh_TW

os
struct
additionalinformation Linux
arch amd64
buildnumber [empty string]
name UNIX
version 2.6.32-131.0.15.el6.x86_64

Here’s the stacktrace of getFWLocale being declared twice:

struct
Detail The routine getFWLocale has been declared twice in different templates.
Message Routines cannot be declared more than once.
StackTrace coldfusion.runtime.CfJspPage$DynamicDuplicateFunctionDefinitionException: Routines cannot be declared more than once. at coldfusion.runtime.CfJspPage.registerUDF(CfJspPage.java:2594) at cfMixins2ecfm2080131104.registerUDFs(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/modules/cbi18n/models/Mixins.cfm) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:425) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2799) at cfFrameworkSupertype2ecfc1850337085$funcINCLUDEUDF.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/FrameworkSupertype.cfc:428) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) 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:2659) at cfFrameworkSupertype2ecfc1850337085$funcLOADAPPLICATIONHELPERS.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/FrameworkSupertype.cfc:443) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) 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:2659) at cfEventHandler2ecfc2115522420$funcINIT.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/EventHandler.cfc:58) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) 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:518) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:660) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:469) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2373) at coldfusion.tagext.lang.InvokeTag.doEndTag(InvokeTag.java:402) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2800) at cfBuilder2ecfc1950031977$funcBUILDCFC.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/Builder.cfc:127) 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:655) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:444) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:414) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2432) at cfInjector2ecfc886086645$funcBUILDINSTANCE.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/Injector.cfc:288) 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:655) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:444) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:414) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2432) at cfNoScope2ecfc1348074724$funcGETFROMSCOPE.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/scopes/NoScope.cfc:31) 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:655) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:444) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:414) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2432) at cfInjector2ecfc886086645$funcGETINSTANCE.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/Injector.cfc:261) 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:655) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:444) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:414) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2432) at cfBuilder2ecfc1950031977$funcTOVIRTUALINHERITANCE.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/Builder.cfc:556) 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:2659) at cfBuilder2ecfc1950031977$funcBUILDCFC.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/Builder.cfc:108) 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:655) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:444) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:414) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2432) at cfInjector2ecfc886086645$funcBUILDINSTANCE.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/Injector.cfc:288) 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:655) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:444) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:414) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2432) at cfNoScope2ecfc1348074724$funcGETFROMSCOPE.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/scopes/NoScope.cfc:31) 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:655) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:444) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:414) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2432) at cfInjector2ecfc886086645$funcGETINSTANCE.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/Injector.cfc:261) 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:655) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:444) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:414) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2432) at cfHandlerService2ecfc1939417790$funcNEWHANDLER.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/web/services/HandlerService.cfc:120) 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:2659) at cfHandlerService2ecfc1939417790$funcGETHANDLER.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/web/services/HandlerService.cfc:141) 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:655) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:444) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:414) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2432) at cfController2ecfc2052006173$funcRUNEVENT.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/web/Controller.cfc:499) 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:655) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:444) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:414) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2432) at cfBootstrap2ecfc1848854540$funcPROCESSCOLDBOXREQUEST.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/Bootstrap.cfc:167) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) 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:2659) at cfBootstrap2ecfc1848854540$funcONREQUESTSTART.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/Bootstrap.cfc:349) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) 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:655) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:444) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:414) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2432) at cfApplication2ecfc1976571788$funcONREQUESTSTART.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/Application.cfc:76) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) 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:655) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:444) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:414) at coldfusion.runtime.AppEventInvoker.invoke(AppEventInvoker.java:108) at coldfusion.runtime.AppEventInvoker.onRequestStart(AppEventInvoker.java:278) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:417) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:112) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:94) 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:58) 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:219) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doHttpServletRequest(FusionReactorCoreFilter.java:503) at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFusionRequest(FusionReactorCoreFilter.java:337) at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFilter(FusionReactorCoreFilter.java:246) at com.intergral.fusionreactor.filter.FusionReactorFilter.doFilter(FusionReactorFilter.java:121) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:414) at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:204) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:539) at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662)
TagContext
array
1
struct
COLUMN 0
ID CFINCLUDE
LINE 428
RAW_TRACE at cfFrameworkSupertype2ecfc1850337085$funcINCLUDEUDF.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/FrameworkSupertype.cfc:428)
TEMPLATE /mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/FrameworkSupertype.cfc
TYPE CFML

2
struct
COLUMN 0
ID CF_UDFMETHOD
LINE 443
RAW_TRACE at cfFrameworkSupertype2ecfc1850337085$funcLOADAPPLICATIONHELPERS.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/FrameworkSupertype.cfc:443)
TEMPLATE /mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/FrameworkSupertype.cfc
TYPE CFML

3
struct
COLUMN 0
ID CF_UDFMETHOD
LINE 58
RAW_TRACE at cfEventHandler2ecfc2115522420$funcINIT.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/EventHandler.cfc:58)
TEMPLATE /mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/EventHandler.cfc
TYPE CFML

4
struct
COLUMN 0
ID CFINVOKE
LINE 127
RAW_TRACE at cfBuilder2ecfc1950031977$funcBUILDCFC.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/Builder.cfc:127)
TEMPLATE /mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/Builder.cfc
TYPE CFML

5
struct
COLUMN 0
ID CF_TEMPLATEPROXY
LINE 288
RAW_TRACE at cfInjector2ecfc886086645$funcBUILDINSTANCE.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/Injector.cfc:288)
TEMPLATE /mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/Injector.cfc
TYPE CFML

6
struct
COLUMN 0
ID CF_TEMPLATEPROXY
LINE 31
RAW_TRACE at cfNoScope2ecfc1348074724$funcGETFROMSCOPE.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/scopes/NoScope.cfc:31)
TEMPLATE /mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/scopes/NoScope.cfc
TYPE CFML

7
struct
COLUMN 0
ID CF_TEMPLATEPROXY
LINE 261
RAW_TRACE at cfInjector2ecfc886086645$funcGETINSTANCE.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/Injector.cfc:261)
TEMPLATE /mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/Injector.cfc
TYPE CFML

8
struct
COLUMN 0
ID CF_TEMPLATEPROXY
LINE 556
RAW_TRACE at cfBuilder2ecfc1950031977$funcTOVIRTUALINHERITANCE.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/Builder.cfc:556)
TEMPLATE /mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/Builder.cfc
TYPE CFML

9
struct
COLUMN 0
ID CF_UDFMETHOD
LINE 108
RAW_TRACE at cfBuilder2ecfc1950031977$funcBUILDCFC.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/Builder.cfc:108)
TEMPLATE /mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/Builder.cfc
TYPE CFML

10
struct
COLUMN 0
ID CF_TEMPLATEPROXY
LINE 288
RAW_TRACE at cfInjector2ecfc886086645$funcBUILDINSTANCE.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/Injector.cfc:288)
TEMPLATE /mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/Injector.cfc
TYPE CFML

11
struct
COLUMN 0
ID CF_TEMPLATEPROXY
LINE 31
RAW_TRACE at cfNoScope2ecfc1348074724$funcGETFROMSCOPE.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/scopes/NoScope.cfc:31)
TEMPLATE /mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/scopes/NoScope.cfc
TYPE CFML

12
struct
COLUMN 0
ID CF_TEMPLATEPROXY
LINE 261
RAW_TRACE at cfInjector2ecfc886086645$funcGETINSTANCE.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/Injector.cfc:261)
TEMPLATE /mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/ioc/Injector.cfc
TYPE CFML

13
struct
COLUMN 0
ID CF_TEMPLATEPROXY
LINE 120
RAW_TRACE at cfHandlerService2ecfc1939417790$funcNEWHANDLER.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/web/services/HandlerService.cfc:120)
TEMPLATE /mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/web/services/HandlerService.cfc
TYPE CFML

14
struct
COLUMN 0
ID CF_UDFMETHOD
LINE 141
RAW_TRACE at cfHandlerService2ecfc1939417790$funcGETHANDLER.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/web/services/HandlerService.cfc:141)
TEMPLATE /mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/web/services/HandlerService.cfc
TYPE CFML

15
struct
COLUMN 0
ID CF_TEMPLATEPROXY
LINE 499
RAW_TRACE at cfController2ecfc2052006173$funcRUNEVENT.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/web/Controller.cfc:499)
TEMPLATE /mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/web/Controller.cfc
TYPE CFML

16
struct
COLUMN 0
ID CF_TEMPLATEPROXY
LINE 167
RAW_TRACE at cfBootstrap2ecfc1848854540$funcPROCESSCOLDBOXREQUEST.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/Bootstrap.cfc:167)
TEMPLATE /mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/Bootstrap.cfc
TYPE CFML

17
struct
COLUMN 0
ID CF_UDFMETHOD
LINE 349
RAW_TRACE at cfBootstrap2ecfc1848854540$funcONREQUESTSTART.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/Bootstrap.cfc:349)
TEMPLATE /mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/frameworks/coldbox/system/Bootstrap.cfc
TYPE CFML

18
struct
COLUMN 0
ID CF_TEMPLATEPROXY
LINE 76
RAW_TRACE at cfApplication2ecfc1976571788$funcONREQUESTSTART.runFunction(/mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/Application.cfc:76)
TEMPLATE /mnt/cfcontent/dfsintranet/groups/na/dialerstrategy/Dev/Sandbox_tmp/Application.cfc
TYPE CFML

Type Application
routineName getFWLocale

Can you check with your administrator to ensure “Component Cache” and “Cache Web Server Paths” aren’t enabled in the administrator.

If you have other sites also running ColdBox, it could be caching their paths and using the wrong CFCs.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

I had a feeling you were going to ask that… We have 0 control of any access or knowing what configuration the administrator has, even on dev. Not even the highest manager on this project has any sway in how it’s configured.

Good news. I was able to find a host of CommandBox w/ JRE that wasn’t blocked by the proxy and it runs just fine.I copied the code base I’ve been having issues with and started the Railo server - modules load as expected. The ACF dev server crashed yesterday and is still down so hopfully when they boot it back up, all paths will be fixed and it’ll load properly.

Thanks for helping through this!

Now that you have CommandBox running, it sounds to me like you just found you new development server :slight_smile:

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com