Hello tskaife,

Yep! I just figured it out... I did insert the java thread size
specifier, e.g. -Xss16M. Is that overkill?

Anyhow, thanks for the feedback... Appreciate it. Now I'm back on
track.

Thanks,
Vince




On Nov 11, 4:50 pm, tskaife <[email protected]> wrote:
> There was an issue like that in 1.6 which I think has been fixed in
> 1.7
>
> http://code.google.com/p/google-web-toolkit/issues/detail?id=3510
>
> try adding -Xss1024k
>
> On Nov 11, 2:23 pm, Vince <[email protected]> wrote:
>
>
>
> > Hello,
>
> > Is this script correct?
>
> > @java -Xmx256M -cp "%~dp0\src;%~dp0\web\WEB-INF\classes;C:\workspace
> > \env\GWT 1.6.4\gwt-windows-1.6.4\gwt-user.jar;C:\workspace\env\GWT
> > 1.6.4\gwt-windows-1.6.4\gwt-dev-windows.jar"
> > com.google.gwt.dev.Compiler -war "%~dp0\www" %*
> > com.timelink.falco.wui.wuigwt.TestApp
>
> > Thanks,
> > Vince
>
> > On Nov 11, 2:33 pm, Vince <[email protected]> wrote:
>
> > > Phase : Change version 1.5.3 - 1.6.4
>
> > > I'm in the process of changing the compilation build script from using
> > > GWTCompile to Compile and I am encountering a StackOverFlow error on
> > > my code. This error didn't use to be thrown when using version
> > > 1.5.3...
>
> > > Does anybody have any idea on where this error could be originating
> > > from? A concept change perhaps from 1.5.3... The only clue I have is
> > > that it's coming from an ArrayList invocation.
>
> > > Thanks,
> > > Vince
>
> > > P.S. Here's a few iterations of the stack trace of that exception...
>
> > >    [ERROR] Unexpected internal compiler error
> > > java.lang.StackOverflowError
> > >         at java.io.ObjectOutputStream$HandleTable.hash(Unknown Source)
> > >         at java.io.ObjectOutputStream$HandleTable.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.GeneratedMethodAccessor53.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)
> > >         at java.io.ObjectOutputStream.writeOrdinaryObject(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.GeneratedMethodAccessor53.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)
> > >         at java.io.ObjectOutputStream.writeOrdinaryObject(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.GeneratedMethodAccessor53.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)
> > >         at java.io.ObjectOutputStream.writeOrdinaryObject(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.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.GeneratedMethodAccessor53.invoke(Unknown
> > > Source)
> > >         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
> > > Source)
> > >         at java.lang.reflect.Method.invoke(Unknown Source)...
>
> > > On Nov 11, 10:47 am, Olivier <[email protected]> wrote:
>
> > > > You can specify the war directory with the option -war when using
> > > > DevMode or compiling.
>
> > > >http://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.h......
>
> > > > Vince wrote:
> > > > > SmartKiller : Is the /war directory name fixed or can it be renamed to
> > > > > something like /web?
>
> > > > > On Nov 11, 5:46 am, SmartKiller <[email protected]> wrote:
> > > > >> I have successfully migrated to ver 1.7.1 from 1.5.3 .... start with
> > > > >> the GWT 1.6 release note. Whatever problem you face i will be here.
>
> > > > >> On Nov 11, 3:26 am, Vince <[email protected]> wrote:
>
> > > > >>> Hello,
> > > > >>> I am thinking of upgrading to version 1.7.1 from 1.5.3... I read the
> > > > >>> "Getting Started" guide for 1.7.1 and it seems that a considerable
> > > > >>> amount of change has taken place in terms of the base GWT project's
> > > > >>> structure and the means to deploy it, e.g. The utilization of Ant.
> > > > >>> Can anyone provide a kind of checklist to follow as guide to this
> > > > >>> task? I would appreciate the assistance...
> > > > >>> Thanks,
> > > > >>> Vince- Hide quoted text -
> > > > >> - Show quoted text -
>
> > > > --
>
> > > > Olivier
> > > > Digiworks
>
> > > > Política de Protección de Datos de Carácter Personal
> > > > En cumplimiento de la Ley Orgánica 15/1999, de 13 de diciembre,  sobre
> > > > protección de Datos de Carácter Personal (LOPD) DIGIWORKS SPAIN, S.L.
> > > > informa a los usuarios de que:
>
> > > > Los Datos de Carácter Personal que recoge son objeto de tratamiento
> > > > automatizado y se incorporan en los ficheros correspondientes,
> > > > debidamente registrados en la Agencia Española de Protección de Datos.
> > > > El usuario podrá,  en todo momento, ejercitar los derechos reconocidos
> > > > en la LOPD, de acceso, rectificación, cancelación y oposición. El
> > > > ejercicio de estos derechos puede realizarlo el propio usuario mediante
> > > > comunicación escrita en la siguiente dirección postal:
>
> > > > DIGIWORKS SPAIN, S.L.
> > > > AVDA SAN RAFAEL, 11, LOCAL 2
> > > > 03580 ALFAZ DEL PI
> > > > ALICANTE
>
> > > > También pueden ejercitar estos derechos en los términos que la normativa
> > > > aplicable establece y que puede consultar enwww.agpd.es.-Hidequotedtext 
> > > > -
>
> > > > - Show quoted text -- Hide quoted text -
>
> > > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to