Hi, I tried to update our project from gwt 2.0.X to gwt 2.4 to get the IE9 target. Compiling and deploying works fine, but when I try to start the debug mode through the google eclipse-plugin the Internet Explorer 9 crashes. First I thought thats a project-issue. But I get the same crash when I install a "fresh" eclipse IDE and install the google GWT Eclipse plugin. Does anyone got the same issue?
Here the stacktrace (Network is unreachable because I dont set up the eclipse proxy connection, but I think an updatecheck should not trigger such a crash ) > Initializing App Engine server > 12.03.2012 13:09:15 com.google.appengine.tools.info.RemoteVersionFactory > getVersion > INFO: Unable to access > http://appengine.google.com/api/updatecheck?runtime=java&release=1.6.3×tamp=1330104983&api_versions=['1.0'] > java.net.SocketException: Network is unreachable: 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:115) > at > com.google.appengine.tools.development.gwt.AppEngineLauncher.start(AppEngineLauncher.java:81) > at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:509) > at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1068) > at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:811) > at com.google.gwt.dev.DevMode.main(DevMode.java:311) > 12.03.2012 13:09:15 com.google.apphosting.utils.jetty.JettyLogger info > INFO: Logging to JettyLogger(null) via > com.google.apphosting.utils.jetty.JettyLogger > 12.03.2012 13:09:15 > com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml > INFO: Successfully processed > C:\Users\ph\workspaceGWT\GWTTest\war\WEB-INF/appengine-web.xml > 12.03.2012 13:09:15 > com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml > INFO: Successfully processed > C:\Users\ph\workspaceGWT\GWTTest\war\WEB-INF/web.xml > 12.03.2012 13:09:16 > com.google.appengine.tools.development.DevAppServerImpl start > INFO: The server is running at http://localhost:8888/ > 12.03.2012 13:09:16 > com.google.appengine.tools.development.DevAppServerImpl start > INFO: The admin console is running at http://localhost:8888/_ah/admin > Exception in thread "Code server for gwttest from Mozilla/5.0 (compatible; > MSIE 9.0; Windows NT 6.1; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR > 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; > Tablet PC 2.0) on > http://127.0.0.1:8888/GWTTest.html?gwt.codesvr=127.0.0.1:9997 @ > +s2=e6XL1.!2Bx>V" com.google.gwt.dev.shell.BrowserChannel$RemoteDeathError: > Remote connection lost > at > com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:536) > at > com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:363) > at java.lang.Thread.run(Unknown Source) > Caused by: java.net.SocketException: Connection reset by peer: socket > write error > at java.net.SocketOutputStream.socketWrite0(Native Method) > at java.net.SocketOutputStream.socketWrite(Unknown Source) > at java.net.SocketOutputStream.write(Unknown Source) > at java.io.BufferedOutputStream.flushBuffer(Unknown Source) > at java.io.BufferedOutputStream.flush(Unknown Source) > at java.io.DataOutputStream.flush(Unknown Source) > at > com.google.gwt.dev.shell.BrowserChannel$ReturnMessage.send(BrowserChannel.java:1310) > at > com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:533) > ... 2 more > Exception in thread "Code server for gwttest from Mozilla/5.0 (compatible; > MSIE 9.0; Windows NT 6.1; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR > 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; > Tablet PC 2.0) on > http://127.0.0.1:8888/GWTTest.html?gwt.codesvr=127.0.0.1:9997 @ > -2uN,j)<-GOukBFu" com.google.gwt.dev.shell.BrowserChannel$RemoteDeathError: > Remote connection lost > at > com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:536) > at > com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:363) > at java.lang.Thread.run(Unknown Source) > Caused by: java.net.SocketException: Connection reset by peer: socket > write error > at java.net.SocketOutputStream.socketWrite0(Native Method) > at java.net.SocketOutputStream.socketWrite(Unknown Source) > at java.net.SocketOutputStream.write(Unknown Source) > at java.io.BufferedOutputStream.flushBuffer(Unknown Source) > at java.io.BufferedOutputStream.flush(Unknown Source) > at java.io.DataOutputStream.flush(Unknown Source) > at > com.google.gwt.dev.shell.BrowserChannel$ReturnMessage.send(BrowserChannel.java:1310) > at > com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:533) > ... 2 more > Cu Alex -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/DAOvHr4IcVUJ. 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.
