Everytime I run the grails application using
run-app
It runs fine but if I stop it using
stop-app
Then it stops but gives me the following error if i try to run it again or execute any other commands
error executing script runapp _grailsclasspath_groovy$_run_closure1
I have to delete all files manually from target>work>scriptCache
for things to work again everytime.
Is there any misconfig?
I also tried clean
after stopping application but it does not help