On 23/12/2009 20:43, Don Schwarz wrote:
> I can't seem to reproduce this.  Please file a bug in our issue tracker and
> include the actual .class file that is failing to verify.
>
> http://code.google.com/p/googleappengine/issues/list
>
> Thanks,
> Don
>
> On Tue, Dec 22, 2009 at 2:52 AM, Fady<fady.moussal...@gmail.com>  wrote:
>
>    
>> 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
>> google-appengine-j...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine-java?hl=en.
>>
>>
>>
>>      
> --
>
> 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 google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>
>
>    
I have filed a bug report at 
http://code.google.com/p/googleappengine/issues/detail?id=2558.

Thank you.

--

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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.


Reply via email to