Re: StackMapTable format error: bad class index

2011-06-03 Thread Brian Long
-06-02 16:08:05,109 {33144006@qtp-18954926-4} [T(W9EM) U(USAGENT)] >> [ERROR] >> org.apache.tapestry5.internal.services.DefaultRequestExceptionHandler.handleRequestException >> - Processing of request failed with uncaught exception: StackMapTable >> format error: bad class index >

Re: StackMapTable format error: bad class index

2011-06-02 Thread Taha Hafeez
[T(W9EM) U(USAGENT)] > [ERROR] > org.apache.tapestry5.internal.services.DefaultRequestExceptionHandler.handleRequestException > - Processing of request failed with uncaught exception: StackMapTable > format error: bad class index > java.lang.ClassFormatError: StackMapTa

StackMapTable format error: bad class index

2011-06-02 Thread Brian Long
(W9EM) U(USAGENT)] [ERROR] org.apache.tapestry5.internal.services.DefaultRequestExceptionHandler.handleRequestException - Processing of request failed with uncaught exception: StackMapTable format error: bad class index java.lang.ClassFormatError: StackMapTable format error: bad class index at

Re: [T5] StackMapTable format error: bad class index

2007-06-08 Thread Howard Lewis Ship
lowing exception: An unexpected application exception has occurred. ... * java.lang.ClassFormatError StackMapTable format error: bad class index ... Stack trace o java.lang.Class.getDeclaredConstructors0(Native Method) o java.lang.Class.privateGetDeclaredConstructors(Unknown Source) o java.lang.

[T5] StackMapTable format error: bad class index

2007-06-08 Thread Siddhartha Argollo
ormat error: bad class index ... Stack trace o java.lang.Class.getDeclaredConstructors0(Native Method) o java.lang.Class.privateGetDeclaredConstructors(Unknown Source) o java.lang.Class.getConstructors(Unknown Source) o org.apache.tapestry.internal.services.ReflectiveInstantiator.findConstr

RE: T5: StackMapTable format error: bad class index

2007-04-18 Thread Kristian Marinkovic
found my mistake the name of my home page is "start" and not "home" ... force of habit g kris Kristian Marinkovic <[EMAIL PROTECTED]> 18.04.2007 11:14 Bitte antworten an "Tapestry users" An users@tapestry.apache.org Kopie Thema T5: StackMa

T5: StackMapTable format error: bad class index

2007-04-18 Thread Kristian Marinkovic
hi all, i get the above error message when i link from my home page to another page with exactly one component. i have no clue what's missing... (i'm using the latest classes from SVN) g, kris Home Page: public class Start { @InjectPage("guess") private Guess guessPage; public Objec