Openbravo Issue Tracking System - Retail Modules
View Issue Details
0031078Retail ModulesWeb POSpublic2015-10-06 16:022015-10-23 17:03
marvintm 
marvintm 
normalmajorsometimes
closedfixed 
5
 
RR15Q4RR15Q4 
guilleaer
No
0031078: There are some problems with offline mode when the server is overloaded
When the server is overloaded, the Web POS should automatically do login in offline mode, or switch to offline mode on the fly if the user is already logged in and doing operations.

However, this doesn't happen correctly. There are two main reasons for this:
- The timeout of a request to the backend is too big, which can confuse the user when reloading the page.
- Several requests to the login.Context servlet do not have timeout, which can block the Web POS in the case the server is still alive but very overloaded.
- Run a report or a task in the server which makes it run out of memory, thus making it unable to respond properly to the requests.
- Try to login in the Web POS. Verify that it's not possible to do it.
No tags attached.
blocks defect 0031068 closed marvintm There are some problems with offline mode when the server is overloaded 
Issue History
2015-10-06 19:13marvintmTypedefect => backport
2015-10-06 19:13marvintmTarget Version => RR15Q4.1
2015-10-13 12:34marvintmTarget VersionRR15Q4.1 => RR15Q4
2015-10-22 11:47hgbotCheckin
2015-10-22 11:47hgbotNote Added: 0081198
2015-10-22 11:47hgbotStatusscheduled => resolved
2015-10-22 11:47hgbotResolutionopen => fixed
2015-10-22 11:47hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR15Q4/org.openbravo.mobile.core/rev/f1dd2e07d28b0141be0fd72d6502b51a0bf7bd95 [^]
2015-10-23 17:03guilleaerReview Assigned To => guilleaer
2015-10-23 17:03guilleaerNote Added: 0081273
2015-10-23 17:03guilleaerStatusresolved => closed
2015-10-23 17:03guilleaerFixed in Version => RR15Q4

Notes
(0081198)
hgbot   
2015-10-22 11:47   
Repository: retail/backports/3.0RR15Q4/org.openbravo.mobile.core
Changeset: f1dd2e07d28b0141be0fd72d6502b51a0bf7bd95
Author: Antonio Moreno Perez <antonio.moreno <at> openbravo.com>
Date: Thu Oct 22 11:47:11 2015 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR15Q4/org.openbravo.mobile.core/rev/f1dd2e07d28b0141be0fd72d6502b51a0bf7bd95 [^]

Fixed issue 31078. Fixed some problems when the server is overloaded.

---
M web/org.openbravo.mobile.core/source/data/ob-datasource.js
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---
(0081273)
guilleaer   
2015-10-23 17:03   
Verified