ColdBox cannot find the coldbox.system.web.services.ExceptionService

Hi group,

We’re just going through some final testing on our new application and today they decided to set loose a pile of user to see how things handled. Generally everything was fine but we’ve had a couple of these CB errors turn up along the way ( visible to the user as well ).

Any ideas what might be causing this as physically the file is sitting on both our servers ( clustered )

Could not find the ColdFusion Component or Interface coldbox.system.web.services.ExceptionService.

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

The error occurred in C:/Inetpub/common/ColdBox/Core/v3.0.0 (vendor)/system/web/Controller.cfc: line 159
Called from C:/Inetpub/common/ColdBox/Core/v3.0.0 (vendor)/system/Coldbox.cfc: line 313
Called from C:/Inetpub/enrolNow/www/Application.cfc: line 73

157 :   <!--- Exception Service --->
158 :   <cffunction name="getExceptionService" access="public" output="false" returntype="any" hint="Get ExceptionService: coldbox.system.web.services.ExceptionService">
**159 :          <cfreturn CreateObject("component", "coldbox.system.web.services.ExceptionService").init(this)/>**
160 :   </cffunction>
161 : 

Cheers,
James

Putting dots in folder names can cause issues with mappings etc. Might be worth renaming although I’d expect that to break everything! The other thing is to make sure CF is caching paths.

Thanks for the quick reply John.

This happened x3 times - between the two servers. Refresh seem to fix it so it’s a one off thing happening ( making it a nightmare to debug ).

Where would I find out if CF is caching paths?

Is there anything on the ColdBox side of things with the caching that might be causing trouble as well?

Cheers,
James