Strange Error with RC2, CF9, and mappings.

I'm getting the error below when I do not have Coldbox in the webroot
but have a mapping set up. The strange thing is that I'm on CF9, not
Railo, but it is telling me there is an error with the
RailProvider.cfc. I'm using RC2.

Here is my ColdBox mapping:
<cfset this.mappings["/coldbox"] = "C:\WebRoot\Development\Coldbox
\3.0.0 RC2">

And the error:

Yea, this happens when using the orm and scanning by cf9 occurrs and reports errors on invalid components. You can remove the railo provider if you like or do the following on the application.cfc

this. skipCFCWithError = true