Grails 2.4.2 - ERROR context.ContextLoader - Context initialization failed
问题 I have a Grails 2.4.2 application that runs fine in one environment. Now, we need to set it up in another environment wherein we have some restrictions related to accessing the Maven Repositories. So, I had to make some changes in BuildConfig.groovy file to make the application run fine in the new environment. I have access to the JARs and the local version of code for a custom plugin. I have installed the JARs into my local Maven repository and placed the code files for the custom plugin