setting RegisteredHandlers does not exist (ColdBox/MXUnit error)

So, we have a ColdBox app and a MXUnit test.cfm very similar to the
testSuite
template. When run it the browser the first time it works correctly.
Subsequent runs result in a "Framework.SettingNotFoundException:
setting RegisteredHandlers does not exist" error. Once we run
fwreinit to reinit the framework the test suite runs fine again,
once . I suspect this is a RemoteFacade issue, but any guidance would
be appreciated as to what needs to be done to stop this from
happening. BTW the app runs just fine other than this problem. The
error only seems to occur with MXUnit.