我正在尝试使用tomcat部署iceScrum。我无法在管理器中启动应用程序,它显示上面的FAIL消息。在ice scrum.log中
2014-06-24 08:42:26,983 [http-bio-8080-exec-2] ERROR org.springframework.web.context.ContextLoader - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pluginManager' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.NullPointerException: Cannot invoke method getAt() on null object
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException: Cannot invoke method getAt() on null object
... 3 more
我不知道出了什么问题。我按照https://www.kagilum.com/documentation/install-guide/#application-server中提到的所有步骤进行了操作。有没有人遇到过这类问题?
P.S。我是iOS开发者。
答案 0 :(得分:1)
icescrum dosent还支持Java 8。
iceScrum需要Java 6或7.请注意早期版本的Java 6可能无法正常工作,并且计划Java 8支持但不是 可用。
将java版本更改为7修复了该问题。该应用程序运行没有任何问题。