【问题标题】:FAIL - Application at context path /icescrum could not be started失败 - 无法启动上下文路径 /icescrum 处的应用程序
【发布时间】: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


【解决方案1】:

icescrum dosent 支持 Java 8。

iceScrum 需要 Java 6 或 7。请注意早期版本的 Java 6 可能无法正常工作,并且计划支持 Java 8 但尚未 还可以。

将 java 版本更改为 7 解决了该问题。并且应用程序运行没有任何问题。

【讨论】:

    猜你喜欢
    • 2013-01-05
    • 1970-01-01
    • 2012-10-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-01-03
    • 2017-05-18
    • 2014-08-12
    相关资源
    最近更新 更多