Advertisement
murp

Error CacheBox Standalone

Sep 3rd, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. The getColdBox method was not found.
  2. Either there are no methods with the specified method name and argument types or the getColdBox method is overloaded with argument types that ColdFusion cannot decipher reliably. ColdFusion found 0 methods that match the provided arguments. If this is a Java object and you verified that the method exists, use the javacast function to reduce ambiguity.
  3.  
  4. The error occurred in C:\Projects\MATGM\facade\wirebox\system\ioc\config\Binder.cfc: line 60
  5. Called from C:\Projects\MATGM\facade\util\wireboxConfig.cfc: line 66
  6. Called from C:\Projects\MATGM\facade\wirebox\system\ioc\Injector.cfc: line 975
  7. Called from C:\Projects\MATGM\facade\wirebox\system\ioc\Injector.cfc: line 123
  8. Called from C:\Projects\MATGM\facade\wirebox\system\ioc\Injector.cfc: line 92
  9. Called from C:\Projects\MATGM\facade\Application.cfc: line 34
  10.  
  11. 58 : instance.injector = arguments.injector;
  12. 59 : // ColdBox Context binding if any?
  13. 60 : instance.coldbox = instance.injector.getColdBox();
  14. 61 : // is coldbox linked
  15. 62 : if( isObject(instance.coldbox) ){
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement