Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0016234Openbravo ERPA. Platformpublic2011-03-11 13:352011-04-12 00:00
jonalegriaesarte 
alostale 
urgentmajoralways
closedfixed 
10
2.50MP27 
2.50MP28 
Core
No
0016234: When trying to activate hearbeat an error appears in Windows Server 2008 R2
When trying to activate hearbeat an error appears in Windows Server 2008 R2

Heartbeat Configuration
java.lang.Exception: operatingSystem: Value (Windows Server 2008 R2) is too long, it has length 22, the maximum
allowed length is 20
Try to activate hearbeat in a Windows Server 2008 R2. Note that if heartbeat can not be activated the user can not install modules.
The OS field in ad_heartbeat_log has a maximum size of 20.
No tags attached.
depends on backport 00165832.50MP28 closed alostale When trying to activate hearbeat an error appears in Windows Server 2008 R2 
has duplicate defect 0016497 closed alostale Heartbeat log length 22 error (Windows Server 2008 R2) 
Issue History
2011-03-11 13:35jonalegriaesarteNew Issue
2011-03-11 13:35jonalegriaesarteAssigned To => alostale
2011-03-11 13:35jonalegriaesarteModules => Core
2011-03-11 13:35jonalegriaesarteIssue Monitored: networkb
2011-03-14 10:56alostaleStatusnew => scheduled
2011-03-29 10:02alostaleRelationship addedhas duplicate 0016497
2011-03-31 12:02hgbotCheckin
2011-03-31 12:02hgbotNote Added: 0035408
2011-03-31 12:02hgbotStatusscheduled => resolved
2011-03-31 12:02hgbotResolutionopen => fixed
2011-03-31 12:02hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/16ff9906199c73425ef7ba64173053215d344684 [^]
2011-03-31 12:06alostaleStatusresolved => new
2011-03-31 12:06alostaleResolutionfixed => open
2011-03-31 12:06alostaleStatusnew => scheduled
2011-03-31 12:06alostalefix_in_branch => pi
2011-03-31 12:06alostaleStatusscheduled => resolved
2011-03-31 12:06alostaleResolutionopen => fixed
2011-04-11 10:40marvintmStatusresolved => closed
2011-04-12 00:00anonymoussf_bug_id0 => 3284838

Notes
(0035408)
hgbot   
2011-03-31 12:02   
Repository: erp/devel/pi
Changeset: 16ff9906199c73425ef7ba64173053215d344684
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Mar 31 11:59:24 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/16ff9906199c73425ef7ba64173053215d344684 [^]

fixed bug 16234: Error activating Heartbeat in Windows Server 2008 R2

  Increased colun size to store os to 60 (whih is the actual value in server)
  truncate to this size in case it is bigger

---
M src-db/database/model/tables/AD_HEARTBEAT_LOG.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src/org/openbravo/erpCommon/utility/SystemInfo.java
---