Increase the available stack space by adding an argument like "-Xss8M" to your java compiler/hosted moded process
Tóth Imre wrote: > I migrated my gwt 1.5 project to 1.6.3, at first everything looked > bright, I was able to compile run in hosted mode, and so on. > But suddenly a few hours later to my success things gone wrong, the > project was not able to be compiled allways gives an error like this: > ----------------------------------------------------------------- > Compiling module com.gwt.itsh.ZetGwt > [ERROR] Unexpected internal compiler error > java.lang.StackOverflowError > at > java.util.concurrent.ConcurrentHashMap$Segment.get(ConcurrentHashMap.java:338) > at > java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:769) > at java.io.ObjectStreamClass.lookup(ObjectStreamClass.java:268) > at > java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1106) > at > java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509) > at > java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1474) > at > java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392) > at > java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150) > at > java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509) > . > . > . > . > . > ----------------------------------------------------------------- > > It runs in hosted mode, and creates a 'compilation' to boot up the > project, but It is not for simple browsers > > Please tell me what did I wrong? > > Thanx > > Best Regards > Tóth Imre > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
