我正在尝试安装Sakai 10.2,每次都会给我一个错误。我重新安装了一切,包括de OS。错误仍然存在。
这是我目前的配置:
这个错误:
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------ ------
[INFO] Total time: 02:00 min
[INFO] Finished at: 2015-03-17T17:56:31+01:00
[INFO] Final Memory: 347M/829M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project entitybroker-restimpl: There are test failures.
[ERROR]
[ERROR] Please refer to C:\opt\sakai-10.x\entitybroker\rest\target\surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :entitybroker-restimpl
这些是测试报告。
EntityDescriptionManagerTest
EntityHandlerImplTest
[EntityBrokerServlet] http://pastebin.com/vWmbNXxa
答案 0 :(得分:0)
测试中似乎有错误。
使用-Dmaven.test.skip
建立Sakai。
您是否也可以在http://jira.sakaiproject.org处提交一个Jira,其中包含测试错误,有人可以查看。
答案 1 :(得分:0)
确定。问题解决了。我不知道怎么做,也不知道问题的原因。
我已将JDK更新为_076版本并跳过测试。对我来说没有任何意义。
但它已经完成了。
感谢您的时间和帮助。