Hi, We tried to update our projects from GWT 2.0.X to 2.4 to get the IE9 compile target. Compiling and deploying working fine. But when I try to start the dev mode with 2.4 and IE 9, the Internet Explorer crashes. First I thought thats an issue with our old 2.0.X project. Therefore I installed a new "fresh" eclipse and download the google gwt eclipse-plugin. After that I installed it and create a starter project. When I start this project in dev mode, the sample text "enter your name" but not the Textbox are shown.Instead of that I got this exception after hitting cancel when Win 7 "told" me that the Internet Explorer has stop working: (I dont configure the proxy, but I dont think the updatecheck trigger such a behavior)
Initializing App Engine server > 13.03.2012 07:58:33 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) > 13.03.2012 07:58:34 com.google.apphosting.utils.jetty.JettyLogger info > INFO: Logging to JettyLogger(null) via > com.google.apphosting.utils.jetty.JettyLogger > 13.03.2012 07:58:34 > com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml > INFO: Successfully processed > C:\Users\ph\workspaceGWT\GWTTest\war\WEB-INF/appengine-web.xml > 13.03.2012 07:58:34 > com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml > INFO: Successfully processed > C:\Users\ph\workspaceGWT\GWTTest\war\WEB-INF/web.xml > 13.03.2012 07:58:36 > com.google.appengine.tools.development.DevAppServerImpl start > INFO: The server is running at http://localhost:8888/ > 13.03.2012 07:58:37 > 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 @ > +L<;}.7A}h\vq_}Z" 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 > I hope you can help me here. Perhaps its a known issue and there is a workaround. I dont want to set the document mode to IE8 because we want to use the full IE9 mode. Thnx 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/-/-RhzNx6smT8J. 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.
