Re: Receiving "Plugin failed to connect to hosted mode server 127.0.0.1:9997" Error

2010-03-25 Thread Janko
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,

Re: Receiving "Plugin failed to connect to hosted mode server 127.0.0.1:9997" Error

2010-03-22 Thread Jason Parekh
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..

Receiving "Plugin failed to connect to hosted mode server 127.0.0.1:9997" Error

2010-03-20 Thread JulianK
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