Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039195Retail ModulesStoreServerpublic2018-08-29 10:512018-09-06 22:06
AugustoMauch 
AugustoMauch 
normalmajorhave not tried
closedfixed 
5
 
 
mtaal
No
0039195: Connection leak in MobileServerController.TransitionToOnline
This changeset [1] introduced a connection leak. The TransitionToOnline.run method is not called as part of a servlet request, so the DAL connection is not closed automatically.

Each time the TransitionToOnline process does not to transition to online because a check failed, a transaction will be leaked.

[1] https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/cf49abe279718596c23450662a00217afb370224 [^]
In a store server that is offline, having a synchronization error from the central to the store server:
- Check that each time the TransitionToOnline process is executed a new connection is leaked
No tags attached.
related to defect 0039187 closed AugustoMauch Store server can remain indefinitely in Transition to Offline status 
Issue History
2018-08-29 10:51AugustoMauchNew Issue
2018-08-29 10:51AugustoMauchAssigned To => AugustoMauch
2018-08-29 10:51AugustoMauchTriggers an Emergency Pack => No
2018-08-29 10:51AugustoMauchRelationship addedrelated to 0039187
2018-08-29 11:13hgbotCheckin
2018-08-29 11:13hgbotNote Added: 0106526
2018-08-29 11:13hgbotStatusnew => resolved
2018-08-29 11:13hgbotResolutionopen => fixed
2018-08-29 11:13hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/71615070ac406cb0e05254d93891c14203f6f306 [^]
2018-08-29 11:13AugustoMauchReview Assigned To => mtaal
2018-09-06 22:06mtaalNote Added: 0106632
2018-09-06 22:06mtaalStatusresolved => closed

Notes
(0106526)
hgbot   
2018-08-29 11:13   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 71615070ac406cb0e05254d93891c14203f6f306
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed Aug 29 11:12:49 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/71615070ac406cb0e05254d93891c14203f6f306 [^]

Fixes issue 39195: Prevents connection leak on MobileServerController

---
M src/org/openbravo/mobile/core/servercontroller/MobileServerController.java
---
(0106632)
mtaal   
2018-09-06 22:06   
reviewed