Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0013894 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | have not tried | 2010-07-05 19:49 | 2010-07-10 00:00 | |||
Reporter | shuehner | View Status | public | |||||
Assigned To | alostale | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 73e5034ab377 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | ||||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0013894: Activation an instance fails if the license contains too many modules | |||||||
Description | When trying to activate one of our test-licenses using stage-butler this failed as the butler response data (encrypted+base64-encoded) had size 4096 while the field activation_key in ad_system in which we store this only has size 4000. -> Fails to activate. Secondly when trying to display this error message some NPE happens (Which is already displayed as possible NPE in eclipse (location InstanceManagement line 394). doing the following hack for testing, let us finish the activation: alter table ad_system alter column activation_key type varchar(10000); update ad_column set fieldlength = 10000 where ad_column_id= '6ABF02FADF644959E040007F010125A8'; | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|||||||||||||||||
|
![]() |
|
(0029070) shuehner (administrator) 2010-07-05 19:50 |
Doing this query in stage-butler-db: SELECT l.customer_name, m.butops_license_id, count(m.*) from butops_module m, butops_license l where l.butops_license_id = m.butops_license_id group by m.butops_license_id, l.customer_name order by count desc; Shows a license count per license for the test-licences of 51, and counts for normal licences <=38 (which perhaps some exceptions ... check sql-output) The exact limit for the failure to happens is not yet known. |
(0029079) hgbot (developer) 2010-07-06 09:48 |
Repository: erp/devel/pi Changeset: 73e5034ab377d929f447bdd53b71e46ebae05bf5 Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Tue Jul 06 09:47:33 2010 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/73e5034ab377d929f447bdd53b71e46ebae05bf5 [^] fixed bug 13894: Activation an instance fails if the license contains too many modules AD_System.Activation_key column is now a CLOB to allow licenses with a big number of granted modules. Fixed NPW when trying to show the message in case of a problem during the license activation --- M src-db/database/model/tables/AD_SYSTEM.xml M src-db/database/sourcedata/AD_COLUMN.xml M src/org/openbravo/erpCommon/ad_forms/InstanceManagement.java --- |
(0029114) hudsonbot (viewer) 2010-07-07 12:38 |
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated: Changeset: http://code.openbravo.com/erp/devel/main/rev/73e5034ab377 [^] Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/d555a35070ee [^] Tests: http://builds.openbravo.com/view/int/ [^] OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17817.obx [^] |
(0029177) marvintm (viewer) 2010-07-09 09:51 |
Tested that a license which previously failed can now be applied with this change. |
![]() |
|||
Date Modified | Username | Field | Change |
2010-07-05 19:49 | shuehner | New Issue | |
2010-07-05 19:49 | shuehner | Assigned To | => alostale |
2010-07-05 19:49 | shuehner | OBNetwork customer | => No |
2010-07-05 19:50 | shuehner | Note Added: 0029070 | |
2010-07-06 09:48 | hgbot | Checkin | |
2010-07-06 09:48 | hgbot | Note Added: 0029079 | |
2010-07-06 09:48 | hgbot | Status | new => resolved |
2010-07-06 09:48 | hgbot | Resolution | open => fixed |
2010-07-06 09:48 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/73e5034ab377d929f447bdd53b71e46ebae05bf5 [^] |
2010-07-06 12:40 | alostale | Relationship added | related to 0013901 |
2010-07-07 12:38 | hudsonbot | Checkin | |
2010-07-07 12:38 | hudsonbot | Note Added: 0029114 | |
2010-07-08 08:05 | alostale | Relationship added | related to 0013916 |
2010-07-09 09:51 | marvintm | Note Added: 0029177 | |
2010-07-09 09:51 | marvintm | Status | resolved => closed |
2010-07-10 00:00 | anonymous | sf_bug_id | 0 => 3027596 |
Copyright © 2000 - 2009 MantisBT Group |