Can you file an issue for this (passing DevAppServer arguments when running with GWT)?
As for a workaround, can you try adding the following JVM arguments to your launch configuration: -Dhttp.proxyHost=<http proxy hostname> -Dhttp.proxyPort=<http proxy port> -Dhttps.proxyHost=<https proxy hostname> -Dhttps.proxyPort=<https proxy hostname> On Wed, Jun 16, 2010 at 1:07 AM, Nick Lothian <[email protected]>wrote: > Hi, > > When I debug an AppEngine+GWT project from Eclipse I get the message > "Initializing AppEngine server". It stays on that for nearly 3 minutes > before timing out (I'm behind a firewall). The stack trace is: > > INFO: Unable to access > > http://appengine.google.com/api/updatecheck?runtime=java&release=1.3.4×tamp=1273872371&api_versions=['1.0 > '] > java.net.ConnectException: Connection timed out: connect > at java.net.PlainSocketImpl.socketConnect(Native Method) > ... > ... > at > > com.google.appengine.tools.info.RemoteVersionFactory.getVersion(RemoteVersionFactory.java: > 76) > > > Once that has timed out I can debug successfully. > > I'd like to be able to pass the --disable_update_check argument to > AppEngine to avoid this wait. However because the debug configuration > is GWT (which uses the GWT Dev Server) I cannot do that. > > Is there a solution or work around for this? (Setting my proxy in > Eclipse doesn't work either) > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-appengine-java?hl=en.
