我尝试运行Nimble 0.2(blogito)下载的here的示例应用程序,但不幸的是,我遇到了2个主要问题:

当运行grails run-app时,我在3次错误中有2次出现以下错误:

2009-10-24 14:38:15,198 [main] ERROR context.ContextLoader  - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flowExecutionSnapshotFactory': Cannot resolve reference to bean 'flowRegistry' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flowRegistry': Cannot resolve reference to bean 'flowBuilderServices' while setting bean property 'flowBuilderServices'...

我在运行Nimble 0.3-SNAPSHOT的项目中也遇到了类似的问题

但是有时候,它可以工作(真的……我不知道为什么……这很神奇……)所以我可以使用blogito应用程序,直到需要创建本地帐户并且遇到以下异常(exception):
2009-10-24 14:30:31,846 [4974549@qtp0-4] ERROR view.GroovyPageView  - Error processing GroovyPageView: Error executing tag <g:form>: org.codehaus.groovy.grails.web.taglib.exceptions.GrailsTagException: Error executing tag <n:recaptcharequired>: groovy.lang.MissingPropertyException: No such property:enabled for class: com.megatome.grails.RecaptchaService

那么,这里有没有人解决过这些问题?您对这些问题有任何想法吗?我需要在Nimble项目上打开问题吗?

谢谢,

法比恩

最佳答案

如果有些人遇到了相同的问题,并且您对解决方案感兴趣,那么我会在另一个论坛中得到答案。

链接在这里 :

http://www.nabble.com/Nimble-and-Blogito-to26038767.html

法比恩

10-07 13:16