I\'m trying to run grails list-profiles, but receive the following error:
grails list-profiles
snowch@snowch-ws2:~/repos$ grails list-profiles --stacktrace | Error E
i had the same issue because i was using Grails 1.3.5 witj Java 8 which are incompatibles. I changed with Java 7 and it works fine.