Openbravo Issue Tracking System - Retail Modules
View Issue Details
0041145Retail ModulesWeb POSpublic2019-06-19 11:062019-07-18 11:56
salvador_campanella 
migueldejuana 
normalmajoralways
closedfixed 
5
 
RR19Q1.2RR19Q1.2 
guilleaer
No
0041145: the login in offline mode fails when the tomcat is retarted and the postgres is down
the login in offline mode fails when the tomcat is retarted and the postgres is down
- Start Postgres
- Start Tomcat
- Login on Web POS
- Make a Sales Order

- Stop Tomcat
- Stop Postgres
- Start Tomcat
- Make a Sales Order in web pos
- The WebPOS go Offline
- End the sesion

exist two ways to see the error:
----------------------------------
A - In the login page, refresh the window [F5]
or
B - In the login page, insert a bad password and try to login

The offline mode shows a error HTTP 404
No tags attached.
blocks defect 0041122 closed migueldejuana the login in offline mode fails when the tomcat is retarted and the postgres is down 
Issue History
2019-06-21 09:08migueldejuanaTypedefect => backport
2019-06-21 09:08migueldejuanaTarget Version => RR19Q1.2
2019-06-24 16:12hgbotCheckin
2019-06-24 16:12hgbotNote Added: 0112979
2019-06-24 16:12hgbotStatusscheduled => resolved
2019-06-24 16:12hgbotResolutionopen => fixed
2019-06-24 16:12hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR19Q1.2/org.openbravo.mobile.core/rev/7ecdd93e2dc29e96fc98166333966e3e3f161322 [^]
2019-07-08 18:47guilleaerReview Assigned To => guilleaer
2019-07-08 18:47guilleaerStatusresolved => closed
2019-07-08 18:47guilleaerFixed in Version => RR19Q1.2
2019-07-18 11:04hgbotCheckin
2019-07-18 11:04hgbotNote Added: 0113502
2019-07-18 11:04hgbotStatusclosed => resolved
2019-07-18 11:04hgbotFixed in SCM revisionhttp://code.openbravo.com/retail/backports/3.0RR19Q1.2/org.openbravo.mobile.core/rev/7ecdd93e2dc29e96fc98166333966e3e3f161322 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations.batchwavepicking/rev/986051e199203049c85ba64d3dc3b8b1505bfcda [^]
2019-07-18 11:04hgbotCheckin
2019-07-18 11:04hgbotNote Added: 0113503
2019-07-18 11:44dmiguelezNote Deleted: 0113503
2019-07-18 11:44dmiguelezNote Deleted: 0113502
2019-07-18 11:44dmiguelezNote Added: 0113510
2019-07-18 11:44dmiguelezStatusresolved => closed
2019-07-18 11:56gorka_gilFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations.batchwavepicking/rev/986051e199203049c85ba64d3dc3b8b1505bfcda [^] => http://code.openbravo.com/retail/backports/3.0RR19Q1.2/org.openbravo.mobile.core/rev/7ecdd93e2dc29e96fc98166333966e3e3f161322 [^]

Notes
(0112979)
hgbot   
2019-06-24 16:12   
Repository: retail/backports/3.0RR19Q1.2/org.openbravo.mobile.core
Changeset: 7ecdd93e2dc29e96fc98166333966e3e3f161322
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Mon Jun 24 07:56:42 2019 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR19Q1.2/org.openbravo.mobile.core/rev/7ecdd93e2dc29e96fc98166333966e3e3f161322 [^]

Fixed issue 41145: the login in offline mode fails when the tomcat is retarted and the postgres is down

- If database is down and tomcat started, we get 404 response and we are not stopping properly the flow, we do a reject, but this is not stopping the flow

---
M web/org.openbravo.mobile.core/source/offline/ob-fetch-manifest.js
---
(0113510)
dmiguelez   
2019-07-18 11:44   
Wrongly opened due to a problem when pushing a fix for a different issue