Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0020455 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
design defect | [Openbravo ERP] A. Platform | major | always | 2012-05-09 12:29 | 2024-07-31 10:09 | |||||||
Reporter | jecharri | View Status | public | |||||||||
Assigned To | marvintm | |||||||||||
Priority | high | Resolution | open | Fixed in Version | ||||||||
Status | scheduled | Fix in branch | Fixed in SCM revision | 6f6aeb05d3bd | ||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Any | Database | Any | Java version | ||||||||
OS Version | Database version | Ant version | ||||||||||
Product Version | SCM revision | |||||||||||
Review Assigned To | ||||||||||||
Web browser | Google Chrome | |||||||||||
Modules | Core | |||||||||||
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 | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0049406) hgbot (developer) 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 (developer) 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 --- |
(0049432) AugustoMauch (administrator) 2012-05-29 15:53 |
Code reviewed and verified in pi@faec5225c28a. |
(0049503) hudsonbot (developer) 2012-05-30 18:13 |
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/3752a665362c [^] Maturity status: Test |
(0049504) hudsonbot (developer) 2012-05-30 18:13 |
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/3752a665362c [^] Maturity status: Test |
(0049763) marvintm (developer) 2012-06-12 13:50 |
This change has been reverted, as it caused a problem (the results produced without optimization were different). |
(0052358) AugustoMauch (administrator) 2012-09-24 17:40 |
Impact: mid Plan: short |
(0167521) fundbanker (reporter) 2024-07-31 10:09 |
The adjustment has been undone due to an issue arising from it (the outcomes obtained without optimization were dissimilar). Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/3752a665362c [^] [^] https://geometrydash3d.co [^] |
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 |
Copyright © 2000 - 2009 MantisBT Group |