coldbox and codexwiki.org "Could not find the included template /config/routes.cfm"

Hello Everyone,

I just tried to do a fresh installation of CodexWiki.org which
includes the ColdBox framework, but as soon as I try to access the
Wiki I get this strange error:

--------------- START -------------

Error including config file: Could not find the included template /
config/routes.cfm.
Note: If you wish to use an absolute template path (for example,
template="/mypath/index.cfm") with CFINCLUDE, you must create a
mapping for the path using the ColdFusion Administrator. Or, you can
use per-application settings to specify mappings specific to this
application by specifying a mappings struct to THIS.mappings in
Application.cfc.
Using relative paths (for example, template="index.cfm" or
template="../index.cfm") does not require the creation of any special
mappings. It is therefore recommended that you use relative paths with
CFINCLUDE whenever possible.

The error occurred in C:\JRun4\servers\PEMICRO\coldbox\system
\frameworkSupertype.cfc: line 374
Called from C:\JRun4\servers\PEMICRO\coldbox\system\interceptors
\ses.cfc: line 47
Called from C:\JRun4\servers\PEMICRO\codex\interceptors\util\ses.cfc:
line 45
Called from C:\JRun4\servers\PEMICRO\coldbox\system\services
\InterceptorService.cfc: line 140
Called from C:\JRun4\servers\PEMICRO\coldbox\system\services
\InterceptorService.cfc: line 60
Called from C:\JRun4\servers\PEMICRO\coldbox\system\services
\LoaderService.cfc: line 107
Called from C:\JRun4\servers\PEMICRO\coldbox\system\services
\LoaderService.cfc: line 37
Called from C:\JRun4\servers\PEMICRO\coldbox\system\coldbox.cfc: line
56
Called from C:\JRun4\servers\PEMICRO\codex\Application.cfc: line 41

372 : <cfargument name="type" type="string" required="no"
default="Framework">
373 : <!---
************************************************************* --->
374 : <cfthrow type="#arguments.type#"
message="#arguments.message#" detail="#arguments.detail#">
375 : </cffunction>
376 :

----------------- END ---------------

Any ideas? I create a mapping in coldfusion 8 from /coldbox/ to my
absolute path to coldbox and that did not fix anything (btw, I'm using
the default /coldbox/ dir name in the app root).