web-servicesgrailsbuildggts

grails FAILURE: Build failed with an exception.Execution failed fro task ':boot run'


got this error while I tried to run my very first grail app..:( enter image description heregot this error while I tried to run my very first grail app..:(


Solution

  • Some steps you can follow to resolve...

    1. Check the JDK and Grails, both need to be same 32 bit or both need to be same 64 bit
    2. Execute this on command prompt: java -Xmx2048m -Xms256m
    3. Then rebuild and run app