Java HotSpot(TM)64位服务器VM警告:忽略选项UseSplitVerifier; Grails中的8.0错误中删除了支持

时间:2016-02-25 11:46:50

标签: ubuntu grails amazon-web-services stack-trace grails-controller

我正在尝试在AWS Ubuntu实例上运行一个简单的HelloWorld grails应用程序。代码可在以下位置找到:https://github.com/paulnguyen/cloud/tree/master/grails/helloworld-grails

我安装了以下版本的grails和java:

| Grails Version: 3.1.1
| Groovy Version: 2.4.5
| JVM Version: 1.8.0_65

我正在导航到此github存储库的主根目录并尝试运行“grails compile”。 它会出现以下错误: Java HotSpot(TM) 64-Bit Server VM warning: ignoring option UseSplitVerifier; support was removed in 8.0 ( Error occurred running Grails CLI: null (Use --stacktrace to see the full trace))

有人能告诉我哪里出错了吗? 我是否在执行部署步骤时遇到了问题? 我需要在AWS上部署这个简单的应用程序。

1 个答案:

答案 0 :(得分:0)

查看application.properties文件,似乎helloworld项目是为Grails 2.4.3而不是3.1.1编写的。基本上,您使用的是错误的grails版本,需要使用旧版本。