Hi all, I am under windows 7 64 bit, trying to launch any web app with GWT 2.2.0 under minefield ( firefox 4.0b12 ) and firefox crash with this exception :
The server is running at http://localhost:8888/ > Exception in thread "Code server for test from Mozilla/5.0 (Windows NT 6.1; > WOW64; rv:2.0b12) Gecko/20100101 Firefox/4.0b12 on > http://127.0.0.1:8888/Test.html?gwt.codesvr=127.0.0.1:9997 @ > f'2"c=:0e4L`%7m@" > com.google.gwt.dev.shell.BrowserChannel$RemoteDeathError: Remote connection > lost > at > com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:521) > at > com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:352) > 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:518) > ... 2 more > > I reproduce it by simply create a new default web app then try to launch it ... I have not this issue under linux ... any guess ? Regards, Harold -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
