Fresh download of 3.0 Beta Bundle, unzipped into a Railo/Tomcat install.
Go to the dashboard http://localhost/coldbox/dashboard/index.cfm
CB throws a validation error in the dashboard/coldbox.xml.cfm file
because of the default logging
<Root levelMin="FATAL" levelMax="TRACE" appenders="*" />
TRACE is not a valid enumerated item for that node. Change to INFO and
dashboard fires up.
Cheers,
Judah