[Logo] Forums for GrailsFlow, Weceem, XSLfast
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
No Hibernate Session bound to thread  XML
Forum Index » GrailsFlow Forum
Author Message
jlamande



Joined: 11/01/2010 13:47:51
Messages: 2
Offline

Hi everyone,

I installed Grails 1.2, created a demo app and installed the plugin grails-grailsflow-core-1.0-rc1 with dependencies (with activation and javamail which are not listed in the README.txt for installation).

When starting this new app (working before I installed the plugin) in development mode (hsqldb), I got the following exception :

So the line in error :

Am I missing something about Hibernate Session initialization ?


nicmarti



Joined: 13/01/2010 13:46:27
Messages: 1
Offline

Same for me, with Grails 1.2 final version

It seems to be related to the Boostrap.

I commented the lines in method def doWithApplicationContext and migrated the
creation of FlowStatus entries to my application Boostrap and now the application starts.

But it crashes if I try to load a view. It seems that there's another issue with the GTag



Nicolas
fabien



Joined: 12/02/2010 11:39:06
Messages: 1
Offline

Hi,

Same for me.

Grails 1.2.1 and doWithApplicationContext moved to Bootstrap.

Could somebody give a fix or workaround ?

Server running. Browse to http://localhost:8080/grailsflow-core
2010-02-12 12:32:11,210 [http-8080-1] ERROR view.GroovyPageView - Error processing GroovyPageView:
Error executing tag <gf:messageBundle>: java.lang.NullPointerException: Cannot set property 'common'
on null object at C:/Work_/GrailsFlowTest2/grails-app/views/analyse/analyseResponse.gsp:20
org.codehaus.groovy.grails.web.taglib.exceptions.GrailsTagException: Error executing tag <gf:message
Bundle>: java.lang.NullPointerException: Cannot set property 'common' on null object at C:/Work_/Gra
ilsFlowTest2/grails-app/views/analyse/analyseResponse.gsp:20
at C__Work__GrailsFlowTest2_grails_app_views_analyse_analyseResponse_gsp$_run_closure1.doCal
l(C__Work__GrailsFlowTest2_grails_app_views_analyse_analyseResponse_gsp:26)
at C__Work__GrailsFlowTest2_grails_app_views_analyse_analyseResponse_gsp$_run_closure1.doCal
l(C__Work__GrailsFlowTest2_grails_app_views_analyse_analyseResponse_gsp)
at C__Work__GrailsFlowTest2_grails_app_views_analyse_analyseResponse_gsp.run(C__Work__Grails
FlowTest2_grails_app_views_analyse_analyseResponse_gsp:3
at java.lang.Thread.run(Thread.java:595)
Caused by: org.codehaus.groovy.runtime.InvokerInvocationException: java.lang.NullPointerException: C
annot set property 'common' on null object
... 4 more

Cheers.
Stephan Albers



Joined: 04/06/2009 08:45:58
Messages: 34
Offline

We have made the changes for Grails 1.2. The nightly build is working with Grails 1.2 for the last couple of weeks.

I will doublecheck with Grails 1.2.2 before we do the final release of GrailsFlow 1.0.
[WWW]
kronicmnemonik



Joined: 23/11/2010 07:35:24
Messages: 1
Offline

Im getting this error with grails 1.3.5 and grailflow 1.0 release, has this issue been resolved? Any help figuring it out would greatly be appreciated
 
Forum Index » GrailsFlow Forum
Go to:   
Powered by JForum 2.1.8 © JForum Team