Hi,

I'm getting always timeout when I'm using GET requests
(qx.io.remote.Request)

This is from firebug:



GET http://localhost:5000/browser/list/?path=%2F (124ms)qx_gecko.js (line
141)ParamsHeadersPostResponseCache
Response Headers
Request Headers

{"result": {"files": [], "dirs": ["..", "admin", "css", "js", "libs"],
"path": "\/"}}

GET
http://localhost:5000/browser/list/?path=%2Fadmin%2Ficon%2F16%2Factions%2F(157ms)qx_gecko.js
(line 141)ParamsHeadersPostResponseCache
Response Headers
Request Headers

{"result": {"files": ["application-exit.png", "dialog-apply.png",
"dialog-cancel.png", "dialog-close

.png", "dialog-ok.png", "dialog-password.png", "document-close.png",
"document-open.png", "document-print

.png", "document-save-all.png", "document-save-as.png",
"document-save.png", "edit-delete.png", "edit-find

.png", "edit.png", "file-new.png", "folder-new.png", "go-down.png",
"go-next.png", "go-previous.png"

, "go-up.png", "list-add.png", "list-remove.png", "menu.png",
"office-spreadsheet.png", "page-visibility

.png", "system-log-out.png", "system-run.png",
"utilities-terminal.png", "view-detailed.png", "view-icon

.png", "view-refresh.png"], "dirs": [".."], "path":
"\/admin\/icon\/16\/actions\/"}}

000905 INFO: qx.core.Init[4]: main runtime: 314msqx_gecko.js (line 34)
000983 DEBUG: bfly.admin.Application[11]: preloading visible
images...qx_gecko.js
(line 34)
001263 INFO: bfly.admin.Application[11]: render runtime: 202msqx_gecko.js
(line 34)
004026 DEBUG: bfly.admin.Application[11]: preloading hidden
images...qx_gecko.js
(line 34)
016019 WARN: qx.io.remote.RequestQueue[594]: Timeout: transport 617qx_gecko.js
(line 34)
null
016032 WARN: qx.io.remote.RequestQueue[594]: 15130ms > 15000msqx_gecko.js
(line 34)
null
016046 WARN: qx.io.remote.Exchange[617]: Timeout: implementation 618


Interesting are WARN messages, but these requests all already "completed".
I'm using qooxdoo 0.7.3, is there something I'm doing wrong ?

I'm hadling "completed", "failed" ad "timeout" events. I tried to use
dispose() to completed request but situation is equal.
The "timeout" event is called too.

I'm not sending code, because it's very simple, just create request,
addParameter(), set callbacks and send(). But some requests are send before
main application screen is rendered, is this problem ?
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to