I also had this problem but worked around it by setting the localWorkers parameter to com.google.gwt.dev.Compiler to at least the number of permutations I'm compiling. Why this should work I have no idea, but it does, at least for me. I'm only building 5 permutations so this is a reasonable solution, and gives a faster compile.
On Apr 17, 9:57 am, Gleb <[email protected]> wrote: > Hi, > > I have pretty the same problem. My project successfully works in Host- > mode, can be compiled and opened in Web-mode (from Host mode or by > ant), but when I try to deploy it to Google App Engines by Eclipse > plugin, I always get during complication time the following error: > > [ERROR] Unexpected internal compiler error > java.lang.StackOverflowError > at java.io.ObjectOutputStream$HandleTable.hash > (ObjectOutputStream.java:2321) > > I set -Xmx1G -Xss1024k as default parameters for JVM (after that Host > mode compler started work well), but it looks like Eclipse plugin uses > own settings. > > Can anybody give me a hint, how to overcome this issue? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
