STBGFC / footy

Football club management app and modules (developed for kid's footy club/leagues)
2 stars 0 forks source link

Cannot create hibernate session when editing player or person #91

Closed davison closed 10 years ago

davison commented 10 years ago

in prod logs, following is in the catalina.out;

2014-06-28 21:58:40,908 [http-bio-8080-exec-7] ERROR errors.GrailsExceptionResolver  - Exception occurred when processing request: [GET] /player/edit/2195
Stacktrace follows:
java.lang.NullPointerException
    at     java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at     java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)

and in dev logs shows transactional issue between CoreSecurityFilters and the FootySecurityService. This is a regression visible in 1.12.5 and 1.12.6 but not in 1.12.4 or earlier.

davison commented 10 years ago

finally appears to be fixed by patching the original error (as reported in GRAILS-7471) and using the new version of grails-gorm.jar