Re: Hosted mode won't work since 2.0 upgrade

2010-01-11 Thread shortpasta
After downgrading from 2 to 1.7, I got this error when running ant
hosted:
[WARN] Unknown module requested 'missingplugin'; all active GWT
modules must be specified in the command line arguments

I did this, and my app loaded as expected:
1. Internet Explorer | Tools | Internet Options | Delete Cookies
2. Internet Explorer | Tools | Internet Options | Delete Files
3. Internet Explorer | Tools | Internet Options | Clear History
4. Uninstall the Google Add On for IE via the Control Panel
5. run this: ant hosted

On Dec 27 2009, 10:04 pm, John Armstrong siber...@gmail.com wrote:
 The only way I was able to deal with this exact problem on my macbook
 was to

 A) create a new project in a new package space with a new name
 B) Copy all of my files into the new project
 C) put my entrypoint class code INTO the auto-generated entry point
 D) Hand tweak my remote services definitions to match the new class
 hierarchy

 Voila, back in business.

 Something is caching at a lower level then the browser or eclipse.
 When I downloaded a new eclipse, installed plugins from update site,
 attached it to a new workspace and then tried to create an
 autogenerated project using the same package/entry point as my app it
 would exhibit the symptoms.

 Hopefully someone can get a definitive answer to this issue at some
 point but its good to be back in development mode after 3 days of
 hell.

 John-

 On Dec 15, 2:51 pm, Adam S servic.a...@gmail.com wrote:



  Same outcome here. I tried to swtich to GWT2.0, but my app using
  smarGwt
  compononets didn't exacly looked as i inteded so i tried to switch
  back to 1.7.1
  Now my hosted mode tries to connect to some weird site and
   keeps saying :  Unknown module requested 'missingplugin'

  On 14 Gru, 22:17, Mike McLean mike.mclea...@gmail.com wrote:

   Hi All,

   Last week, I installed GWT 2.0, Chrome, Chromium and the SpeedTracer
   plugin on my 10.6 OS X installation. I also updated my Eclipse plugin.

   It was a quick try to see if my current project would keep working on
   2.0 when I'd find the time to upgrade and test properly.

   Ever since the update, I've been unable to start hosted mode ...

   [WARN] Unknown module requested 'missingplugin'; all active GWT
   modules must be specified in the command line arguments

   I've tried removing Chrome and Chromium; I've removed the 2.0 install
   of GWT; I've used TimeMachine to restore my Eclipse installation as
   well as my workspace ... to no avail.

   Where should I be looking? What's going on?

   Thanks.
-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@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: Hosted mode won't work since 2.0 upgrade

2009-12-27 Thread John Armstrong
The only way I was able to deal with this exact problem on my macbook
was to

A) create a new project in a new package space with a new name
B) Copy all of my files into the new project
C) put my entrypoint class code INTO the auto-generated entry point
D) Hand tweak my remote services definitions to match the new class
hierarchy

Voila, back in business.

Something is caching at a lower level then the browser or eclipse.
When I downloaded a new eclipse, installed plugins from update site,
attached it to a new workspace and then tried to create an
autogenerated project using the same package/entry point as my app it
would exhibit the symptoms.

Hopefully someone can get a definitive answer to this issue at some
point but its good to be back in development mode after 3 days of
hell.

John-

