I get a strange error when I add a new property to message.properties file in my grails application during runtime. When I restart the application via the command line, or resta
This happened to me when I installed java 8 in parallel with java 7 on Ubuntu but didn't properly configure it with update-alternatives. Specifically, JAVA_HOME was not set properly.