Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0032267 | Retail Modules | Web POS | public | 2016-02-17 19:43 | 2016-03-01 13:23 |
|
Reporter | mtaal | |
Assigned To | mtaal | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | RR16Q2 | Fixed in Version | RR16Q2 | |
Merge Request Status | |
Review Assigned To | migueldejuana |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0032267: Store Server Controller issues: object belongs to sesson, transition to offline code after restart |
Description | When using the store server controller logic an exception was encountered that an object was already part of the session.
After restarting in the middle of transition to offline the system does not continue with the transition to offline code.
The store server controller logic was not always closing a connection, causing locks.
|
Steps To Reproduce | See store server controller setup here. The issues are directly visible when enable the server state background process.
http://wiki.openbravo.com/wiki/Retail:Configuration_Guide#Web_POS_Multi-Server_Communication [^] |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-02-17 19:43 | mtaal | New Issue | |
2016-02-17 19:43 | mtaal | Assigned To | => mtaal |
2016-02-17 19:43 | mtaal | OBNetwork customer | => No |
2016-02-17 19:43 | mtaal | Triggers an Emergency Pack | => No |
2016-02-18 09:30 | hgbot | Checkin | |
2016-02-18 09:30 | hgbot | Note Added: 0084311 | |
2016-02-18 09:30 | hgbot | Status | new => resolved |
2016-02-18 09:30 | hgbot | Resolution | open => fixed |
2016-02-18 09:30 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/3876ba76874ddd3e01adb784821b02edf92be73c [^] |
2016-02-19 11:19 | mtaal | Review Assigned To | => migueldejuana |
2016-02-22 18:03 | migueldejuana | Note Added: 0084411 | |
2016-02-22 18:03 | migueldejuana | Status | resolved => closed |
2016-02-22 22:37 | mtaal | Note Added: 0084415 | |
2016-02-22 22:37 | mtaal | Status | closed => new |
2016-02-22 22:37 | mtaal | Resolution | fixed => open |
2016-02-22 22:44 | mtaal | Note Edited: 0084415 | bug_revision_view_page.php?bugnote_id=0084415#r11200 |
2016-02-23 20:35 | hgbot | Checkin | |
2016-02-23 20:35 | hgbot | Note Added: 0084449 | |
2016-02-29 10:20 | mtaal | Status | new => scheduled |
2016-02-29 10:20 | mtaal | Note Added: 0084584 | |
2016-02-29 10:20 | mtaal | Note Added: 0084585 | |
2016-02-29 10:20 | mtaal | Status | scheduled => resolved |
2016-02-29 10:20 | mtaal | Fixed in Version | => RR16Q2 |
2016-02-29 10:20 | mtaal | Resolution | open => fixed |
2016-03-01 13:23 | migueldejuana | Note Added: 0084620 | |
2016-03-01 13:23 | migueldejuana | Status | resolved => closed |
Notes |
|
(0084311)
|
hgbot
|
2016-02-18 09:30
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 3876ba76874ddd3e01adb784821b02edf92be73c
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Wed Feb 17 19:44:39 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/3876ba76874ddd3e01adb784821b02edf92be73c [^]
Fixes issue 32267: Store Server Controller issues: object belongs to sesson, transition to offline code after restart
Close the connection, and restart transition to offline
---
M src/org/openbravo/mobile/core/servercontroller/MobileServerController.java
M src/org/openbravo/mobile/core/servercontroller/MobileServerRequestExecutor.java
M src/org/openbravo/mobile/core/servercontroller/ServerStateBackground.java
---
|
|
|
|
|
|
(0084415)
|
mtaal
|
2016-02-22 22:37
(edited on: 2016-02-22 22:44) |
|
More changes are needed, also rollback at exception
|
|
|
(0084449)
|
hgbot
|
2016-02-23 20:35
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 7a4b0ddf57f21fd8e7c099a4e33289fdb797636b
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Mon Feb 22 22:45:21 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/7a4b0ddf57f21fd8e7c099a4e33289fdb797636b [^]
Related to issue 32267: Store Server Controller issues: object belongs to sesson, transition to offline code after restart
Make sure that any connections are also closed at exception/throwable
---
M src/org/openbravo/mobile/core/servercontroller/ServerStateBackground.java
---
|
|
|
(0084584)
|
mtaal
|
2016-02-29 10:20
|
|
|
|
(0084585)
|
mtaal
|
2016-02-29 10:20
|
|
Latest commits solve remaining topic |
|
|
|
|