-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
>
[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
(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
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.
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
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
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