On Oct 5, 5:34 pm, Dennis Haupt <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Am 05.10.2011 23:08, schrieb Steve: > > > > I am trying to load a GWT project to run in development mode > > within Eclipse. It worked fine for a while, but now it's stuck. > > > In the "Development Mode" tab, I get the message "Development mode > > is loading..." and "Waiting for launch URLs." This remains > > indefinitely until I finally shut down the process. When I change > > the logging level to "DEBUG" I see that it goes to "Loading > > modules" and then sticks on the lone module in my project. > > > It is a very small project, literally just 3 small panels. When I > > build the WAR and deploy it within JBoss, it runs fine. But when > > I try to debug, it just hangs. > > > Anybody have any idea of where I can try to look to figure out > > what's happening? Thanks in advance! > > run it in debug mode (java debugger), wait for it to get stuck, press > "pause" and look at the threads. you should see what they are doing. > > a simple thread dump might also help > > - -- >
Thanks. I did this and the threads are this: > UnitCacheLoader (Running) > GWT Update Checker (Running) > Code server listener (Running) So it looks like it's trying to go somewhere and check for updates and is getting stuck. Is there any way to turn this off? -- 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.