On Dec 15, 2:51 pm, Adam S servic.a...@gmail.com wrote:
 Same outcome here. I tried to swtich to GWT2.0, but my app using
 smarGwt
 compononets didn't exacly looked as i inteded so i tried to switch
 back to 1.7.1
 Now my hosted mode tries to connect to some weird site and
  keeps saying :  Unknown module requested 'missingplugin'

 On 14 Gru, 22:17, Mike McLean mike.mclea...@gmail.com wrote:



  Hi All,

  Last week, I installed GWT 2.0, Chrome, Chromium and the SpeedTracer
  plugin on my 10.6 OS X installation. I also updated my Eclipse plugin.

  It was a quick try to see if my current project would keep working on
  2.0 when I'd find the time to upgrade and test properly.

  Ever since the update, I've been unable to start hosted mode ...

  [WARN] Unknown module requested 'missingplugin'; all active GWT
  modules must be specified in the command line arguments

  I've tried removing Chrome and Chromium; I've removed the 2.0 install
  of GWT; I've used TimeMachine to restore my Eclipse installation as
  well as my workspace ... to no avail.

  Where should I be looking? What's going on?

  Thanks.

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@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: Hosted mode won't work since 2.0 upgrade

2009-12-19 Thread Shawn Brown
 Also, if you GXT it will not work with GWT 2.0


That does not seem right.  It works for me and I can't do magic.  It works.

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@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: Hosted mode won't work since 2.0 upgrade

2009-12-19 Thread Zoltán Törteli
This might help:

http://groups.google.com/group/google-web-toolkit/browse_thread/thread/9438f21418286c96/cb251b50405b79ce?lnk=gstq=Mac+hosted+mode#cb251b50405b79ce



On Dec 19, 10:44 am, Shawn Brown big.coffee.lo...@gmail.com wrote:
  Also, if you GXT it will not work with GWT 2.0

 That does not seem right.  It works for me and I can't do magic.  It works.

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@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: Hosted mode won't work since 2.0 upgrade

2009-12-18 Thread Lucas Ceni
Just update your eclipse gwt plugin that will work.

I had the same problem and now is working on hosted mode.

On 16 dez, 09:52, Adam S servic.a...@gmail.com wrote:
 Copying another version of eclipse worked for me.
 After that i retrieved code from my SVN server and everything is as it
 was before.

 BR

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@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: Hosted mode won't work since 2.0 upgrade

2009-12-16 Thread Adam S
Copying another version of eclipse worked for me.
After that i retrieved code from my SVN server and everything is as it
was before.

BR

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@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.




Hosted mode won't work since 2.0 upgrade

2009-12-15 Thread Mike McLean
Hi All,

Last week, I installed GWT 2.0, Chrome, Chromium and the SpeedTracer
plugin on my 10.6 OS X installation. I also updated my Eclipse plugin.

It was a quick try to see if my current project would keep working on
2.0 when I'd find the time to upgrade and test properly.

Ever since the update, I've been unable to start hosted mode ...

[WARN] Unknown module requested 'missingplugin'; all active GWT
modules must be specified in the command line arguments

I've tried removing Chrome and Chromium; I've removed the 2.0 install
of GWT; I've used TimeMachine to restore my Eclipse installation as
well as my workspace ... to no avail.

Where should I be looking? What's going on?

Thanks.

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@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: Hosted mode won't work since 2.0 upgrade

2009-12-15 Thread Adam S
Same outcome here. I tried to swtich to GWT2.0, but my app using
smarGwt
compononets didn't exacly looked as i inteded so i tried to switch
back to 1.7.1
Now my hosted mode tries to connect to some weird site and
 keeps saying :  Unknown module requested 'missingplugin'

On 14 Gru, 22:17, Mike McLean mike.mclea...@gmail.com wrote:
 Hi All,

 Last week, I installed GWT 2.0, Chrome, Chromium and the SpeedTracer
 plugin on my 10.6 OS X installation. I also updated my Eclipse plugin.

 It was a quick try to see if my current project would keep working on
 2.0 when I'd find the time to upgrade and test properly.

 Ever since the update, I've been unable to start hosted mode ...

 [WARN] Unknown module requested 'missingplugin'; all active GWT
 modules must be specified in the command line arguments

 I've tried removing Chrome and Chromium; I've removed the 2.0 install
 of GWT; I've used TimeMachine to restore my Eclipse installation as
 well as my workspace ... to no avail.

 Where should I be looking? What's going on?

 Thanks.

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@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: Hosted mode won't work since 2.0 upgrade

