Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0025186Openbravo ERP03. Procurement managementpublic2013-11-19 23:502017-03-15 20:18
egoitz 
collazoandy4 
urgentmajoralways
closedfixed 
5
 
3.0PR17Q1 
markmm82
Core
No
0025186: Jave heap error accessing to the pending goods receipt window when there are 16000 lines for orders not receipt
Jave heap error accessing to the pending goods receipt window when there are 16000 lines for orders not receipt

-Create 16000 purchase orders with one line for each order and complete the order
-Access to the pending goods receipt window
*You get a java heap error
convert the window to a smartclient window. or to a pick and execute
Performance
related to feature request 0023576 new dmiguelez Openbravo ERP Refractor Pending Goods Receipt Window using Pick&Execute 
related to design defect 0034620 closed rqueralta Openbravo ERP The ReportWarehouseControl report collapse the system 
related to defect 0034877 closed rqueralta Openbravo ERP Some changes needed to improve the performance in pending goods receipt window 
related to defect 0035531 closed markmm82 Modules The browswer get stucked when printing the receivable aging schedule report showing details and having a lot of invoices pending 
diff wa25186.diff (10,273) 2014-02-05 13:42
https://issues.openbravo.com/file_download.php?file_id=6686&type=bug
Issue History
2013-11-19 23:50egoitzNew Issue
2013-11-19 23:50egoitzAssigned To => dmiguelez
2013-11-19 23:50egoitzModules => Core
2013-11-19 23:50egoitzTriggers an Emergency Pack => No
2013-11-19 23:50egoitzTag Attached: Performance
2013-11-19 23:50egoitzProposed Solution updated
2013-11-28 10:02dmiguelezAssigned Todmiguelez => jonalegriaesarte
2014-01-02 12:38jonalegriaesarteTarget Version3.0MP31 => 3.0MP32
2014-02-03 12:54jonalegriaesarteNote Added: 0063859
2014-02-03 12:54jonalegriaesarteTypedefect => design defect
2014-02-03 12:54jonalegriaesarteTarget Version3.0MP32 =>
2014-02-05 13:42egoitzFile Added: wa25186.diff
2014-03-12 11:19ngarciaRelationship addedrelated to 0023576
2016-11-16 21:37egoitzAssigned Tojonalegriaesarte => Triage Finance
2016-11-22 16:34aferrazNote Added: 0091748
2016-11-22 16:34aferrazAssigned ToTriage Finance => Sanjota
2016-11-23 16:27collazoandy4Assigned ToSanjota => collazoandy4
2016-11-23 16:43collazoandy4Statusnew => scheduled
2016-12-16 09:59aferrazRelationship addedrelated to 0034620
2016-12-19 16:19hgbotCheckin
2016-12-19 16:19hgbotNote Added: 0092786
2016-12-19 16:19hgbotStatusscheduled => resolved
2016-12-19 16:19hgbotResolutionopen => fixed
2016-12-19 16:19hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/46b4543cdeb7b0bb268854393af2df666fd9a434 [^]
2016-12-19 23:17hudsonbotCheckin
2016-12-19 23:17hudsonbotNote Added: 0092803
2016-12-20 15:13markmm82Review Assigned To => markmm82
2016-12-20 15:13markmm82Note Added: 0092857
2016-12-20 15:13markmm82Statusresolved => closed
2016-12-20 15:13markmm82Fixed in Version => 3.0PR17Q1
2017-01-09 20:57hgbotCheckin
2017-01-09 20:57hgbotNote Added: 0093286
2017-01-09 21:24hgbotCheckin
2017-01-09 21:24hgbotNote Added: 0093287
2017-01-09 21:24hgbotStatusclosed => resolved
2017-01-09 21:24hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/46b4543cdeb7b0bb268854393af2df666fd9a434 [^] => http://code.openbravo.com/erp/devel/pi/rev/a11bcc25fd0c2d9c79481ab8575a23e2569fc968 [^]
2017-01-09 21:31markmm82Note Deleted: 0093286
2017-01-09 21:31markmm82Note Deleted: 0093287
2017-01-09 21:32markmm82Statusresolved => closed
2017-01-09 21:50markmm82Relationship addedrelated to 0034877
2017-03-15 20:18hudsonbotCheckin
2017-03-15 20:18hudsonbotNote Added: 0095074
2017-03-15 20:18hudsonbotCheckin
2017-03-15 20:18hudsonbotNote Added: 0095075
2017-04-03 12:18aferrazRelationship addedrelated to 0035531

Notes
(0063859)
jonalegriaesarte   
2014-02-03 12:54   
Moved to design defect, because the window needs to be rebuilt
(0091748)
aferraz   
2016-11-22 16:34   
Proposed solution:
Adapt attached fix to core.
Instead of throwing an error, we should limit displayed data with the value of the preference. A warning should inform that data is being limited.
(0092786)
hgbot   
2016-12-19 16:19   
Repository: erp/devel/pi
Changeset: 46b4543cdeb7b0bb268854393af2df666fd9a434
Author: Armaignac <collazoandy4 <at> gmail.com>
Date: Thu Nov 24 09:38:42 2016 -0800
URL: http://code.openbravo.com/erp/devel/pi/rev/46b4543cdeb7b0bb268854393af2df666fd9a434 [^]

Fixes issue 25186: Java Heap error in Pending Goods Receipt with 16000 lines

Opening the Pending Goods Receipt windows with more than 1600 lines a Java Heap error was shown. Now the total lines of the windows is limited according of the Preference FormsLimit value and a warning message is show indicating the windows state.

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_PREFERENCE.xml
M src/org/openbravo/erpCommon/ad_forms/MaterialReceiptPending.java
M src/org/openbravo/erpCommon/ad_forms/MaterialReceiptPending_data.xsql
---
(0092803)
hudsonbot   
2016-12-19 23:17   
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/8c51303887c8 [^]
Maturity status: Test
(0092857)
markmm82   
2016-12-20 15:13   
Code review + Testing OK
(0095074)
hudsonbot   
2017-03-15 20:18   
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/54e102bef53e [^]
Maturity status: Test
(0095075)
hudsonbot   
2017-03-15 20:18   
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/54e102bef53e [^]
Maturity status: Test