Feb 19
I’m having at look a GRails 1.0.1. I get a little problem after setup and here is a little trick to help you if you encounter the same kind of problem.
So I installed version 1.0.1 that you can download here. I’ve set up the environment variables and launched “grails” on the command line.
At that point I get some weird message as “Xxxx was unexpected at this time”. This was due to my JAVA_OPTS. To find the problem, just setup the DEBUG environment variable to anything you want.
This way you will see the content of the batch command executed and will be able to find the root cause of your problem.