Two days ago I
- set up a last version of Eclipse (eclipse-jee-galileo, v 3.5)
- install plugins: App Engine SDK (1.2.5) and GWT SDK (gwt 1.7.1)
- add library GXT 2.0.1

Using this tools, I start developing web-app. First time it works
fine, but yesterday it unexpectedly fails!!! Hosted browser shows only
html-page and don't display any gwt-widgets!

______Error message is next:

"The server is running at http://localhost:51203/
10.10.2009 11:56:37 com.google.apphosting.utils.jetty.JettyLogger warn
WARNING: handle failed
java.io.IOException: FULL head
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:276)
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:205)
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
        at org.mortbay.io.nio.SelectChannelEndPoint.run
(SelectChannelEndPoint.java:396)
        at org.mortbay.thread.BoundedThreadPool$PoolThread.run
(BoundedThreadPool.java:442)"

______I try to fix this bug:
- clear cookies
- change IDE
- i even tried to enlarge the size of the header buffer and added the
following lines in my app-sourses:
import org.mortbay.jetty.Connector;
import org.mortbay.jetty.HttpConnection;
// in EntryPoint, onModuleLoad()
Connector c = HttpConnection.getCurrentConnection().getConnector();
c.setHeaderBufferSize(8*1024);

______All this methods don't work! I limit my ideas how to fix the bug
=(
Could you please help me?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to