Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029675 | Openbravo ERP | A. Platform | public | 2015-04-23 07:56 | 2015-06-30 20:44 |
|
Reporter | alostale | |
Assigned To | caristu | |
Priority | urgent | Severity | trivial | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR15Q3 | Fixed in Version | 3.0PR15Q3 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
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 | 0029675: check DB and Tomcat have the same time at Tomcat start |
Description | Tomcat and DB should be configured to use the same timezone in order to guarantee system consistency.
A check should be implemented to warn in case they are differently configured. |
Steps To Reproduce | - |
Proposed Solution | When starting Tomcat DB is queried to check its time and compared with time obtained in java, if there is a difference bigger than a few seconds, log a warning.
This can be implemented as a ApplicationInitializer [1].
[1] http://wiki.openbravo.com/wiki/Openbravo_3_Architecture#Implement_Application_Initialization_Logic [^] |
Additional Information | |
Tags | No tags attached. |
Relationships | has duplicate | feature request | 0019671 | | closed | alostale | Create new check with verifies that postgres timezone == system (tomcat-server) timezone | related to | feature request | 0030187 | 3.0PR15Q3 | closed | caristu | prevent build in unsupported PG verrsions |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-04-23 07:56 | alostale | New Issue | |
2015-04-23 07:56 | alostale | Assigned To | => platform |
2015-04-23 07:56 | alostale | OBNetwork customer | => No |
2015-04-23 07:56 | alostale | Modules | => Core |
2015-04-23 07:56 | alostale | Triggers an Emergency Pack | => No |
2015-04-23 10:50 | shuehner | Issue Monitored: shuehner | |
2015-06-16 11:24 | alostale | Relationship added | related to 0030187 |
2015-06-16 11:25 | alostale | Status | new => scheduled |
2015-06-16 11:25 | alostale | Assigned To | platform => caristu |
2015-06-16 11:29 | alostale | Proposed Solution updated | |
2015-06-19 12:43 | caristu | Review Assigned To | => alostale |
2015-06-19 12:43 | caristu | Issue Monitored: alostale | |
2015-06-19 12:55 | hgbot | Checkin | |
2015-06-19 12:55 | hgbot | Note Added: 0078394 | |
2015-06-19 12:55 | hgbot | Status | scheduled => resolved |
2015-06-19 12:55 | hgbot | Resolution | open => fixed |
2015-06-19 12:55 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/fcc755f5f885f4af5dbfca37607530e07640c23c [^] |
2015-06-19 23:57 | hudsonbot | Checkin | |
2015-06-19 23:57 | hudsonbot | Note Added: 0078400 | |
2015-06-22 19:41 | caristu | Issue Monitored: AugustoMauch | |
2015-06-22 19:41 | caristu | Review Assigned To | alostale => AugustoMauch |
2015-06-24 09:20 | hgbot | Checkin | |
2015-06-24 09:20 | hgbot | Note Added: 0078467 | |
2015-06-24 10:22 | hgbot | Checkin | |
2015-06-24 10:22 | hgbot | Note Added: 0078474 | |
2015-06-24 16:03 | hudsonbot | Checkin | |
2015-06-24 16:03 | hudsonbot | Note Added: 0078490 | |
2015-06-25 16:43 | hgbot | Checkin | |
2015-06-25 16:43 | hgbot | Note Added: 0078515 | |
2015-06-25 18:00 | hudsonbot | Checkin | |
2015-06-25 18:00 | hudsonbot | Note Added: 0078517 | |
2015-06-25 18:19 | AugustoMauch | Note Added: 0078519 | |
2015-06-25 18:19 | AugustoMauch | Status | resolved => closed |
2015-06-25 18:19 | AugustoMauch | Fixed in Version | => 3.0PR15Q3 |
2015-06-26 15:57 | hudsonbot | Checkin | |
2015-06-26 15:57 | hudsonbot | Note Added: 0078545 | |
2015-06-30 09:05 | hgbot | Checkin | |
2015-06-30 09:05 | hgbot | Note Added: 0078580 | |
2015-06-30 09:08 | hgbot | Checkin | |
2015-06-30 09:08 | hgbot | Note Added: 0078581 | |
2015-06-30 20:44 | hudsonbot | Checkin | |
2015-06-30 20:44 | hudsonbot | Note Added: 0078598 | |
2015-06-30 20:44 | hudsonbot | Checkin | |
2015-06-30 20:44 | hudsonbot | Note Added: 0078599 | |
2016-03-24 07:58 | alostale | Relationship added | duplicate of 0019671 |
2016-03-24 07:59 | alostale | Relationship replaced | has duplicate 0019671 |
Notes |
|
(0078394)
|
hgbot
|
2015-06-19 12:55
|
|
Repository: erp/devel/pi
Changeset: fcc755f5f885f4af5dbfca37607530e07640c23c
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Fri Jun 19 12:54:35 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/fcc755f5f885f4af5dbfca37607530e07640c23c [^]
Fixes issue 29675: check DB and Tomcat have the same time at Tomcat start
---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/KernelApplicationInitializer.java
M src/org/openbravo/erpCommon/utility/DateTime_data.xsql
---
|
|
|
|
|
|
(0078467)
|
hgbot
|
2015-06-24 09:20
|
|
Repository: erp/devel/pi
Changeset: 11fe473f73e6399957d2c17cade08ae1cf37752d
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Wed Jun 24 09:19:24 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/11fe473f73e6399957d2c17cade08ae1cf37752d [^]
Related to issue 29675: Added log messages in case of error
---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/KernelApplicationInitializer.java
---
|
|
|
(0078474)
|
hgbot
|
2015-06-24 10:22
|
|
Repository: erp/devel/pi
Changeset: 3a6f672bc73fd79f34a225157a6ad12603b2f527
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Wed Jun 24 10:21:18 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/3a6f672bc73fd79f34a225157a6ad12603b2f527 [^]
Related to issue 29675: Added the exception to log in error messages
---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/KernelApplicationInitializer.java
---
|
|
|
|
|
|
(0078515)
|
hgbot
|
2015-06-25 16:43
|
|
Repository: erp/devel/pi
Changeset: 431da3d3ec953b35f3d435b1b04fe2ddcf2799f9
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Thu Jun 25 16:42:32 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/431da3d3ec953b35f3d435b1b04fe2ddcf2799f9 [^]
Related to issue 29675: change to show message in debug mode
---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/KernelApplicationInitializer.java
---
|
|
|
|
|
|
|
Code reviewed and verified in pi@431da3d3ec95
Tested with postgresql and oracle |
|
|
|
|
|
(0078580)
|
hgbot
|
2015-06-30 09:05
|
|
Repository: erp/devel/pi
Changeset: 59a8db5a95cb3d4c2e8ab0ff788c22123ee994a5
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Tue Jun 30 09:04:31 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/59a8db5a95cb3d4c2e8ab0ff788c22123ee994a5 [^]
Related to issue 29675: improvements in log messages
---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/KernelApplicationInitializer.java
---
|
|
|
(0078581)
|
hgbot
|
2015-06-30 09:08
|
|
|
|
|
|
|
|
|