我将我的项目从java 6升级到java 8,将grails 2.1.3升级到grails 2.3.9,在此过程中我还必须更新一些依赖项。 现在,当我尝试运行grails run-app时,我收到了这个错误,但我并不确切地知道在哪里寻找解决这个错误。
| Error 2016-05-03 14:39:10,507 [localhost-startStop-1] ERROR context.GrailsContextLoader - Error initializing the application: org.codehaus.groovy.grails.commons.spring.GrailsWebApplicationContext@79418b69 has not been refreshed yet
Message: org.codehaus.groovy.grails.commons.spring.GrailsWebApplicationContext@79418b69 has not been refreshed yet
Line | Method
->> 266 | run in java.util.concurrent.FutureTask
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| 1142 | runWorker in java.util.concurrent.ThreadPoolExecutor
| 617 | run . . . in java.util.concurrent.ThreadPoolExecutor$Worker
^ 745 | run in java.lang.Thread
有人遇到像这样的错误吗?或者,如果你有什么方向可以解决它的问题。
由于
答案 0 :(得分:0)
这看起来像是两个不同版本的spring或其他一些底层框架工作的依赖问题。见这里:https://groups.google.com/a/cloudfoundry.org/forum/#!msg/vcap-dev/ixuMoCT2tlM/aLtEdZhRPTEJ