Dear All,

I have just installed the appengine plugin on eclipse helio for java
developers and am doing a test to see if all is well.
 when i start the sample application in debug mode as described here :
http://code.google.com/eclipse/docs/getting_started.html

I keep getting errors, even when I have configured the proxy in the
exact format that allows me to browse with my google chrome browser.

can someone help please.

thanks
this is the error i get :
Initializing AppEngine server
17-Sep-2010 17:38:43
com.google.appengine.tools.info.RemoteVersionFactory getVersion
INFO: Unable to access
http://appengine.google.com/api/updatecheck?runtime=java&release=1.3.7&timestamp=1282754401&api_versions=['1.0']
java.net.ConnectException: Connection refused: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(Unknown Source)
        at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
        at java.net.PlainSocketImpl.connect(Unknown Source)
        at java.net.SocksSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at sun.net.NetworkClient.doConnect(Unknown Source)
        at sun.net.www.http.HttpClient.openServer(Unknown Source)
        at sun.net.www.http.HttpClient.openServer(Unknown Source)
        at sun.net.www.http.HttpClient.<init>(Unknown Source)
        at sun.net.www.http.HttpClient.New(Unknown Source)
        at sun.net.www.http.HttpClient.New(Unknown Source)
        at
sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown
Source)
        at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown
Source)
        at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown
Source)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown
Source)
        at java.net.URL.openStream(Unknown Source)
        at
com.google.appengine.tools.info.RemoteVersionFactory.getVersion(RemoteVersionFactory.java:
76)
        at
com.google.appengine.tools.info.UpdateCheck.checkForUpdates(UpdateCheck.java:
99)
        at
com.google.appengine.tools.info.UpdateCheck.doNagScreen(UpdateCheck.java:
174)
        at
com.google.appengine.tools.info.UpdateCheck.maybePrintNagScreen(UpdateCheck.java:
142)
        at
com.google.appengine.tools.development.gwt.AppEngineLauncher.maybePerformUpdateCheck(AppEngineLauncher.java:
104)
        at
com.google.appengine.tools.development.gwt.AppEngineLauncher.start(AppEngineLauncher.java:
76)
        at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:421)
        at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1035)
        at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:783)
        at com.google.gwt.dev.DevMode.main(DevMode.java:275)
17-Sep-2010 17:38:45 com.google.apphosting.utils.jetty.JettyLogger
info
INFO: Logging to JettyLogger(null) via
com.google.apphosting.utils.jetty.JettyLogger

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to