I am getting errors with command stop-app. Is this...
# questions
a
I am getting errors with command stop-app. Is this the same issue as https://github.com/apache/grails-core/issues/13695 or should i create a new ticket?
Copy code
grails> stop-app --stacktrace
| Shutting down application...
| Error Application not running. (NOTE: Stack trace has been filtered. Use --verbose to see entire trace.)
java.io.FileNotFoundException: <http://localhost:8080/actuator/shutdown>
	at stop-app.run(stop-app.groovy:87)
	at org.grails.cli.profile.commands.script.GroovyScriptCommand.handle(GroovyScriptCommand.groovy:156)
	at org.grails.cli.profile.AbstractProfile.handleCommand(AbstractProfile.groovy:478)
	at org.grails.cli.GrailsCli.handleCommand(GrailsCli.groovy:364)
	at org.grails.cli.GrailsCli$_handleCommandWithCancellationSupport_closure6.doCall(GrailsCli.groovy:455)
	<===========--> 90% EXECUTING [6m 13s]
| Error Application not running.
grails>
j
Please add these specifics to that existing ticket.