Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0026927 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 09. Financial management | major | have not tried | 2014-06-24 10:53 | 2018-06-26 11:38 | |||
Reporter | shuehner | View Status | public | |||||
Assigned To | markmm82 | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | 3.0PR18Q1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | f8182b504a55 | ||||
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 | aferraz | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0026927: NPE's + other warnigns shown in Acctserver log now when running ci: int-initial-pgsql | |||||||
Description | The following new errors and warnings as present in the server log when running int-initial-pgsql job. https://ci.openbravo.com/job/int-initial-pgsql/331/artifact/SANDBOX/tomcat- [^] logs/int-initial-pgsql.log Note that the lat line if repeat many times. Build 331 is apparently first to have those errrors. Note Build 332 does not show that error but may be because AcctServer fails with 26926 b3e0edee 2014-06-22 02:07:00,274 [DefaultQuartzScheduler_Worker-2] WARN org.openbravo.erpCommon.ad_forms.AcctServer - java.lang.NullPointerException b3e0edee 2014-06-22 02:07:01,270 [DefaultQuartzScheduler_Worker-2] WARN org.openbravo.erpCommon.ad_forms.AcctServer - java.lang.NullPointerException b3e0edee 2014-06-22 02:07:02,062 [DefaultQuartzScheduler_Worker-2] WARN org.openbravo.erpCommon.ad_forms.AcctServer - createFact - unable to calculate line with difference to InvoicePriceVariant account. | |||||||
Steps To Reproduce | - | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||||||||||||||||||||
|
Notes | |
(0068874) eduardo_Argal (developer) 2014-07-24 17:45 |
This issue is related to some missing accounts for some products within QA Test dataset. Some matched invoices can not be posted due to those missing acounts. Configuring the accounts should solve the problem. |
(0068887) eduardo_Argal (developer) 2014-07-25 10:59 |
Another problem is not to have the costing background process enabled in QA. Some documents (in this case inventories) are not yet posted and the related cost is not yet calculated. |
(0068958) Orekaria (administrator) 2014-07-29 13:10 edited on: 2014-07-29 13:15 |
In https://ci.openbravo.com/view/retail/job/ret-test-pgsql/392/consoleText [^] these warns show up. 2014-07-29 10:46:54,972 [DefaultQuartzScheduler_Worker-5] WARN org.openbravo.erpCommon.ad_forms.AcctServer - RecordID: 3BA715C0C8A14C38929B835B7D15DDCB - TableId: D1A97202E832470285C9B1EB026D54E2 2014-07-29 10:46:55,518 [DefaultQuartzScheduler_Worker-5] WARN org.openbravo.erpCommon.ad_forms.AcctServer - RecordID: 5E4AC0213217472580E59139F9E47A07 - TableId: D1A97202E832470285C9B1EB026D54E2 2014-07-29 10:51:59,978 [DefaultQuartzScheduler_Worker-2] WARN org.openbravo.erpCommon.ad_forms.AcctServer - RecordID: BFDC7357B04942E58DAE6E9C785CC7E9 - TableId: D1A97202E832470285C9B1EB026D54E2 2014-07-29 10:57:06,770 [DefaultQuartzScheduler_Worker-9] WARN org.openbravo.erpCommon.ad_forms.AcctServer - RecordID: CD068196DC40445693A3A441BD157DCB - TableId: D1A97202E832470285C9B1EB026D54E2 May it help |
(0072294) hgbot (developer) 2014-12-04 23:32 |
Repository: erp/pmods/org.openbravo.retail.testsampledata Changeset: ce9be2364ac3e5769fc0c9d1e56994472d3004da Author: Martin Taal <martin.taal <at> openbravo.com> Date: Thu Dec 04 23:31:59 2014 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.testsampledata/rev/ce9be2364ac3e5769fc0c9d1e56994472d3004da [^] Related to issue 26927: NPE's + other warnigns shown in Acctserver log now when running ci: int-initial-pgsql Solve warning: AcctSchameElement.getAcctSchemaElementList - No default value for Account --- M referencedata/sampledata/Retail_Test/C_ACCTSCHEMA_ELEMENT.xml --- |
(0082757) aferraz (manager) 2015-12-15 11:12 |
Following error message: WARN org.openbravo.erpCommon.ad_forms.AcctServer - Accounting process failed. RecordID: A6C4774E7A384712B628EB6F6DA9616D - TableId: 4D8C3B3C31D1410DA046140C9F024D17 fixed by this commit: https://code.openbravo.com/erp/devel/pi/rev/f8182b504a55cfb0d8691707ea82a3170bba162a [^] |
(0082759) aferraz (manager) 2015-12-15 11:15 |
Reviewed int-initial-pgsql job and no AcctServer errors are shown in the log. |
(0082898) shuehner (administrator) 2015-12-21 15:13 |
Reopening. I just checked just latest build of that job https://ci.openbravo.com/job/int-initial-pgsql/1272/artifact/SANDBOX/tomcat-logs/int-initial-pgsql.log [^] And i still see that same warning (some 20-30 times) which was one of the 2 reported in this issue here. b3e0edee 2015-12-20 02:07:14,235 [DefaultQuartzScheduler_Worker-2] WARN org.openbravo.erpCommon.ad_forms.AcctServer - createFact - unable to calculate line with difference to InvoicePriceVariant account. |
(0099742) markmm82 (developer) 2017-10-03 18:04 |
Reviewed last build of int-initial-pgsql job and no AcctServer errors/warnings are shown in the log. https://ci.openbravo.com/job/int-initial-pgsql/2205/artifact/SANDBOX/tomcat-logs/int-initial-pgsql.log [^] |
Issue History | |||
Date Modified | Username | Field | Change |
2014-06-24 10:53 | shuehner | New Issue | |
2014-06-24 10:53 | shuehner | Assigned To | => dmiguelez |
2014-06-24 10:53 | shuehner | Modules | => Core |
2014-06-24 10:53 | shuehner | Triggers an Emergency Pack | => No |
2014-06-25 12:03 | eduardo_Argal | Target Version | PR14Q3 => PR14Q4 |
2014-07-24 17:42 | eduardo_Argal | Assigned To | dmiguelez => plujan |
2014-07-24 17:45 | eduardo_Argal | Note Added: 0068874 | |
2014-07-25 10:59 | eduardo_Argal | Note Added: 0068887 | |
2014-07-29 13:10 | Orekaria | Note Added: 0068958 | |
2014-07-29 13:15 | Orekaria | Note Edited: 0068958 | View Revisions |
2014-07-29 13:16 | Orekaria | Issue Monitored: eduardo_Argal | |
2014-07-29 18:41 | gorka_gil | Relationship added | related to 0027229 |
2014-08-14 13:19 | Orekaria | Relationship added | blocks 0027337 |
2014-10-02 11:14 | plujan | Target Version | 3.0PR14Q4 => 3.0PR15Q1 |
2014-12-04 23:32 | hgbot | Checkin | |
2014-12-04 23:32 | hgbot | Note Added: 0072294 | |
2014-12-23 15:49 | plujan | Assigned To | plujan => eduardo_Argal |
2014-12-23 15:49 | plujan | Target Version | 3.0PR15Q1 => 3.0PR15Q2 |
2015-03-30 18:21 | eduardo_Argal | Target Version | 3.0PR15Q2 => 3.0PR15Q3 |
2015-04-14 12:48 | Triage Finance | Assigned To | eduardo_Argal => Triage Finance |
2015-06-10 17:11 | vmromanos | Target Version | 3.0PR15Q3 => 3.0PR15Q4 |
2015-06-10 21:00 | Orekaria | Relationship added | related to 0030149 |
2015-09-28 11:20 | vmromanos | Target Version | 3.0PR15Q4 => |
2015-12-11 11:37 | aferraz | Assigned To | Triage Finance => aferraz |
2015-12-11 11:37 | aferraz | Status | new => scheduled |
2015-12-15 11:12 | aferraz | Note Added: 0082757 | |
2015-12-15 11:15 | aferraz | Review Assigned To | => aferraz |
2015-12-15 11:15 | aferraz | Note Added: 0082759 | |
2015-12-15 11:15 | aferraz | Status | scheduled => closed |
2015-12-15 11:15 | aferraz | Resolution | open => fixed |
2015-12-15 11:15 | aferraz | Fixed in Version | => 3.0PR16Q1 |
2015-12-21 15:13 | shuehner | Note Added: 0082898 | |
2015-12-21 15:13 | shuehner | Status | closed => new |
2015-12-21 15:13 | shuehner | Resolution | fixed => open |
2015-12-21 15:13 | shuehner | Fixed in Version | 3.0PR16Q1 => |
2017-08-09 12:55 | aferraz | Relationship added | related to 0026926 |
2017-10-03 17:45 | markmm82 | Assigned To | aferraz => markmm82 |
2017-10-03 17:46 | markmm82 | Status | new => scheduled |
2017-10-03 18:04 | markmm82 | Note Added: 0099742 | |
2017-10-03 18:14 | aferraz | Status | scheduled => resolved |
2017-10-03 18:14 | aferraz | Fixed in SCM revision | => f8182b504a55 |
2017-10-03 18:14 | aferraz | Resolution | open => fixed |
2017-10-03 18:20 | aferraz | Fixed in SCM revision | f8182b504a55 => http://code.openbravo.com/erp/devel/pi/rev/f8182b504a55cfb0d8691707ea82a3170bba162a [^] |
2017-10-03 18:21 | aferraz | Status | resolved => closed |
2017-10-04 08:44 | aferraz | Fixed in Version | => 3.0PR18Q1 |
2018-06-26 11:30 | hgbot | Checkin | |
2018-06-26 11:30 | hgbot | Note Added: 0105380 | |
2018-06-26 11:38 | hgbot | Checkin | |
2018-06-26 11:38 | hgbot | Note Added: 0105401 | |
2018-06-26 14:01 | gorka_gil | Note Deleted: 0105380 | |
2018-06-26 14:01 | gorka_gil | Note Deleted: 0105401 |
Copyright © 2000 - 2009 MantisBT Group |