I removed my eclipse ganymade, and installed eclipse galileo. Running app engine 1.3.3.1 now allows me to run my app, but I still get the previous java.net.ConnectException: Connection timed out: connect exception.
On May 3, 3:40 pm, RockyWolf <[email protected]> wrote: > Hi, I can't understand why my app which runs on 1.2.1 doesn't run on > 1.3.3.1 . > > I keep getting the following error message when I run my app: > > com.google.appengine.tools.info.RemoteVersionFactory getVersion > INFO: Unable to > accesshttp://appengine.google.com/api/updatecheck?runtime=java&release=1.3....['1.0'] > java.net.ConnectException: Connection timed out: connect > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java: > 195) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:519) > at java.net.Socket.connect(Socket.java:469) > at sun.net.NetworkClient.doConnect(NetworkClient.java:163) > at sun.net.www.http.HttpClient.openServer(HttpClient.java:394) > at sun.net.www.http.HttpClient.openServer(HttpClient.java:529) > at sun.net.www.http.HttpClient.<init>(HttpClient.java:233) > at sun.net.www.http.HttpClient.New(HttpClient.java:306) > at sun.net.www.http.HttpClient.New(HttpClient.java:323) > at > sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnectio... > 837) > at > sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java: > 778) > at > sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java: > 703) > at > sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.... > 1026) > at java.net.URL.openStream(URL.java:1009) > at > com.google.appengine.tools.info.RemoteVersionFactory.getVersion(RemoteVersionFactory.java: > 70) > at > com.google.appengine.tools.info.UpdateCheck.checkForUpdates(UpdateCheck.java: > 94) > at > com.google.appengine.tools.info.UpdateCheck.doNagScreen(UpdateCheck.java: > 164) > at > com.google.appengine.tools.info.UpdateCheck.maybePrintNagScreen(UpdateCheck.java: > 132) > at com.google.appengine.tools.development.DevAppServerMain > $StartAction.apply(DevAppServerMain.java:150) > at com.google.appengine.tools.util.Parser > $ParseResult.applyArgs(Parser.java:48) > at > com.google.appengine.tools.development.DevAppServerMain.<init>(DevAppServerMain.java: > 113) > at > com.google.appengine.tools.development.DevAppServerMain.main(DevAppServerMain.java: > 89) > java.lang.RuntimeException: Unable to locate the App Engine agent. > Please use dev_appserver, KickStart, or set the jvm flag: "- > javaagent:<sdk_root>/lib/agent/appengine-agent.jar" > at > com.google.appengine.tools.development.DevAppServerFactory.testAgentIsInstalled(DevAppServerFactory.java: > 102) > at > com.google.appengine.tools.development.DevAppServerFactory.createDevAppServer(DevAppServerFactory.java: > 77) > at > com.google.appengine.tools.development.DevAppServerFactory.createDevAppServer(DevAppServerFactory.java: > 38) > at com.google.appengine.tools.development.DevAppServerMain > $StartAction.apply(DevAppServerMain.java:153) > at com.google.appengine.tools.util.Parser > $ParseResult.applyArgs(Parser.java:48) > at > com.google.appengine.tools.development.DevAppServerMain.<init>(DevAppServerMain.java: > 113) > at > com.google.appengine.tools.development.DevAppServerMain.main(DevAppServerMain.java: > 89) > Caused by: java.lang.NoClassDefFoundError: com/google/appengine/tools/ > development/agent/AppEngineDevAgent > at > com.google.appengine.tools.development.DevAppServerFactory.testAgentIsInstalled(DevAppServerFactory.java: > 98) > ... 6 more > Caused by: java.lang.ClassNotFoundException: > com.google.appengine.tools.development.agent.AppEngineDevAgent > at java.net.URLClassLoader$1.run(URLClassLoader.java:200) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:188) > at java.lang.ClassLoader.loadClass(ClassLoader.java:307) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > at java.lang.ClassLoader.loadClass(ClassLoader.java:252) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) > ... 7 more > > I tried to use the update site for eclipse ganymade, but I got the > error, "No repository found....." > Then I followed the instructions for "installing the Google Plugin for > Eclipse from zip files". (http://code.google.com/eclipse/docs/install- > from-zip.html) > > But when I tried to install " Ganymede Update Site > Web and Java EE > Development > Web Developer Tools, " the same error ," No repository > found" came up again. > > With step 1.4 still unfinished, I did the next three steps: > I downloaded the latest plugin distribution for Eclipse 3.4. > I extracted the archive into the dropins directory in my Eclipse > installation. > I restarted Eclipse > > -- > 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 > athttp://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.
