Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020860 | Openbravo ERP | A. Platform | public | 2012-06-25 21:55 | 2012-06-28 08:29 |
|
Reporter | shuehner | |
Assigned To | AugustoMauch | |
Priority | immediate | Severity | critical | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0MP13 | Fixed in Version | 3.0MP13 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Automated tests |
Regression date | 2012-06-25 |
Regression introduced in release | |
Regression introduced by commit | http://code.openbravo.com/erp/devel/pi/rev/eae0b8fe7555d27a1b36395d2e9ce29d336fc5f6 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0020860: http://builds.openbravo.com/job/int-modules-pgsql/1752/ [^] [http://builds.openbravo.com/job/int-modules-pgsql/1752/ [^]] is failing after adding istraillowed columns. |
Description | Installation of any module currently fails as update.database fails with an error.
[java] 118401 INFO - Model update complete.
[java] 118769 ERROR - Error while inserting into the database: ERROR: null value in column "istrialallowed" violates not-null constraint
[java] org.postgresql.util.PSQLException: ERROR: null value in column "istrialallowed" violates not-null constraint
Error message indicates relation to the newly added istrialallowed column.
|
Steps To Reproduce | Use current pi (see scm revision for minimum id)
Install any module
run update.database
|
Proposed Solution | check what exact sql is failing.
One possible reason might be the ad_module_install table which does not have the new column, but that might be needed. |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0020855 | | closed | AugustoMauch | Include Free for Trial field in Module window |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-06-25 21:55 | shuehner | New Issue | |
2012-06-25 21:55 | shuehner | Assigned To | => AugustoMauch |
2012-06-25 21:55 | shuehner | Modules | => Core |
2012-06-25 21:55 | shuehner | OBNetwork customer | => No |
2012-06-25 21:56 | shuehner | Regression level | => Automated tests |
2012-06-26 12:53 | alostale | Regression date | => 2012-06-25 |
2012-06-26 12:53 | alostale | Regression introduced by commit | => http://code.openbravo.com/erp/devel/pi/rev/eae0b8fe7555d27a1b36395d2e9ce29d336fc5f6 [^] |
2012-06-26 12:53 | alostale | Relationship added | duplicate of 0020855 |
2012-06-26 12:53 | alostale | Relationship replaced | related to 0020855 |
2012-06-26 13:15 | hgbot | Checkin | |
2012-06-26 13:15 | hgbot | Note Added: 0050089 | |
2012-06-26 13:15 | hgbot | Status | new => resolved |
2012-06-26 13:15 | hgbot | Resolution | open => fixed |
2012-06-26 13:15 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/1627b9cffd7098b135d1cb71ae178150c6d460e3 [^] |
2012-06-27 05:29 | hudsonbot | Checkin | |
2012-06-27 05:29 | hudsonbot | Note Added: 0050175 | |
2012-06-28 08:29 | alostale | Note Added: 0050241 | |
2012-06-28 08:29 | alostale | Status | resolved => closed |
2012-06-28 08:29 | alostale | Fixed in Version | => 3.0MP13 |