[ColdBox SEEK 4.0.0+00002 (Gideon Beta)] Mapping issue in Advanced Skeleton

I’m attempting to create a new app in a sub-folder on a CF 10 server and the mapping appears to be wrong even though I have set it up and verified it will work in other apps.

I get the following error on startup:
Could not find the ColdFusion component or interface /var/www/html/public/coldbox/system/web/services/BaseService.cfc.

The error occurred in /var/www/html/public/wayneCB/coldbox/system/web/Controller.cfc: line 88
Called from /var/www/html/public/wayneCB/coldbox/system/Bootstrap.cfc: line 69
Called from /var/www/html/public/wayneCB/Application.cfc: line 42

86 :
87 : // LogBox Default Configuration & Creation
88 : services.loaderService = new coldbox.system.web.services.LoaderService( this );
89 : variables.logBox = services.loaderService.createDefaultLogBox();
90 : variables.log = variables.logBox.getLogger( this );

Here is what I did to set up the app:

1: Opened commandbox and created a folder on the root of the server’s root: W:\wayneCB.
2. cd into the folder and issued: coldbox create app --wizard
3. During the setup, I told it to download coldbox and to use the Advanced skeleton.
4. After everything was set up, I started the Railo server from commandbox to verify that the app worked.
5. I added/modified the following in Application.cfc to use this sub-folder for the app:

`
<cfset this.mappings["/coldbox"] = (getDirectoryFromPath(getCurrentTemplatePath()) & “coldbox/”)>

`

It almost seems like the mapping is not working correctly in CF10.

I also have gone through the same steps with the SuperSimple skeleton and it mostly worked (there is an issue with the CSS not loading) but I’m not sure if that would be any indication of the cause of the issue or not.

Am I doing something wrong or is this the correct way to go about it and something is just broken?

Hi,

Please check in coldfusion administration console that “Per Application Mappings” is enabled.
http://help.adobe.com/livedocs/coldfusion/8/htmldocs/help.html?content=appFramework_04.html