Hi! This helped me!!! I was also very frustrated... The eclipse was working fine until I got the "plugin failed to connect to hosted mode server at 127.0.0.1:9997" error... Nothing helped... not uninstalling,.. reverting to old installation date... -bindAddress helped.
Thanks! On Mar 22, 3:10 pm, Jason Parekh <[email protected]> wrote: > Hi Julian, > > What operating system are you running? > > You can try a couple things that have worked for others in the past: > - Instead of 127.0.0.1:9997, try localhost:9997 > - Add "-bindAddress *0.0.0.0" to your program arguments in the launch > configuration. This lives at Debug > Debug configurations... > Select your > launch config on the left > Arguments tab. Just add "-bindAddress 0.0.0.0" > in the beginning before all the other arguments. This makes it listen on > all network adapters, so another machine on your network could connect to > you.* > * > * > *jason* > > > > On Sat, Mar 20, 2010 at 3:44 AM, JulianK <[email protected]> wrote: > > Hi all, > > > i'm frustrated. > > I'm using Eclipse and the GWT Plugin for Eclipse. I created a new GWT > > Project with the GWT example files in it. > > after successfully creating it i start it via "Run as Web > > Application" and get an Error: > > > "Plugin failed to connect to hosted mode server 127.0.0.1:9997" > > > i also tried it with another port and localhost instead of 127.0.0.1 > > but without any success. > > > Hope you can help me. > > kind regards, > > Julian > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Web Toolkit" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-web-toolkit%2Bunsubs > > [email protected]> > > . > > 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 [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.
