antoinereveillon
17 Apr 2009, 2:44 AM
Hi all,
I would like to know if any of you are having problem while compiling GXT apps with GWT1.6 ? In hosted mode, I don't have any problems but when I try to compile my application, I always have a stackoverflow error :
[ERROR] Unexpected internal compiler error
java.lang.StackOverflowError: null
at sun.misc.SoftCache.get(Unknown Source)
at java.io.ObjectStreamClass.lookup(Unknown Source)
at java.io.ObjectOutputStream.writeObject0(Unknown Source)
at java.io.ObjectOutputStream.defaultWriteFields(Unknown Source)
at java.io.ObjectOutputStream.writeSerialData(Unknown Source)
at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown Source)
at java.io.ObjectOutputStream.writeObject0(Unknown Source)
at java.io.ObjectOutputStream.writeObject(Unknown Source)
at java.util.ArrayList.writeObject(Unknown Source)
at sun.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at java.io.ObjectStreamClass.invokeWriteObject(Unknown Source)
at java.io.ObjectOutputStream.writeSerialData(Unknown Source)
I know that ArrayList may cause Stack Overflow Error but with GWT 1.5 it works fine. So I'm asking me if this problem is due to a migration to GWT1.6 ? Will the problem be solved with gxt 2.0 ? or is it only a problem of my program ? if yes, do you have any idea where I should begin to search ?
Thanks in advance,
Antoine.
I would like to know if any of you are having problem while compiling GXT apps with GWT1.6 ? In hosted mode, I don't have any problems but when I try to compile my application, I always have a stackoverflow error :
[ERROR] Unexpected internal compiler error
java.lang.StackOverflowError: null
at sun.misc.SoftCache.get(Unknown Source)
at java.io.ObjectStreamClass.lookup(Unknown Source)
at java.io.ObjectOutputStream.writeObject0(Unknown Source)
at java.io.ObjectOutputStream.defaultWriteFields(Unknown Source)
at java.io.ObjectOutputStream.writeSerialData(Unknown Source)
at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown Source)
at java.io.ObjectOutputStream.writeObject0(Unknown Source)
at java.io.ObjectOutputStream.writeObject(Unknown Source)
at java.util.ArrayList.writeObject(Unknown Source)
at sun.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at java.io.ObjectStreamClass.invokeWriteObject(Unknown Source)
at java.io.ObjectOutputStream.writeSerialData(Unknown Source)
I know that ArrayList may cause Stack Overflow Error but with GWT 1.5 it works fine. So I'm asking me if this problem is due to a migration to GWT1.6 ? Will the problem be solved with gxt 2.0 ? or is it only a problem of my program ? if yes, do you have any idea where I should begin to search ?
Thanks in advance,
Antoine.