Runtime Error Grails script runapp _grailsclasspath_groovy $ _run_closure1

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

+4
source share
2 answers

If you run cleaninteractively, this may result in an error

0
source

, eclipse. . : -

1)

2) .grails

3) run-app eclipse.

0

Source: https://habr.com/ru/post/1540044/


All Articles