Hi,
I have an application (http://legstar-cob2xsd.appspot.com/) that works
fine in simulated mode but fails when deployed with the following
exception:
java.lang.VerifyError: (class: com/legstar/cobol/CobolStructureLexer,
method: mNULL_CONSTANT signature: ()V) Stack size too large
The failing method looks like this:
// $ANTLR start "NULL_CONSTANT"
public final void mNULL_CONSTANT() throws RecognitionException {
try {
// com\\legstar\\cobol\\CobolStructureLexer.g:486:36: ()
// com\\legstar\\cobol\\CobolStructureLexer.g:486:37:
{
}
}
finally {
}
}
As you can see, there is no actual code in there but I can't act on it
because this is generated by a parser generator (ANTLR).
Is it possible this might be an instrumentation issue on GAE?
Thanks
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.