Domanda

Ho provato a eseguire l'applicazione di esempio di Nimble 0.2 (blogito) scaricato qui ma purtroppo ho ottenuto bloccato con 2 problemi principali:

Quando eseguo grails run-app , ho ricevuto 2 volte su 3 il seguente errore:

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'... 

Ho anche un problema simile sul mio progetto che esegue Nimble 0.3-SNAPSHOT

Ma a volte funziona (davvero ... non so perché ... è magico ...) Quindi posso usare l'app blogito fino a quando non ho bisogno di creare un account locale e ho ottenuto la seguente eccezione:

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

Quindi c'è qualcuno qui che abbia mai risolto questi problemi? Hai qualche idea sui problemi? Devo aprire un problema sul progetto Nimble?

Grazie,

Fabien.

È stato utile?

Soluzione

Se alcuni hanno riscontrato lo stesso problema e se sei interessato alla soluzione, ho ricevuto la risposta in un altro forum.

Ecco il link:

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

Fabien

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top