1

こちらからダウンロードした Nimble 0.2 (blogito) のサンプル アプリケーションを実行しようとしましたが、残念ながら 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 アプリを使用できますが、次の例外が発生します。

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 プロジェクトの問題を開く必要がありますか?

どうも、

ファビアン。

4

1 に答える 1

0

同じ問題に遭遇した人がいて、解決策に興味がある場合は、別のフォーラムで回答を得ました.

ここにリンクがあります:

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

ファビアン

于 2009-10-26T18:49:07.450 に答える