I have the same problem. I get this error in the console: Error in event handler for 'tabs.onUpdated': Object #<HTMLEmbedElement> has no method 'getHostPermission' TypeError: Object #<HTMLEmbedElement> has no method 'getHostPermission' at devModeTabListener ( chrome-extension://jpjpnpmbddbjkfaccnmhnkdgjideieim/background.js:51:29<chrome-extension://jpjpnpmbddbjkfaccnmhnkdgjideieim/background.js>) at chrome.Event.dispatchToListener (event_bindings:379:21) at chrome.Event.dispatch_ (event_bindings:365:27) at dispatchArgs (event_bindings:241:22) at Object.chromeHidden.Event.dispatchJSON (event_bindings:249:7) at devModeTabListener ( chrome-extension://jpjpnpmbddbjkfaccnmhnkdgjideieim/background.js:51:5<chrome-extension://jpjpnpmbddbjkfaccnmhnkdgjideieim/background.js>) at chrome.Event.dispatchToListener (event_bindings:379:21) at chrome.Event.dispatch_ (event_bindings:365:27) at dispatchArgs (event_bindings:241:22) at Object.chromeHidden.Event.dispatchJSON (event_bindings:249:7)
On Tuesday, October 23, 2012 1:44:17 AM UTC+2, Brian Slesinsky wrote: > > The Eclipse setup shouldn't matter. What error do you get in the browser > when it doesn't work? Are there any messages in the Console? > > Also, could you check chrome://plugins/ to make sure that there's an entry > for "GWT Development-Mode Plugin"? > > On Monday, October 22, 2012 4:21:30 PM UTC-7, Nomikos Zografakis wrote: >> >> Hi Brian, >> >> She and I are using Windows XP SP3, Eclipse 4.2 Juno, JDK 1.6 U32, >> Standard eclipse GWT Plugin version 2.4. The webserver and code server >> addresses are both 127.0.0.1 . We've set both localhost and 127.0.0.1 in >> the plugin options but it still doesn't work. Is there anything on the >> Eclipse side that needs to be set to be compatible with the Chrome >> extension? >> >> Thanks >> >> - Nomikos. >> >> On Monday, October 22, 2012 4:32:53 PM UTC-4, Brian Slesinsky wrote: >>> >>> Which version of Windows, and what are the symptoms? >>> >>> - Brian >>> >>> On Monday, October 22, 2012 1:14:41 PM UTC-7, Catherine Nantel wrote: >>>> >>>> Thanks Brian >>>> It doesn't work for me : Chromium Version 22.0.1216.0 (147940) >>>> Any other idea I should try? >>>> >>>> >>>> Le lundi 22 octobre 2012 16:01:28 UTC-4, Brian Slesinsky a écrit : >>>>> >>>>> Suppose the URL is: >>>>> http://myhost.example.com:1234/something?gwt.codesvr=anotherhost.example.com:456 >>>>> >>>>> You need to add an entry to the list for "myhost.example.com" and " >>>>> anotherhost.example.com" to allow this connection. >>>>> >>>>> However, it's usually easier to visit the URL and click the grey icon >>>>> to the right of the URL bar. If you use that dialog, it will >>>>> automatically >>>>> use the correct hostnames. >>>>> >>>>> - Brian >>>>> >>>>> On Monday, October 22, 2012 12:24:26 PM UTC-7, Cormac McLoughlin wrote: >>>>>> >>>>>> Brian, >>>>>> >>>>>> >> 1. visit chrome://chrome/extensions/ >>>>>> >> 2. Find the entry for GWT Developer Plugin >>>>>> >> 3. Click on "Options". >>>>>> >>>>>> And then what?!! Can you please explain what we need to do in >>>>>> Options to get it working again? >>>>>> Thanks. >>>>>> >>>>>> >>>>>> On Monday, October 22, 2012 7:09:54 PM UTC+1, Brian Slesinsky wrote: >>>>>>> >>>>>>> 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/-/JXDD99SqWvMJ. 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.