2009-12-15 Thread Isaac Truett
Have you done a clean build and deploy since downgrading? It sounds to
me like you're still using the 2.0 version of hosted.html.



On Tue, Dec 15, 2009 at 5:51 PM, Adam S servic.a...@gmail.com wrote:
 Same outcome here. I tried to swtich to GWT2.0, but my app using
 smarGwt
 compononets didn't exacly looked as i inteded so i tried to switch
 back to 1.7.1
 Now my hosted mode tries to connect to some weird site and
  keeps saying :  Unknown module requested 'missingplugin'

 On 14 Gru, 22:17, Mike McLean mike.mclea...@gmail.com wrote:
 Hi All,

 Last week, I installed GWT 2.0, Chrome, Chromium and the SpeedTracer
 plugin on my 10.6 OS X installation. I also updated my Eclipse plugin.

 It was a quick try to see if my current project would keep working on
 2.0 when I'd find the time to upgrade and test properly.

 Ever since the update, I've been unable to start hosted mode ...

 [WARN] Unknown module requested 'missingplugin'; all active GWT
 modules must be specified in the command line arguments

 I've tried removing Chrome and Chromium; I've removed the 2.0 install
 of GWT; I've used TimeMachine to restore my Eclipse installation as
 well as my workspace ... to no avail.

 Where should I be looking? What's going on?

 Thanks.

 --

 You received this message because you are subscribed to the Google Groups 
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@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.




--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@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: Hosted mode won't work since 2.0 upgrade

2009-12-15 Thread Mike Bedard
I had similar issues with upgrading to GWT 2.0 and the way I got hosted mode to 
start up agian was to remove Firefox and the .mozilla directory under my home 
directory.  I'm not sure if the issue has to do with the plugin for Firefox and 
I really don't have the time to look into it...  
 
I tried deleting the cache and reinstalling eclipse and going back and forth 
between 1.71 and 2.0, but nothing worked.
 
My issues was the hosted mode would never call onModuleLoad, so the page would 
show up with no widgets.  This would happen even with a fresh new Test project.
 
Also, if you GXT it will not work with GWT 2.0
 
Good Luck!


--- On Tue, 12/15/09, Isaac Truett itru...@gmail.com wrote:


From: Isaac Truett itru...@gmail.com
Subject: Re: Hosted mode won't work since 2.0 upgrade
To: google-web-toolkit google-web-toolkit@googlegroups.com
Date: Tuesday, December 15, 2009, 9:38 PM


Have you done a clean build and deploy since downgrading? It sounds to
me like you're still using the 2.0 version of hosted.html.



On Tue, Dec 15, 2009 at 5:51 PM, Adam S servic.a...@gmail.com wrote:
 Same outcome here. I tried to swtich to GWT2.0, but my app using
 smarGwt
 compononets didn't exacly looked as i inteded so i tried to switch
 back to 1.7.1
 Now my hosted mode tries to connect to some weird site and
  keeps saying :  Unknown module requested 'missingplugin'

 On 14 Gru, 22:17, Mike McLean mike.mclea...@gmail.com wrote:
 Hi All,

 Last week, I installed GWT 2.0, Chrome, Chromium and the SpeedTracer
 plugin on my 10.6 OS X installation. I also updated my Eclipse plugin.

 It was a quick try to see if my current project would keep working on
 2.0 when I'd find the time to upgrade and test properly.

 Ever since the update, I've been unable to start hosted mode ...

 [WARN] Unknown module requested 'missingplugin'; all active GWT
 modules must be specified in the command line arguments

 I've tried removing Chrome and Chromium; I've removed the 2.0 install
 of GWT; I've used TimeMachine to restore my Eclipse installation as
 well as my workspace ... to no avail.

 Where should I be looking? What's going on?

 Thanks.

 --

 You received this message because you are subscribed to the Google Groups 
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@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.




--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@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.





  

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@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.