Re: encountering Invalid length ... in LocalVariableTable error

2010-03-10 Thread Ben Dotte
Do you have multiple versions of javassist on your classpath? Take a look at this thread: http://old.nabble.com/-t5--upgrade-to-java-6-and-javassist-td25295834.html If you're trying to run on Google App Engine, take a look here: http://dmitrygusev.blogspot.com/2009/10/develope-java-applications-

Re: encountering Invalid length ... in LocalVariableTable error

2010-03-10 Thread Inge Solvoll
It might be because you have 1.6 as your java compile target. We use target 1.5, we get similar errors as you list here when using 1.6. On Wed, Mar 10, 2010 at 6:30 AM, N T R PHANI KUMAR wrote: > I am facing *Invalid length ... in LocalVariableTable* error for some of > the tapestry page java fil

encountering Invalid length ... in LocalVariableTable error

2010-03-09 Thread N T R PHANI KUMAR
I am facing *Invalid length ... in LocalVariableTable* error for some of the tapestry page java files what could be the reason for this? thanks