-----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 - -- -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBAgAGBQJOjM18AAoJENRtux+h35aGJKcP/19EdhCZC+fUKGcVMb3Nc3jf iXcJdoF6fTxKW5KCGdBLjWXta62HV4Y90DQaAO1soxWQcW1F4JQ89mCDKvkq8tUc ly0KzjKjzCV8jplARyToBhQqWkEtJvYkoQl/rlhag2V13M08rlskv5IJD8byrsxO RgdEy9bJbhf1ZVmK9NNR07IGIW8uPg8JVrqS/J22QTgm6o4ZM/RLhYmncZDAY58R L6GFMyuM805TP/Ry40cyzAZLEUi1lX7yEeXU/zbA2EnAMCGo+Gv5YDUKUjBgLjv6 ul0XG2h274Qqguz8S8P1UGz9Gxi76Atf/61FAOl2hAHREu+CkYtet27HmGAog5No D7PMRopCbsjNy8ToZQYVvlzyOoc9maSnM1/FFKLBnk9LdQ4F9Vrj4A/0cHIlU03F ndBdv/tMAVeTPv+wfiqIuPrmv1WzQto7bNToyEfX7R1NvYVhTJGHxKksXACAZlWm B0yvX1qfRYoRySLh6jjFyzYSeleJ7e45+s21Ei4OmusAfLUylz5O9V5tAI+J2sJa 9Lpwzwzke4WcC2cfQb44KkBzERMJWCwteo9GjcDYeeig69zW99uA8cazn8kjr8Ay MeybC6456Zn/Q3VeZlWzKN/lc0utJQbU1xMYyMnkvkWGFR0LCsgcNYX2QhcPM/fN faMAdgY5VyhO1qD4vGul =aLT/ -----END PGP SIGNATURE----- -- 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.
