Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010737Openbravo ERPY. DBSourceManagerpublic2009-09-24 12:292009-10-23 00:00
marvintm 
marvintm 
urgentmajorhave not tried
closedfixed 
5
 
 
Core
No
0010737: Installation of Advanced Payments Pack gets stucked when installing module bpdebtconsolidation
Installation of Advanced Payments Pack gets stucked when installing module bpdebtconsolidation. The process gets blocked when "Creating submodel for application dictionary".
No tags attached.
related to defect 0011446 closed iciordia ant task update.database is stuck 
log ALLmodules.log (7,778) 2009-10-05 17:58
https://issues.openbravo.com/file_download.php?file_id=1818&type=bug
log MINV+SELECTOR+INTERCO.log (6,912) 2009-10-05 17:58
https://issues.openbravo.com/file_download.php?file_id=1819&type=bug
log AdvancedPaymentPACK.log (1,039) 2009-10-05 17:58
https://issues.openbravo.com/file_download.php?file_id=1820&type=bug
Issue History
2009-09-24 12:29marvintmNew Issue
2009-09-24 12:29marvintmAssigned To => marvintm
2009-09-24 12:33hgbotCheckin
2009-09-24 12:33hgbotNote Added: 0020338
2009-09-24 12:33hgbotStatusnew => resolved
2009-09-24 12:33hgbotResolutionopen => fixed
2009-09-24 12:33hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/e6805633d6bbe76ca9dcca1131b623bcccf73b1f [^]
2009-09-29 14:18hgbotCheckin
2009-09-29 14:18hgbotNote Added: 0020509
2009-09-29 14:18hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/e6805633d6bbe76ca9dcca1131b623bcccf73b1f [^] => http://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/e6805633d6bbe76ca9dcca1131b623bcccf73b1f [^]
2009-10-05 17:55AinhoaPagolaStatusresolved => new
2009-10-05 17:55AinhoaPagolaResolutionfixed => open
2009-10-05 17:55AinhoaPagolaNote Added: 0020717
2009-10-05 17:58AinhoaPagolaFile Added: ALLmodules.log
2009-10-05 17:58AinhoaPagolaFile Added: MINV+SELECTOR+INTERCO.log
2009-10-05 17:58AinhoaPagolaFile Added: AdvancedPaymentPACK.log
2009-10-08 17:28hgbotCheckin
2009-10-08 17:28hgbotNote Added: 0020883
2009-10-08 17:28hgbotStatusnew => resolved
2009-10-08 17:28hgbotResolutionopen => fixed
2009-10-08 17:28hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/e6805633d6bbe76ca9dcca1131b623bcccf73b1f [^] => http://code.openbravo.com/erp/devel/pi/rev/92f70a1a7ab43696398d44dfeb982e7cc9cf8fe8 [^]
2009-10-09 10:39AinhoaPagolaNote Added: 0020902
2009-10-22 11:21plujanStatusresolved => closed
2009-10-23 00:00anonymoussf_bug_id0 => 2884250
2009-11-23 12:55iciordiaRelationship addedrelated to 0011446

Notes
(0020338)
hgbot   
2009-09-24 12:33   
Repository: erp/devel/pi
Changeset: e6805633d6bbe76ca9dcca1131b623bcccf73b1f
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Sep 24 12:32:51 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/e6805633d6bbe76ca9dcca1131b623bcccf73b1f [^]

Fixed issue 10737. Update.database.mod process shouldn't get blocked anymore.

---
M src-db/database/lib/dbsourcemanager.jar
---
(0020509)
hgbot   
2009-09-29 14:18   
Repository: erp/devel/pi-pageddatagrid
Changeset: e6805633d6bbe76ca9dcca1131b623bcccf73b1f
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Sep 24 12:32:51 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/e6805633d6bbe76ca9dcca1131b623bcccf73b1f [^]

Fixed issue 10737. Update.database.mod process shouldn't get blocked anymore.

---
M src-db/database/lib/dbsourcemanager.jar
---
(0020717)
AinhoaPagola   
2009-10-05 17:55   
I have tested this and it is not working for me. I have done several tests:

1.- Install Advanced Payment Module: Log attached. Stops after updating the database for the three modules of the pack.

2.- Install Mass Invoicing + Multiple BP selector + Inter-company Invoices: Log attached. Stops after updateing the database.

3.- Install all the previous modules together: Stops on Creating submodel for application dictionary.

I have waited for an hour each time but no more tasks where executed. I am using PI (5142:adc354981638). The tests I did in Oracle went fine. My CATALINA_OPTS variable is set to: -server -Xms384M -Xmx1024M -XX:MaxPermSize=256M. All the modules are properly installed though the terminal (and it does not take very long to do so).
(0020883)
hgbot   
2009-10-08 17:28   
Repository: erp/devel/pi
Changeset: 92f70a1a7ab43696398d44dfeb982e7cc9cf8fe8
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Oct 08 17:26:43 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/92f70a1a7ab43696398d44dfeb982e7cc9cf8fe8 [^]

Fixed issue 10737. Some connections were opened but not closed. Now update.database.mod shouldn't get stucked when installing several modules at the same time. Also, moved BasicDataSource creation to a utility method for improved maintenance.

---

---
(0020902)
AinhoaPagola   
2009-10-09 10:39   
Hello,

I have tested the new solution and it is working fine. I tested with advanced payments + mass invoicing + selector + inter-company documents. That is, 6 modules. Worked fine.

Thank you Antonio!