Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0037893 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | minor | have not tried | 2018-02-13 10:16 | 2018-02-22 18:19 | |||
Reporter | AugustoMauch | View Status | public | |||||
Assigned To | alostale | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0PR18Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | d126554d216b | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | AugustoMauch | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | Production - Confirmed Stable | |||||||
Regression date | 2016-04-26 | |||||||
Regression introduced in release | 3.0PR17Q3 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/dafb9b081971 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0037893: ConcurrentModificationException when working with SessionListener.activeHttpSessions | |||||||
Description | The following exception has been found in a customer log: b45df575 2018-02-12 16:53:13,566 [ajp-bio-127.0.0.1-8009-exec-54] ERROR org.openbravo.erpCommon.security.SessionListener - Error getting active session from context java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:923) at java.util.HashMap$KeyIterator.next(HashMap.java:957) at org.openbravo.erpCommon.security.SessionListener.getActiveSession(SessionListener.java:178) at org.openbravo.erpCommon.obps.ActivationKey.shouldDeactivateSession(ActivationKey.java:1175) at org.openbravo.erpCommon.obps.ActivationKey.deactivateTimeOutSessions(ActivationKey.java:1131) at org.openbravo.erpCommon.obps.ActivationKey.checkOPSLimitations(ActivationKey.java:976) at org.openbravo.erpCommon.obps.ActivationKey.checkOPSLimitations(ActivationKey.java:923) The access to the SessionListener.activeHttpSessions Set is not being properly managed, as it is possible to add/remove elements from it while it is being iterated. | |||||||
Steps To Reproduce | - | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||||||||||||||||||||||||||||||
|
Notes | |
(0102350) hgbot (developer) 2018-02-13 12:57 |
Repository: erp/devel/pi Changeset: d126554d216bef98a3bea0d94dee2c8ef69a5198 Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Tue Feb 13 12:06:02 2018 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/d126554d216bef98a3bea0d94dee2c8ef69a5198 [^] fixed bug 37893, fixed bug 37899: incorrect CU handling in concurrency and POS Concurrent Users management had two different problems: * If a backoffice session was reused in POS closing backoffice browser, a CU session was counted and it was not deactivated while POS session was active. In this situation, the session should be deactivated if CU limit has been reached. * Code for creating and checking active http sessions in context was not thread safe, so it was possible to get an error when checking if session was active while other sessions were created/destroyed in paralell. This has been fixed by synchronizing on active session set. Having solved previous issue this should not create excessive contentention as it will be executed only if: CU limit has been reached and there are sessions created by mobile modules exclude POS. --- M src/org/openbravo/erpCommon/obps/ActivationKey.java M src/org/openbravo/erpCommon/security/SessionListener.java --- |
(0102352) hgbot (developer) 2018-02-13 12:57 |
Repository: erp/devel/pi Changeset: 4f7e83a9ad57b7d485958c844a8452c48fdd6264 Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Tue Feb 13 12:08:43 2018 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/4f7e83a9ad57b7d485958c844a8452c48fdd6264 [^] related to bug 37893: added test case Which ensures sessions can be created and checked concurrently. --- M src-test/src/org/openbravo/test/AllAntTaskTests.java A src-test/src/org/openbravo/test/system/Sessions.java --- |
(0102358) AugustoMauch (administrator) 2018-02-13 13:06 |
Code reviewed and verified in pi@4f7e83a9ad57 |
(0102749) hudsonbot (developer) 2018-02-22 18:19 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/980a6ad5bbf5 [^] Maturity status: Test |
(0102751) hudsonbot (developer) 2018-02-22 18:19 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/980a6ad5bbf5 [^] Maturity status: Test |
Issue History | |||
Date Modified | Username | Field | Change |
2018-02-13 10:16 | AugustoMauch | New Issue | |
2018-02-13 10:16 | AugustoMauch | Assigned To | => platform |
2018-02-13 10:16 | AugustoMauch | Modules | => Core |
2018-02-13 10:16 | AugustoMauch | Triggers an Emergency Pack | => No |
2018-02-13 10:20 | alostale | Regression level | => Production - Confirmed Stable |
2018-02-13 10:20 | alostale | Regression date | => 2016-04-26 |
2018-02-13 10:20 | alostale | Regression introduced in release | => 3.0PR17Q3 |
2018-02-13 10:20 | alostale | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/dafb9b081971 [^] |
2018-02-13 10:20 | alostale | Priority | normal => immediate |
2018-02-13 10:20 | alostale | Relationship added | depends on 0032821 |
2018-02-13 10:21 | alostale | Relationship replaced | caused by 0032821 |
2018-02-13 10:22 | alostale | Relationship added | blocks 0034664 |
2018-02-13 10:22 | alostale | Assigned To | platform => alostale |
2018-02-13 10:23 | alostale | Status | new => scheduled |
2018-02-13 10:23 | alostale | Status | scheduled => feedback |
2018-02-13 10:25 | alostale | Status | feedback => scheduled |
2018-02-13 11:11 | plujan | Relationship added | has duplicate 0037892 |
2018-02-13 11:26 | AugustoMauch | Relationship added | related to 0037899 |
2018-02-13 12:57 | hgbot | Checkin | |
2018-02-13 12:57 | hgbot | Note Added: 0102350 | |
2018-02-13 12:57 | hgbot | Status | scheduled => resolved |
2018-02-13 12:57 | hgbot | Resolution | open => fixed |
2018-02-13 12:57 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d126554d216bef98a3bea0d94dee2c8ef69a5198 [^] |
2018-02-13 12:57 | hgbot | Checkin | |
2018-02-13 12:57 | hgbot | Note Added: 0102352 | |
2018-02-13 13:06 | AugustoMauch | Review Assigned To | => AugustoMauch |
2018-02-13 13:06 | AugustoMauch | Note Added: 0102358 | |
2018-02-13 13:06 | AugustoMauch | Status | resolved => closed |
2018-02-13 13:06 | AugustoMauch | Fixed in Version | => 3.0PR18Q2 |
2018-02-22 18:19 | hudsonbot | Checkin | |
2018-02-22 18:19 | hudsonbot | Note Added: 0102749 | |
2018-02-22 18:19 | hudsonbot | Checkin | |
2018-02-22 18:19 | hudsonbot | Note Added: 0102751 |
Copyright © 2000 - 2009 MantisBT Group |