Re: GWT 2.4 DevMode almost always hangs at Checking for updates

2013-01-17 Thread rle125
This option only works for the GWT compile. Is there a way to disable update checks when running DevMode? On Tuesday, November 13, 2012 8:04:56 AM UTC-8, Sanjiv Jivan wrote: It found the option : -XdisableUpdateCheck The reason I need to disable this is because of classloader issues I'm

Re: GWT 2.4 DevMode almost always hangs at Checking for updates

2012-11-13 Thread Sanjiv Jivan
How can this check be disabled? Thanks, Sanjiv On Fri, Aug 10, 2012 at 10:21 AM, Thomas Broyer t.bro...@gmail.com wrote: It's browser independent, but OS dependent. You can disable the update check though. -- You received this message because you are subscribed to the Google Groups

Re: GWT 2.4 DevMode almost always hangs at Checking for updates

2012-11-13 Thread Sanjiv Jivan
It found the option : -XdisableUpdateCheck The reason I need to disable this is because of classloader issues I'm running into with a custom PreferencesFactory implementation that our app uses. The DevMode check for update initializes the Preferences class outside the web app context class loader

Re: GWT 2.4 DevMode almost always hangs at Checking for updates

2012-08-12 Thread Tim Boemker
The error occurs on the server side. (The name of the method is misleading.) At the point where the error occurs, I have not yet opened a browser. Tim On Friday, August 10, 2012 6:05:18 AM UTC-4, Dominique L. wrote: I have never had this problem. Do you use Internet Explorer (see

Re: GWT 2.4 DevMode almost always hangs at Checking for updates

2012-08-10 Thread Dominique L.
I have never had this problem. Do you use Internet Explorer (see CheckForUpdatesIE6) ? Can you try with Firefox ? Dominique. On Aug 8, 8:29 pm, Tim Boemker t...@boemker.com wrote: When I try to launch a GWT project, com.google.gwt.dev.DevMode hangs about 90% of the time after writing Checking

Re: GWT 2.4 DevMode almost always hangs at Checking for updates

2012-08-10 Thread Thomas Broyer
It's browser independent, but OS dependent. You can disable the update check though. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

GWT 2.4 DevMode almost always hangs at Checking for updates

2012-08-08 Thread Tim Boemker
When I try to launch a GWT project, com.google.gwt.dev.DevMode hangs about 90% of the time after writing Checking for updates to the console. Here's the stack trace for the threads that look interesting: Thread [main] (Suspended) DevMode(DevModeBase).ensureCodeServerListener()