Re: Could not load GWT DMP Plugin

2012-10-24 Thread Chris Feuz
After updating the GWT Dev Plugin to version 1.0.11349 it seems to work 
again on my system (Win 7/64, Chrome 22, GWT Dev Plugin 1.0.11349, Juno, m2e
)

Thanks for fixing it

On Wednesday, October 24, 2012 8:46:22 AM UTC+2, Juanra Collado wrote:

 It's working for me the new version in:
 Chrome - Versión 22.0.1229.94 m
 Windows XP SP3

 Thanks for your work.

 El miércoles, 24 de octubre de 2012 02:52:41 UTC+2, Markus Grill escribió:

 the new version works...

 Thank you
 Markus


 Am Mittwoch, 24. Oktober 2012 01:53:48 UTC+2 schrieb Brian Slesinsky:

 A new version is now live in the Chrome store. The only difference is 
 that the Windows version is statically linked.

 I don't have a sufficient number of Windows machines available for 
 testing, so I don't know how much this will help. However, it shouldn't 
 make things worse.


 https://chrome.google.com/webstore/detail/gwt-developer-plugin/jpjpnpmbddbjkfaccnmhnkdgjideieim

 - Brian

 On Tuesday, October 23, 2012 10:35:33 AM UTC-7, Brian Slesinsky wrote:

 It looks like I linked the DLL wrong on Windows, so it requires some 
 additional DLL's that not everyone has. We'll have a new release later 
 today.



-- 
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/-/efXKgsbLv4EJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Could not load GWT DMP Plugin

2012-10-23 Thread Chris Feuz
This workaround is also not working for me. I don't even see the toolkit 
icon in the statusbar. 

I'm using m2eclipse and everything worked fine out of the box until last 
week. 

Setup: Juno, m2eclipse, Chrome 24 dev (but also tried 22), Windows 7 

On Tuesday, October 23, 2012 1:57:23 AM UTC+2, Markus Grill wrote:

 Hello Brian,

 I've also the problem that the GWT DMP Plugin could not be loaded anymore

 until now I've never had an entry in my preferences for the hostnames 
 because I always used localhost as code- and webserver.
 (by the way... adding localhost to the list does not work either...)

 Setup: Windows7; Chrome 22.0.1229.94 m;  GWT-Plugin 1.0.11338

 Markus

 Am Montag, 22. Oktober 2012 20:09:54 UTC+2 schrieb Brian Slesinsky:

 Yes, we released a new version of the plugin on Friday. For some reason, 
 upgrading to the new plugin loses your preferences for the hostnames that 
 Dev Mode is allowed to connect to. So you'll have to add them again. Sorry 
 about that!

 If it's not connecting and the toolkit icon on the right side of URL bar 
 is gray instead of red, click on the gray icon to pop up the dialog to add 
 the hostname.

 An alternate way to get to the same options page:

 1. visit chrome://chrome/extensions/
 2. Find the entry for GWT Developer Plugin
 3. Click on Options.

 - Brian

 On Monday, October 22, 2012 5:49:24 AM UTC-7, Drew Spencer wrote:

 Same here. Glad I'm not the only one.

 I'm on Windows as well, using v22 of Chrome.

 Bah!

 On Saturday, 20 October 2012 21:08:44 UTC+1, 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/-/EbPpNSZJUs0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Could not load GWT DMP Plugin

2012-10-22 Thread Chris Feuz
Same here. Really annoying.. 

On Monday, October 22, 2012 2:00:15 AM UTC+2, seas wrote:

 Tony, thanks for the reply.  I didn't have much luck using different ip 
 addresses though.  Initially, the url generated for launching in dev mode 
 was 127.0.0.1.  I tried changing it in the Chrome address bar to local host 
 and the machine's URL.  I also added the -bindAddress 0.0.0.0 to the 
 eclipse configuration.  That changed the url generated for launching dev 
 mode to my machine's url, but still no luck.

 I'll keep playing with it.

 On Sunday, October 21, 2012 7:38:09 AM UTC-7, Tony Rah wrote:

 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/-/azLFhPxf3D0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.