我尝试运行下载的nimble 0.2(blogito)示例应用程序
here
但不幸的是,我遇到了两个主要问题:
跑步时
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'...
我的项目运行灵活的0.3快照时也遇到了类似的问题。
但有时,它会起作用(真的…我不知道为什么…这很神奇……)所以我可以使用blogito应用程序,直到我需要创建一个本地帐户,我得到以下例外:
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
有没有人解决过这些问题?你知道这些问题吗?我需要打开一个关于敏捷项目的问题吗?
谢谢,
Fabien。