Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0032074
TypeCategorySeverityReproducibilityDate SubmittedLast Update
design defect[Openbravo ERP] 02. Master data managementminorhave not tried2016-02-01 15:282016-03-17 10:55
ReporterAugustoMauchView Statuspublic 
Assigned ToAugustoMauch 
PrioritynormalResolutionfixedFixed in Version3.0PR16Q2
StatusclosedFix in branchFixed in SCM revision4ce12b4d9e1f
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomtaal
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0032074: The ImportEntryManager cannot be restarted after being shut down

DescriptionThe 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.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(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 (manager)
2016-02-08 20:35

Reviewed
(0085099)
hudsonbot (developer)
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

- Issue History
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 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
Powered by Mantis Bugtracker