Could not find the ColdFusion component or interface only rarely

225 views Asked by At

In a ColdBox application I have this code in my main handler's onException function:

getModel('JVMUtils@cbcommons')

In the past month I've seen this throw the error that it can't find it 17 times. During the same time, the application has (sadly) had hundreds if not thousands of unhandled exceptions that hit the onException handler and this particular line of code and didn't die from not finding the component.

What could cause it to find it nearly every time, but not on these rare occasions?

0

There are 0 answers