Every time I run the grails application using
run-app
It works fine, but if I stopped it using
stop-app
Then it stops, but gives me the following error if I try to start it again or execute any other commands
error executing script runapp _grailsclasspath_groovy$_run_closure1
I need to delete all files manually from target>work>scriptCacheso that everything works every time. Are there any wrong settings? I also tried cleanafter stopping the application, but this does not help
source
share