Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0038765Openbravo ERPA. Platformpublic2018-06-15 09:412018-06-22 10:21
alostale 
alostale 
normalminorhave not tried
closedfixed 
5
 
3.0PR18Q3 
caristu
Core
No
0038765: ant version sent to heartbeat is not updated
ant version sent to heartbeat corresponds to the initial version in use when Openbravo was initially installed but not to the one used in latest builds.
1. Using not the latest ant version run install.source
2. Update ant version
3. Build Openbravo again
4. Log in Openbravo and schedule a beat
5. Open Heartbeat configuration and check last beat in Heartbeat Log tab
  -> ERROR: it shows the ant version used in install.source, not the latest one
No tags attached.
related to defect 0038740 closed alostale Tomcat version field sent in heartbeat statistics cannot be trusted as it is sending value from initial install forever. 
related to defect 0038838 closed caristu ant version is not properly displayed in form view of System Info window 
Issue History
2018-06-15 09:41alostaleNew Issue
2018-06-15 09:41alostaleAssigned To => platform
2018-06-15 09:41alostaleModules => Core
2018-06-15 09:41alostaleTriggers an Emergency Pack => No
2018-06-15 09:41alostaleRelationship addedrelated to 0038740
2018-06-15 10:11alostaleAssigned Toplatform => alostale
2018-06-15 10:11alostaleReview Assigned To => caristu
2018-06-15 10:13hgbotCheckin
2018-06-15 10:13hgbotNote Added: 0105166
2018-06-15 10:13hgbotStatusnew => resolved
2018-06-15 10:13hgbotResolutionopen => fixed
2018-06-15 10:13hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/db7d0b968a64c06dde36724e9c068d0fa8e530c2 [^]
2018-06-19 13:24hudsonbotCheckin
2018-06-19 13:24hudsonbotNote Added: 0105240
2018-06-22 10:21caristuNote Added: 0105331
2018-06-22 10:21caristuStatusresolved => closed
2018-06-22 10:21caristuFixed in Version => 3.0PR18Q3
2018-06-26 12:35caristuRelationship addedrelated to 0038838

Notes
(0105166)
hgbot   
2018-06-15 10:13   
Repository: erp/devel/pi
Changeset: db7d0b968a64c06dde36724e9c068d0fa8e530c2
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Jun 15 10:13:26 2018 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/db7d0b968a64c06dde36724e9c068d0fa8e530c2 [^]

fixed issue 38765: ant version sent to heartbeat is not updated

  The ant version sent to heartbeat was calculated on install.source and never
  updated afterwards.

  Now it gets updated after each build (on update.database), this should add no
  overhead as ad_system_info was already updated anyway to set last time build
  has been performed.

---
M src-db/database/build.xml
---
(0105240)
hudsonbot   
2018-06-19 13:24   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/dd1f20cf33f6 [^]
Maturity status: Test
(0105331)
caristu   
2018-06-22 10:21   
Code reviewed + tested OK.