There seems to be yet another problem with the latest Chrome plugin where it won't load in dev mode when the codesvr argument is pointing to your local ip address. Try switching the ip adress portion of the argument to either "127.0.0.1" or "localhost" in your browser. You might also have to add "-bindAddress 0.0.0.0" to you eclipse launch config.
This worked for me but I didn't dig any deeper to understand the problem more thoroughly. I also don't know how this will effect remote debugging. Perhaps someone else has better info. On a side note, this latest plugin fixes the Chrome22/OSX issue that was plaguing everyone for the last several weeks. Unfortunately, it now introduces this new issue. x On Saturday, October 20, 2012 2:08:44 PM UTC-6, seas wrote: > > Started getting 'Could not load GWT DMP Plugin' yesterday when I start my > app from Eclipse using Chrome. Happening on both work and home computers. > From web searches, it looks like this has happened in the past, which > seemed to indicate that in those cases a new plugin was deployed that had > issues. In those cases there was no clear fix except some people has > success rolling back to an earlier version of the plugin. > > I've tried reinstalling the latest plugin. Didn't see any option for > downloading previous versions from the app store. Tried restarting Chrome, > Eclipse, and rebooting the machine. > > Has there been a recent update to the plugin? Where can I get the > previous one to roll back to? Is there another update coming soon that > will fix this? > > My home set up is: > Windows XP SP 3 > Eclipse Helios Service Release 2 build ID 20110218-0911 > Chrome 22.0.1229.94 m > GWT Developer Plugin 1.0.11338 > > My work set up is similar but with Window 7 > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/mxezuZi6mhEJ. 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.
