History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: GROOVY-2802
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Jochen Theodorou
Reporter: Tom Gissel
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
groovy

NullPointerException CachedMethod.invoke

Created: 02/May/08 02:49 PM   Updated: 02/May/08 03:26 PM
Component/s: class generator
Affects Version/s: 1.5.1
Fix Version/s: 1.5.7

Time Tracking:
Not Specified

Environment:
Linux xdblade09b08 2.6.16.27-0.9-smp #1 SMP Tue Feb 13 09:35:18 UTC 2007 x86_64 x86_64 x86_64 GNU/Linux
SUSE Linux Enterprise Server 10 (x86_64) VERSION = 10
2x dual core Intel(R) Xeon(TM) CPU 3.40GHz
4 GB Mem


 Description  « Hide
After several hours of stress testing we intermittently see the following exception

org.codehaus.groovy.runtime.InvokerInvocationException: java.lang.NullPointerException
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:101)
at zero.core.groovysupport.GroovySupport.invokeMethodOnScript(GroovySupport.java:199)
at zero.core.groovysupport.GroovySupport.invokeGroovy(GroovySupport.java:124)
at zero.core.groovysupport.GroovySupport.invokeMethodThenScript(GroovySupport.java:64)
at zero.core.interpreter.GroovyInterpreter.invoke(GroovyInterpreter.java:54)

Corresponding project zero bug is:
https://www.projectzero.org/bugzilla/show_bug.cgi?id=4716



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jochen Theodorou - 02/May/08 03:16 PM
1.5.1 is a quite old version and I remember there was already a bug report like that, which we fixed, but that is in 1.5.6. So could you please try that version?

Guillaume Laforge - 02/May/08 03:26 PM
Furthermore, we'll need some reproducable code or more detailed stacktrace to better understand what's happening under the hood. But as Jochen said, trying 1.5.6 may be interesting as we fixed some bugs in this area.