Quantcast

Grails 2.0.4 upgrade problem

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Grails 2.0.4 upgrade problem

a.shneyderman
I having an odd problem while upgrading to Grails 2.0.4. My
application startups and here is what I get right before JVM crashes.

=============== DEBUG MESSAGE: illegal bytecode sequence - method not
verified ================

2012-06-25 11:31:36,163 ERROR
org.codehaus.groovy.grails.web.context.GrailsContextLoader - Error
executing bootstraps: null
java.lang.NullPointerException
        at TableColumnBootStrap.setupColumnLists(TableColumnBootStrap.groovy:911)
        at TableColumnBootStrap$_closure1.doCall(TableColumnBootStrap.groovy:42)
        at grails.util.Environment.evaluateEnvironmentSpecificBlock(Environment.java:301)
        at grails.util.Environment.executeForEnvironment(Environment.java:294)
        at grails.util.Environment.executeForCurrentEnvironment(Environment.java:270)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:680)

This seems to happen only to this particular bootstrap script. But the
script itself is extremely big so narrowing down exactly why it
triggers JVM crash is extremely tedious work. Before I plunge into
that work, I was wondering if someone on this list had already
resolved this problem before? Or maybe someone has an advice on how to
tackle this problem?

Thanks,
Alex.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Loading...