Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0032074 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
design defect | [Openbravo ERP] 02. Master data management | minor | have not tried | 2016-02-01 15:28 | 2016-03-17 10:55 | |||
Reporter | AugustoMauch | View Status | public | |||||
Assigned To | AugustoMauch | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0PR16Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 4ce12b4d9e1f | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | mtaal | |||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0032074: The ImportEntryManager cannot be restarted after being shut down | |||||||
Description | The ImportEntryManager has public shutdown() and start() methods, but it does not work after restarting it. The main problem seems to be that the isShutdown attribute remains true after restarting the ImportEntryManager. | |||||||
Steps To Reproduce | - Programatically disable and restart the entry manager by calling ImportEntryManager.getInstance().shutdown() and ImportEntryManager.getInstance().start() respectively. - The ImportEntryManager no longer processes import entries. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0083790) hgbot (developer) 2016-02-01 15:51 |
Repository: erp/devel/pi Changeset: 4ce12b4d9e1fc040dc0ab7ea0c98896469296b51 Author: Augusto Mauch <augusto.mauch <at> openbravo.com> Date: Mon Feb 01 15:40:17 2016 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/4ce12b4d9e1fc040dc0ab7ea0c98896469296b51 [^] Fixes issue 32074: The import entry manager can be shut down and restarted There were two problems: - The isShutdown attribute was not being set to false after restarting the ImportEntryManager - The ImportEntryManger was not being stopped properly, there were processes that kept being run after shutting it down, specially when shutting the ImportEntryManager down just after having started it, but before the initialWaitTime, that is when the manager actually starts working. --- M src/org/openbravo/service/importprocess/ImportEntryArchiveManager.java M src/org/openbravo/service/importprocess/ImportEntryManager.java M src/org/openbravo/service/importprocess/ImportEntryProcessor.java --- |
(0084019) mtaal (viewer) 2016-02-08 20:35 |
Reviewed |
(0085099) hudsonbot (viewer) 2016-03-17 10:55 |
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/b22fb0500156 [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2016-02-01 15:28 | AugustoMauch | New Issue | |
2016-02-01 15:28 | AugustoMauch | Assigned To | => AugustoMauch |
2016-02-01 15:28 | AugustoMauch | OBNetwork customer | => No |
2016-02-01 15:28 | AugustoMauch | Modules | => Core |
2016-02-01 15:28 | AugustoMauch | Triggers an Emergency Pack | => No |
2016-02-01 15:43 | AugustoMauch | Review Assigned To | => mtaal |
2016-02-01 15:51 | hgbot | Checkin | |
2016-02-01 15:51 | hgbot | Note Added: 0083790 | |
2016-02-01 15:51 | hgbot | Status | new => resolved |
2016-02-01 15:51 | hgbot | Resolution | open => fixed |
2016-02-01 15:51 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/4ce12b4d9e1fc040dc0ab7ea0c98896469296b51 [^] |
2016-02-08 20:35 | mtaal | Note Added: 0084019 | |
2016-02-08 20:35 | mtaal | Status | resolved => closed |
2016-02-08 20:35 | mtaal | Fixed in Version | => 3.0PR16Q2 |
2016-03-17 10:55 | hudsonbot | Checkin | |
2016-03-17 10:55 | hudsonbot | Note Added: 0085099 |
Copyright © 2000 - 2009 MantisBT Group |