Re: GWT Compiler Hanging

2013-05-19 Thread Rade
Erel Segal Halevi erelsgl@... writes: I am now getting the issue with the DevMode as well, and it has no flag to override the update check. Same problem here: GWT 2.4.0, Eclipse Indigo, Ubuntu Linux, 64bit machine. Both Compile and DevMode hang. Have you

Re: GWT Compiler Hanging

2012-06-04 Thread Erel Segal Halevi
otth2oskier wippel.roland@... writes: I am now getting the issue with the DevMode as well, and it has no flag to override the update check. On Aug 15, 3:29 pm, Stijn Bienkens stijn.bienk...@... wrote: I have exactly the same issue at work. Using Windows 7 64bit, jdk 6 update

Re: GWT Compiler Hanging

2011-08-16 Thread otth2oskier
I am now getting the issue with the DevMode as well, and it has no flag to override the update check. On Aug 15, 3:29 pm, Stijn Bienkens stijn.bienk...@k2-solutions.eu wrote: I have exactly the same issue at work. Using Windows 7 64bit, jdk 6 update 26,gwt2.3 and eclipse indigo 3.7. Same

GWT Compiler Hanging

2011-08-15 Thread otth2oskier
Trying to run GWT compiler on project from within Eclipse. The compiler hangs with no console output. If I run it with the -LogLevel ALL flag, it outputs Checking for updates and then hangs. Currently running GWT 2.2.0, JDK 1.6.0_22, Eclipse 3.4 Note I got the same problem with GWT 2.2.1 and 2.3

Re: GWT Compiler Hanging

2011-08-15 Thread otth2oskier
There appears to be a deadlock: Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\xxjstack 1220 2011-08-15 13:50:55 Full thread dump Java HotSpot(TM) Client VM (17.1-b03 mixed mode, sharing): GWT Update Checker daemon prio=6

Re: GWT Compiler Hanging

2011-08-15 Thread otth2oskier
Added -XdisableUpdateCheck to command line and it no longer hangs. On Aug 15, 1:53 pm, otth2oskier wippel.rol...@gmail.com wrote: There appears to be a deadlock: Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\xxjstack 1220

Re: GWT Compiler Hanging

2011-08-15 Thread Stijn Bienkens
I have exactly the same issue at work. Using Windows 7 64bit, jdk 6 update 26, gwt 2.3 and eclipse indigo 3.7. Same deadlock happens when using different versions of java jdk, gwt and eclipse. On 15 aug, 20:02, otth2oskier wippel.rol...@gmail.com wrote: Added -XdisableUpdateCheck to command

GWT Compiler Hanging when compiling permutations

2011-07-27 Thread Sanjay
Hey, for some reason, starting today, my project refuses to compile. As in it gets to the following stage: Compiling module com.sparkplug.AppDev Compiling 1 permutation Compiling permutation 0... And then nothing... I let it run for 30 mins or so while I went to get dinner, so I'm

Re: GWT Compiler Hanging when compiling permutations

2011-07-27 Thread Sanjay
K disregard, that was weird. I commented out the recent JSNI-filled class I wrote, then it worked again, uncommented the class and it still worked... not working with some source code, then working with the same source code is the tiniest bit strange but... ...chaos monkeys at work i'd guess