Closed bodiam closed 9 years ago
Upload an example to github that reproduces the problem
I cannot reproduce this error. I've removed all my caches, etc. Maybe it was IntelliJ with a wrong working directory. Seems okay now!
Never mind; it still doesn't work 100%. The resources files (i18n) are now not picked up.
So are there steps to reproduce this issue?
closing due to lack of feedback
When I run
grails run-app
, my app works. But when I run the main Application.java, nothing works.Grails starts up, but suddenly runs on a different port (8080, instead of the 9090 I defined in my application.yml). When running the app now, I get the following error:
While running with run-app works just fine. It's probably caused by Grails not being able to load my data from the DB, causing errors.