【发布时间】:2014-07-04 14:16:16
【问题描述】:
我正在尝试使用 tomcat 部署iceScrum。我无法在管理器中启动应用程序,它显示上述失败消息。在 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 中提到的所有步骤。有没有人遇到过这种问题?
附:我是一名 iOS 开发者。
【问题讨论】:
-
链接要求登录。请发布您的配置文件 sn-ps。
-
@vinayknl 对此感到抱歉。你指的是config.groovy sn-ps吗?
标签: spring apache tomcat tomcat7