Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0036651 | Openbravo ERP | 09. Financial management | public | 2017-08-14 21:57 | 2018-06-12 14:08 |
|
Reporter | markmm82 | |
Assigned To | markmm82 | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR18Q3 | |
Merge Request Status | |
Review Assigned To | dmiguelez |
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 | 0036651: Clean up of repeated logs found in try-addpayment jobs for Payment's workflows |
Description | Executing this job:
https://ci.openbravo.com//job/try-addpayment-oracle/190/artifact/SANDBOX/tomcat-logs/ci10.140.log/*view*/ [^]
The same message is logged 3 times in total without the stacktrace, and once more with stacktrace. It is needed to make a cleanup of this logs to avoid repeat it if it is not needed.
|
Steps To Reproduce | Execute this job:
https://ci.openbravo.com//job/try-addpayment-oracle/190/artifact/SANDBOX/tomcat-logs/ci10.140.log/*view*/ [^] |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-08-14 21:57 | markmm82 | New Issue | |
2017-08-14 21:57 | markmm82 | Assigned To | => Triage Finance |
2017-08-14 21:57 | markmm82 | OBNetwork customer | => No |
2017-08-14 21:57 | markmm82 | Modules | => Core |
2017-08-14 21:57 | markmm82 | Triggers an Emergency Pack | => No |
2017-08-14 22:01 | markmm82 | Assigned To | Triage Finance => markmm82 |
2017-10-03 18:09 | markmm82 | Status | new => scheduled |
2018-06-12 10:06 | hgbot | Checkin | |
2018-06-12 10:06 | hgbot | Note Added: 0105080 | |
2018-06-12 10:06 | hgbot | Status | scheduled => resolved |
2018-06-12 10:06 | hgbot | Resolution | open => fixed |
2018-06-12 10:06 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e048d67b76d350384ef912deb0d8f8d2b6905f3c [^] |
2018-06-12 10:06 | hgbot | Checkin | |
2018-06-12 10:06 | hgbot | Note Added: 0105082 | |
2018-06-12 10:08 | dmiguelez | Review Assigned To | => dmiguelez |
2018-06-12 10:08 | dmiguelez | Note Added: 0105084 | |
2018-06-12 10:08 | dmiguelez | Status | resolved => closed |
2018-06-12 10:08 | dmiguelez | Fixed in Version | => 3.0PR18Q3 |
2018-06-12 14:08 | hudsonbot | Checkin | |
2018-06-12 14:08 | hudsonbot | Note Added: 0105096 | |
2018-06-12 14:08 | hudsonbot | Checkin | |
2018-06-12 14:08 | hudsonbot | Note Added: 0105098 | |
Notes |
|
(0105080)
|
hgbot
|
2018-06-12 10:06
|
|
Repository: erp/devel/pi
Changeset: e048d67b76d350384ef912deb0d8f8d2b6905f3c
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Fri Jun 08 14:03:19 2018 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/e048d67b76d350384ef912deb0d8f8d2b6905f3c [^]
Fixes issue 36651: Clean up of repeated logs found in try-addpayment jobs
for Payment's workflows
Functional validations are not logged any more, only not specific exceptions are now
logged. Also this fix to avoid to log the same error more than once, log4j.error() is
executed only in the processPayment function.
---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_PaymentProcess.java
---
|
|
|
(0105082)
|
hgbot
|
2018-06-12 10:06
|
|
Repository: erp/devel/pi
Changeset: 30563bebf57c1183daeffd70813822491d91ff6f
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Tue Jun 12 10:00:05 2018 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/30563bebf57c1183daeffd70813822491d91ff6f [^]
Related to Issue 36651. Code Review changes. Renamed exception
variable names
---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_PaymentProcess.java
---
|
|
|
|
|
|
|
|
|
|
|