Script 'Grails' not found, did you mean:
C:\Java\bin\java -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:1926,suspend=y,server=n -Dgrails.home=C:\grails-2.0.3 -Dbase.dir=<set> -Dtools.jar=C:\Java\lib\tools.jar -Dgroovy.starter.conf=C:\grails-2.0.3/conf/groovy-starter.conf -Dgrails.env=prod -Dgrails.work.dir=<set> -Divy.default.ivy.user.dir=<set> -DirisCasHostname=d-vm1 -Djboss.bind.address=localhost -Dserver.host=localhost -Djboss.web.https.port=8543 -Djboss.web.http.port=8180 -Dserver.port.https=8543 -Xmx512M -XX:MaxPermSize=192m -Djline.WindowsTerminal.directConsole=false -Dfile.encoding=UTF-8 -classpath "C:\grails-2.0.3\lib\org.codehaus.groovy\groovy-all\jars\groovy-all-1.8.6.jar;C:\grails-2.0.3\dist\grails-bootstrap-2.0.3.jar;C:\Program Files\JetBrains\IntelliJ IDEA 11.1.1\lib\idea_rt.jar" org.codehaus.groovy.grails.cli.support.GrailsStarter --main org.codehaus.groovy.grails.cli.GrailsScriptRunner --conf C:\grails-2.0.3/conf/groovy-starter.conf "grails run-app -https"
| Loading Grails 2.0.3
============================================================
Grails Version 2.0.3
Grails Home C:\grails-2.0.3
Grails Work Dir [:]
============================================================
| Configuring classpath
| Running pre-compiled script
| Script 'Grails' not found, did you mean:
1) Upgrade
2) MigrateDocs
3) IntegrateWith
4) Compile
5) CreateIntegrationTest
Any help please?
Command line if Ok.
请先登录再写评论。
Your command line is "grails run-app -https" , but you should not specify "grails" word in run configuration. Replace "grails run-app -https" to "run-app -https".