[coldbox-1.2.0] First time install error(s)

I prayed and God gave me the answer you can not put the app in a sub folder named contentbox. If someone is installing this in a sub folder on their root the sub folder must be named cbapp. you can change the sub folder name only after you changed the mapping in the application.cfc thank God and Brad for the help Amen. the last part of this puzzle is the url rewrites on cold fusion server

Ahh yes, that is very tricky. Since ColdFusion uses folders in the web root to look up mapping paths, you’ll get confusion on where /contentbox points to.

The error is misleading, it basically means the request was aborted due to a timeout. So the app was trying to initialize and it was aborted by CF.

I would do the following:

  1. Check your timeout, remove it or make it really high for development
  2. Check that you do not have Adobe Report Execution Times turned on. This setting is EVIL and makes any CFC based application crawl on its knees.

Opps, stupid threads messed me up!