markokas Posted May 21, 2014 Posted May 21, 2014 Dear all, It happens that requests somehow hangs .... I think that it happens if the internet connection is poor between client and UniGUI server. After while the client get "server not response, try latter" .... After commit ... then requests are processed and decreased to zero. How is possible to solve this issue? Is it some timeout to change time of requests, or something else? best regards, mk. Quote
Administrators Farshad Mohajeri Posted May 21, 2014 Administrators Posted May 21, 2014 Your case is not related to bad connection. Somehow your request hangs and doesn't finish. It probably either goes into a deadlock or hangs for an unknown reason. Please list all 3rd party libs you use in your app. Quote
markokas Posted May 21, 2014 Author Posted May 21, 2014 Your case is not related to bad connection. Somehow your request hangs and doesn't finish. It probably either goes into a deadlock or hangs for an unknown reason. Please list all 3rd party libs you use in your app. It is just: TADoQuery TClientDataset In applications for reporting (not use frequently) FastReports are used .. br,mk. Quote
Administrators Farshad Mohajeri Posted May 21, 2014 Administrators Posted May 21, 2014 Perhaps your requests are timed out. Try increasing value of AjaxTimeout property. Quote
markokas Posted May 21, 2014 Author Posted May 21, 2014 Perhaps your requests are timed out. Try increasing value of AjaxTimeout property. I did, it is no difference, It is interesting that that happens ony in connection from abroad client .... if client is from our country is no problem ..... but if I test ping from abroad .. it seems quit stable ..... it works stable 3 or 5 minute .... then requests hangs .. maybe could be some problem on port communication, I am using standalone server .. it is possible somehow to test if the communication is problem on the server port, or should be better that use ISAPI on 80 port? br,mk. Quote
Administrators Farshad Mohajeri Posted May 21, 2014 Administrators Posted May 21, 2014 OK. It seems to be a bad internet connection indeed. uniGUI needs a stable connection to work properly. Quote
markokas Posted May 21, 2014 Author Posted May 21, 2014 OK. It seems to be a bad internet connection indeed. uniGUI needs a stable connection to work properly. It is very interesting in the same time ("waiting requests") TeamViewer works normally ....also ping's are OK ....? br,mk. Quote
Administrators Farshad Mohajeri Posted May 21, 2014 Administrators Posted May 21, 2014 Can you check log file? Also what is your uniGUI version? Quote
Administrators Farshad Mohajeri Posted May 21, 2014 Administrators Posted May 21, 2014 Teamviewer tries to restablish the connection when there is a connection issue. Ext JS returns with a timeout error. Quote
markokas Posted May 21, 2014 Author Posted May 21, 2014 Teamviewer tries to restablish the connection when there is a connection issue. Ext JS returns with a timeout error. The UniGUI version is: 0.93.1.1000 the log file has many of: tracksw: 00002474: 23:46:38 [CommandGet]:EUniSessionException : invalid session Is maybe some options to make reconnection in UniGUI? br,mk. Quote
Administrators Farshad Mohajeri Posted May 22, 2014 Administrators Posted May 22, 2014 Pls upgrade to latest release. We do not support older releases. Quote
markokas Posted May 31, 2014 Author Posted May 31, 2014 Thank you for your help. It looks that we found the problem - it was Client PC. br,mk. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.