servix wrote: > I have increase the timeout, but with no effects. This Message was posted by > the qx_log: > > 063978 WARN: qx.io.remote.RequestQueue[419]: Timeout: transport 1091 > 063980 WARN: qx.io.remote.RequestQueue[419]: 50254ms > 50000ms > 063981 WARN: qx.io.remote.Exchange[1091]: Timeout: implementation 1092 > 063983 DEBUG: qx.io.remote.Request[1086]: TIMEOUT OCCURRED > 064478 WARN: qx.io.remote.RequestQueue[419]: Timeout: transport 1091 > 064479 WARN: qx.io.remote.RequestQueue[419]: 50754ms > 50000ms > 064480 WARN: qx.io.remote.Exchange[1091]: Timeout: implementation 1092 > > Im using a local environment, so i think the connection speed is not the > reason for this error. Another Idea? ;) > >
Mh, yes that's unlikely then. Unfortunately, I have no experiences with Java on glassfish, but I would try to isolate the issue. You could e.g. use some other backend, maybe one from the qooxdoo distribution or qxjsonrpc.py, a Python backend with which I have worked successfully. Or the other way round: Do you probably have an RPC client (other than your web app) that you could use to run against your Java/glassfish backend? Maybe a small Java client? But as a first step I would try to verify that your backend actually delivers responses. You wrote that the requests hit the server, but do you also see the responses going out? You could either try and track those on the server (debugger, log files, ...), or, if nothing else works out, use a network sniffer like ethereal to check response packets are sent by the server (you might actually have to distribute the server to another machine for that to work out). Do you have a firewall that blocks local traffic? HTH, =Thomas ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
