Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020455 | Openbravo ERP | A. Platform | public | 2012-05-09 12:29 | 2024-07-31 10:09 |
|
Reporter | jecharri | |
Assigned To | marvintm | |
Priority | high | Severity | major | Reproducibility | always |
Status | scheduled | Resolution | open | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | Google Chrome |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0020455: When you have one combotabledata with a big quantity of data inside a callout the callout breaks |
Description | When you have one combotabledata with a big quantity of data inside a callout the callout breaks.
|
Steps To Reproduce | Supose that you have one BP with a big quantity of data (1000 records) in tabs "location" and "contact".
Go to window "sales order" and create a header.
Select the previous BP
You will see that is not matched the correct price list and payment method,
If you go to the log, you will see next error:
Encountered code generation error while compiling script: generated bytecode for method exceeds 64K limit. (<cmd>#1) |
Proposed Solution | Modifie de FIC (add next line in line 1376)
cx.setOptimizationLevel(-1);
or change the SE_ORDER_BPARTNER callout |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0044871 | | closed | platform | Callout SE_Invoice_BPartner doesn't work when there is too much data |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-05-09 12:29 | jecharri | New Issue | |
2012-05-09 12:29 | jecharri | Assigned To | => alostale |
2012-05-09 12:29 | jecharri | Web browser | => Google Chrome |
2012-05-09 12:29 | jecharri | Modules | => Core |
2012-05-09 12:29 | jecharri | Resolution time | => 1337119200 |
2012-05-09 12:29 | jecharri | Web browser | Google Chrome => Google Chrome |
2012-05-09 12:29 | jecharri | Proposed Solution updated | |
2012-05-09 13:38 | alostale | Assigned To | alostale => marvintm |
2012-05-29 10:01 | hgbot | Checkin | |
2012-05-29 10:01 | hgbot | Note Added: 0049406 | |
2012-05-29 10:01 | hgbot | Status | new => resolved |
2012-05-29 10:01 | hgbot | Resolution | open => fixed |
2012-05-29 10:01 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/6f6aeb05d3bdbf7afc1bffd7e7b4bc7b9b3897de [^] |
2012-05-29 10:02 | hgbot | Checkin | |
2012-05-29 10:02 | hgbot | Note Added: 0049408 | |
2012-05-29 15:53 | AugustoMauch | Note Added: 0049432 | |
2012-05-29 15:53 | AugustoMauch | Status | resolved => closed |
2012-05-29 15:53 | AugustoMauch | Fixed in Version | => 3.0MP12 |
2012-05-30 18:13 | hudsonbot | Checkin | |
2012-05-30 18:13 | hudsonbot | Note Added: 0049503 | |
2012-05-30 18:13 | hudsonbot | Checkin | |
2012-05-30 18:13 | hudsonbot | Note Added: 0049504 | |
2012-06-12 13:50 | marvintm | Note Added: 0049763 | |
2012-06-12 13:50 | marvintm | Status | closed => new |
2012-06-12 13:50 | marvintm | Resolution | fixed => open |
2012-06-12 13:50 | marvintm | Fixed in Version | 3.0MP12 => |
2012-06-12 13:50 | marvintm | Web browser | Google Chrome => Google Chrome |
2012-06-12 13:50 | marvintm | Type | defect => design defect |
2012-06-12 14:03 | marvintm | Web browser | Google Chrome => Google Chrome |
2012-06-12 14:03 | marvintm | Priority | immediate => high |
2012-06-12 15:49 | marvintm | Web browser | Google Chrome => Google Chrome |
2012-06-12 15:49 | marvintm | Target Version | 3.0MP12 => |
2012-09-24 17:40 | AugustoMauch | Web browser | Google Chrome => Google Chrome |
2012-09-24 17:40 | AugustoMauch | Note Added: 0052358 | |
2012-09-24 17:40 | AugustoMauch | Status | new => scheduled |
2020-08-24 09:42 | joniturralde93 | Relationship added | related to 0044871 |
2024-07-31 10:09 | fundbanker | Note Added: 0167521 | |
Notes |
|
(0049406)
|
hgbot
|
2012-05-29 10:01
|
|
Repository: erp/devel/pi
Changeset: 6f6aeb05d3bdbf7afc1bffd7e7b4bc7b9b3897de
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue May 29 09:59:25 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/6f6aeb05d3bdbf7afc1bffd7e7b4bc7b9b3897de [^]
Fixed issue 20455. Changed optimization level to avoid error.
This change will effectively disable optimization in the js engine. However, it doesn't really matter in our usage because the javascript which the engine needs to process is very simple, and this part represents a tiny amount of the total execution time of the callout processes, and at the same time, it's the only way to avoid the reported issue.
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
---
|
|
|
(0049408)
|
hgbot
|
2012-05-29 10:02
|
|
Repository: erp/devel/pi
Changeset: c29cfa7c9b71c28290102ca61bdad070db28187b
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue May 29 10:02:20 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/c29cfa7c9b71c28290102ca61bdad070db28187b [^]
Related to issue 20455. Removed wrong debug line
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
---
|
|
|
|
Code reviewed and verified in pi@faec5225c28a. |
|
|
|
|
|
|
|
|
|
This change has been reverted, as it caused a problem (the results produced without optimization were different). |
|
|
|
|
|
|
|