Re: Could not load GWT DMP Plugin | Tony Rah | 10/21/12 7:38 AM | 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. |
Re: Could not load GWT DMP Plugin | Rob Taft | 10/21/12 4:26 PM | I just started getting the exact same issue... |
Re: Could not load GWT DMP Plugin | Rob Taft | 10/21/12 4:28 PM | Not to mention Chrome loads an old version of my site that I can't seem to clear when I don't use the plugin...kinda left dead in the water here. |
Re: Could not load GWT DMP Plugin | seas | 10/21/12 5:00 PM | 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. |
Re: Could not load GWT DMP Plugin | Drew Spencer | 10/22/12 5:49 AM | Same here. Glad I'm not the only one. I'm on Windows as well, using v22 of Chrome. Bah!
|
Re: Could not load GWT DMP Plugin | Brian Slesinsky | 10/22/12 11:09 AM | 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 |
Re: Could not load GWT DMP Plugin | Michael Hirsch | 10/22/12 12:05 PM | Thanks, Brian. That got me working again. Michael
|
Re: Could not load GWT DMP Plugin | Brian Slesinsky | 10/22/12 1:01 PM | 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, |
Re: Could not load GWT DMP Plugin | Brian Slesinsky | 10/22/12 1:32 PM | 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 |
Re: Could not load GWT DMP Plugin | Brian Slesinsky | 10/22/12 4:44 PM | 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, |
Re: Could not load GWT DMP Plugin | Chris Feuz | 10/22/12 11:21 PM | 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:
|
Re: Could not load GWT DMP Plugin | Juanra Collado | 10/23/12 12:13 AM | I'm with netbeans and this workaround also works for me. I either see the grey box in the direction bar |
Re: Could not load GWT DMP Plugin | Juanra Collado | 10/23/12 12:13 AM | I'm with netbeans and this workaround also DOES NOT working for me. I either see the grey box in the direction bar |
Re: Could not load GWT DMP Plugin | Justin | 10/23/12 1:28 AM | Never had problems with GWT plugin up untill new update! Win 7 version 22.0.1229.94 mReinstalled chrome/ reinstalled developer plugin multiple times keeps saying gwt dmp cant be loaded :[ |
Re: Could not load GWT DMP Plugin | Nomikos Zografakis | 10/23/12 6:00 AM | I'm getting the following stacktrace from the "Development Mode" Console at the moment the plugin fails : 08:55:04.105 [ERROR] [gablet] ManageException com.google.gwt.dev.shell.BrowserChannel$RemoteDeathError: Remote connection lost at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:354) at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:218) at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136) at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:561) at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:269) at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91) at com.google.gwt.core.client.impl.Impl.apply(Impl.java) at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:213) at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:292) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:546) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:363) at java.lang.Thread.run(Thread.java:662) Caused by: java.net.SocketException: Connection reset by peer: socket write error at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92) at java.net.SocketOutputStream.write(SocketOutputStream.java:136) at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65) at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123) at java.io.DataOutputStream.flush(DataOutputStream.java:106) at com.google.gwt.dev.shell.BrowserChannel$ReturnMessage.send(BrowserChannel.java:1310) at com.google.gwt.dev.shell.BrowserChannel$ReturnMessage.send(BrowserChannel.java:1315) at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:340) at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:218) at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136) at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:561) at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:269) at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91) at com.google.gwt.core.client.impl.Impl.apply(Impl.java) at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:213) at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:292) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:546) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:363) at java.lang.Thread.run(Thread.java:662) |
Re: Could not load GWT DMP Plugin | Nomikos Zografakis | 10/23/12 6:12 AM | Appart from Java console logs, does the plugin produce or can be made to produce logs that I can ship to you? - Nomikos |
Drew Spencer | 10/23/12 6:32 AM | <This message has been deleted.> | |
Re: Could not load GWT DMP Plugin | Drew Spencer | 10/23/12 7:14 AM | Same here. This is a little disappointing, also my message above got deleted for some reason. |
Re: Could not load GWT DMP Plugin | Brian Slesinsky | 10/23/12 10:35 AM | 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. |
Re: Could not load GWT DMP Plugin | seas | 10/23/12 2:00 PM | Good to hear. We'll be standing by. |
Re: Could not load GWT DMP Plugin | Brian Slesinsky | 10/23/12 4:53 PM | 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. - Brian
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. |
Re: Could not load GWT DMP Plugin | Markus Grill | 10/23/12 5:52 PM | the new version works... Thank you Markus |
Re: Could not load GWT DMP Plugin | Juanra Collado | 10/23/12 11:46 PM | It's working for me the new version in: Chrome - Versión 22.0.1229.94 m Windows XP SP3 Thanks for your work. |
Re: Could not load GWT DMP Plugin | Chris Feuz | 10/24/12 12:21 AM | 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 |
Re: Could not load GWT DMP Plugin | Benoit Bolduc | 10/24/12 2:14 AM | Version 1.0.11349 works here also. Thanks for the fix. Really appreciated! |
Re: Could not load GWT DMP Plugin | Drew Spencer | 10/24/12 3:35 AM | Thank you Brian! All working now. On Wednesday, 24 October 2012 00:53:48 UTC+1, Brian Slesinsky wrote: A new version is now live in the Chrome store. The only difference is that the Windows version is statically linked. |
Re: Could not load GWT DMP Plugin | Leoš Přikryl | 10/24/12 3:39 AM | Thanks a lot. The new version works for me as well. |
Re: Could not load GWT DMP Plugin | Geoff Gibbs | 10/24/12 7:15 AM | I have the same versions of Chrome and Windows, but it's still not working for me. I have tried uninstalling/reinstalling but still no joy... On Wednesday, October 24, 2012 7:46:22 AM UTC+1, Juanra Collado wrote: It's working for me the new version in: |
Re: Could not load GWT DMP Plugin | Catherine Nantel | 10/24/12 7:22 AM | It seems to have make things better but it still crashes. Could it be caused by the automatic update of the plugin that overwrite your version? |
Re: Could not load GWT DMP Plugin | Juanra Collado | 10/24/12 7:38 AM | That's true. It's loading the plugin well but is crashing in a few clicks. Hope a solution, it's so difficult programming this way. |
Re: Could not load GWT DMP Plugin | Nomikos Zografakis | 10/24/12 7:54 AM | Hi Brian, It crashes a little later than before, but still crashed nonetheless. If there's any way I can can send you logs from the plugin, please let me know and I will send them as per your instructions. Thanks. - Nomikos
|
Re: Could not load GWT DMP Plugin | Brian Slesinsky | 10/24/12 3:29 PM | I have access to crash reports. Still figuring out how to use the data. In my testing, I can start the "Showcase" sample in dev mode and it seems to work, but if I leave the browser open for a while, the plugin will eventually crash. - Brian |
Re: Could not load GWT DMP Plugin | seas | 10/25/12 1:59 PM | Brian, Got the new plugin and was working fine for a bit. Good to be testing/debugging in Chrome again. Then this popped up: "GWT DMP Plugin has crashed. Thank for you work on this. Below is the stack dump. Hope it helps. 13:52:10.421 [ERROR] [helloworld] Uncaught exception escaped com.google.gwt.dev.shell.BrowserChannel$RemoteDeathError: Remote connection lost at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:354) at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:218) at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136) at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:561) at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:269) at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91) at com.google.gwt.core.client.impl.Impl.apply(Impl.java) at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:213) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:292) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:546) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:363) at java.lang.Thread.run(Thread.java:662) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:168) at java.io.BufferedInputStream.fill(BufferedInputStream.java:218) at java.io.BufferedInputStream.read(BufferedInputStream.java:237) at java.io.DataInputStream.readByte(DataInputStream.java:248) at com.google.gwt.dev.shell.BrowserChannel$Message.readMessageType(BrowserChannel.java:1100) at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:326) at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:218) at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136) at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:561) at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:269) at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91) at com.google.gwt.core.client.impl.Impl.apply(Impl.java) at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:213) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:292) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:546) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:363) at java.lang.Thread.run(Thread.java:662) |
Re: Could not load GWT DMP Plugin | Brian Slesinsky | 10/25/12 4:54 PM | I've uploaded a new version to the Chrome store that fixes a bug that could cause plugin crashes. |
Re: Could not load GWT DMP Plugin | Brian Slesinsky | 10/26/12 10:35 AM | I'm still seeing some crash reports but I'm not sure they're the same issue. Has the situation improved at all with yesterday's release? I just figured this out: you can report the crash to me by visiting chrome://crashes and telling me the crash id (if it's listed there). (There is a link on that page to file a bug, but that goes to Chromium and they won't know what to do with it.) - Brian |
Re: Could not load GWT DMP Plugin | Nomikos Zografakis | 10/26/12 10:44 AM | It hasn't crashed with limited usage. I'll continue and report crashes using chrome://crashes Thanks! - Nomikos |
Re: Could not load GWT DMP Plugin | yves | 10/26/12 2:16 PM | It doesn't work for me. Chrome 24.0.1305.3 dev-m plugin 1.0.11357 win XP SP3 I found that it might be blocked by norton anti-virus : googleupdate.exe was blocked (severity : medium) I found another problem in norton history log : the dev plugin dll is identifid as a threat "Suspicious.Cloud.7.EP" (severity : high) c:\documents and settings\yves\local settings\application data\google\chrome\user data\default\extensions\jpjpnpmbddbjkfaccnmhnkdgjideieim\1.0.11357_0\winnt_x86-msvc\npgwtdevplugin.dll HTH Yves |
Re: Could not load GWT DMP Plugin | seas | 10/26/12 2:27 PM | Brian, It looks like that fixed it for me. Spent about a half hour clicking around in my app with no crashes. Thanks. I'll let you know if it happens again. |
Re: Could not load GWT DMP Plugin | Brian Slesinsky | 10/29/12 2:00 PM | Which version of windows? On Monday, October 29, 2012 1:20:52 PM UTC-7, Hec Nev wrote: I'm still having the same issue. |
Re: Could not load GWT DMP Plugin | Hex Nev | 10/29/12 3:00 PM | Windows 7 Profesional Service Pack 1 |
Re: Could not load GWT DMP Plugin | Thomas Broyer | 11/26/12 3:57 PM | On Monday, November 26, 2012 9:15:09 PM UTC+1, Mark Bosshard wrote: Hey Brian Are you on Windows 8? Windows 8 makes it impossible to support NPAPI plugins in Chrome.
Have you tried SuperDevMode?
Yes. |
Re: Could not load GWT DMP Plugin | daveb | 1/2/13 9:59 AM | Brian, GWT Dev plugin 1.0.11338 plus Chrome 23.0.1271.97 either crashes or will not load. When will this be addressed? Thanks, David Briney
|
Re: Could not load GWT DMP Plugin | Brian Slesinsky | 1/2/13 10:06 AM | Which OS? |
Re: Could not load GWT DMP Plugin | daveb | 1/2/13 10:10 AM | Win 7 Enterprise. Could IntelliJ (I'm using 11.1.4) be a factor? |
Re: Could not load GWT DMP Plugin | Brian Slesinsky | 1/2/13 10:14 AM | Unlikely. A different version of Chrome is more likely to help. |
Re: Could not load GWT DMP Plugin | daveb | 1/2/13 10:31 AM | Chrome 23.0.1271.97 (m) is the most recent version. What version do you suggest I roll back to (assuming I can even find it)? |
Re: Could not load GWT DMP Plugin | daveb | 1/4/13 1:13 PM | Crickets? |
Re: Could not load GWT DMP Plugin | Brian Slesinsky | 1/4/13 1:38 PM | I just tried it and it works for me. Windows 7 Enterprise
Chrome 33.0.1271.97 m Plugin 1.0.11357 I tested by launching the Showcase sample app in dev mode.
I hadn't noticed earlier that your plugin version seems to be old. Could you try installing it from the web store? |
Re: Could not load GWT DMP Plugin | daveb | 1/4/13 2:17 PM | Is GWT DMP 1.0.11357 available to the public? When I update my Chrome extensions, that process comes back with 1.0.11338, which, assuming the versioning is in numeric order, predates 11357. v 11338 doesn't work for me. |
Re: Could not load GWT DMP Plugin | Brian Slesinsky | 1/4/13 2:45 PM | We switched to the Chrome store fairly recently and the migration isn't finished yet. For now you'll have to uninstall and reinstall.
- Brian |
Re: Could not load GWT DMP Plugin | daveb | 2/27/13 7:22 AM | I still ... months later ... have to remove GWT Plugin version 1.0.11338 several times daily and replace it with a reliable old version (9738). This is because 11338 crashes - will not load into Chrome 25.0.1364.97 m. To say this is aggravating is an understatement. Suggestions? |
Re: Could not load GWT DMP Plugin | Brian Slesinsky | 2/27/13 11:53 AM | Please uninstall and reinstall from the Chrome store to get the latest version (11357). You received this message because you are subscribed to a topic in the Google Groups "Google Web Toolkit" group. |
Re: Could not load GWT DMP Plugin | daveb | 2/27/13 12:06 PM | Why don't the automatic updates install 11357? I can attest, hundreds of times over, that the auto updates install 11338. And 11338 has issues. |
Re: Could not load GWT DMP Plugin | Constantino | 3/13/13 12:29 PM | Hi, I am using: Microsoft Windows XP [Version 5.1.2600] Chrome: 25.0.1364.172 m GWT Developer Plugin 1.0.11357 and it still does not work. I have found that the call do "init(window)" does not work and no connection is established. |
Re: Could not load GWT DMP Plugin | Constantino | 3/13/13 12:31 PM | I have also tried to remove the plug-in and re-install it from the store, but with no help. I am using the address 127.0.0.1 and even tried to add this to the configuration. |
Re: Could not load GWT DMP Plugin | Constantino | 3/13/13 12:35 PM | After setting bindAddress to 0.0.0.0 and using the non 127.0.0.1 address it worked after adding the other address to the plug-in configuration. |
Re: Could not load GWT DMP Plugin | Jacob Haas | 5/9/13 5:03 PM | I was having this problem as well and was able to fix it by uninstalling from the app store and then reinstalling. I have a feeling that rolling back to a previous version may not be the solution for you. All I can say is keep tinkering because there doesn't seem to be a clear answer from the googling I've been doing... On Saturday, October 20, 2012 3:08:44 PM UTC-5, 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. |
Re: Could not load GWT DMP Plugin | Ilya N | 10/21/13 10:16 PM | Try to run Chrome as Administrator воскресенье, 21 октября 2012 г., 0:08:44 UTC+4 пользователь seas написал: 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. |