I am getting this error when running grails run-app:
Error executing bootstraps: Error creating bean with name \'messageSource\': Initi
If jdk is Java 7u25 and grails 2.2.1, may be a solution:: Grails suddenly throws error Could not determine Hibernate dialect for database name
The information that the error is fixed in grails 2.2.3 is correct. I tested it and it worked. A point to be made is (Spring loaded causes Grails to fail to bootstrap using Oracle JDK 1.7u25):
I hope you find it useful :)