Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0000302Openbravo ERPA. Platformpublic2008-05-14 17:412009-03-18 11:01
iperdomo 
anthony_wolski 
highmajoralways
closedfixed 
20Gentoo Linux 2.6.23-gentoo-r9
2.40alpha 
2.40alpha-r22.40alpha-r2 
No
Core
No
0000302: Error testing Heartbeat configuration with PostgreSQL database
The keyword AS is missing on the sql sentence.
A log of the error:
ERROR org.openbravo.erpCommon.ad_background.PeriodicHeartbeatData - SQL error in query: select count(distinct u.ad_user_id) from ad_user_roles ur, ad_user u where ur.ad_user_id = u.ad_user_id and ur.isActive = 'Y' and u.isActive = 'Y' and u.password is not nullException:org.postgresql.util.PSQLException: The column name COUNT(DISTINCTU.AD_USER_ID) was not found in this ResultSet.

The sql sentences should always include the AS keyword. In this case SELECT count(distinct u.ad_user_id) AS count ...
* Install the application with PostgreSQL database
* Enable Heartbeat
* Test the configuration
No tags attached.
Issue History
2008-05-14 17:41iperdomoNew Issue
2008-05-14 17:41iperdomoAssigned To => anthony_wolski
2008-05-14 17:41iperdomoOBNetwork customer => N
2008-05-15 04:38anthony_wolskiNote Added: 0000195
2008-05-15 04:38anthony_wolskiStatusnew => acknowledged
2008-05-15 04:38anthony_wolskiStatusacknowledged => scheduled
2008-05-15 04:39anthony_wolskiStatusscheduled => resolved
2008-05-15 04:39anthony_wolskiFixed in Version => trunk
2008-05-15 04:39anthony_wolskiResolutionopen => fixed
2008-05-15 04:39anthony_wolskiNote Added: 0000196
2008-05-21 18:55cromeroTarget Version2.40 => R2.40alpha r2
2008-06-12 19:21psarobeStatusresolved => new
2008-06-12 19:21psarobeResolutionfixed => open
2008-06-12 19:21psarobeNote Added: 0007691
2008-06-12 19:21psarobeStatusnew => scheduled
2008-06-12 19:35psarobeStatusscheduled => resolved
2008-06-12 19:35psarobesvn_revision => --
2008-06-12 19:35psarobeResolutionopen => fixed
2008-06-12 19:37psarobeStatusresolved => closed
2008-06-12 19:37psarobeNote Added: 0007694
2008-06-12 19:37psarobeFixed in Versiontrunk => 2.40alpha r2
2009-03-18 11:01anonymoussf_bug_id0 => 2691271

Notes
(0000195)
anthony_wolski   
2008-05-15 04:38   
Ok.
(0000196)
anthony_wolski   
2008-05-15 04:39   
Modified sql in PeriodicHeartbeat_data.xsql. Committed revision 4248.

select count(distinct u.ad_user_id) AS count
          from ad_user_roles ur, ad_user u
          where ur.ad_user_id = u.ad_user_id
          and ur.isActive = 'Y'
          and u.isActive = 'Y'
          and u.password is not null
(0007691)
psarobe   
2008-06-12 19:21   
Now it gives this error following those steps:

ERROR org.openbravo.erpCommon.ad_background.PeriodicHeartbeatData - SQL error in query: INSERT INTO AD_HEARTBEAT_LOG(AD_HEARTBEAT_LOG_ID, AD_CLIENT_ID, AD_ORG_ID, ISACTIVE, CREATED, CREATEDBY, UPDATED, UPDATEDBY, SYSTEM_IDENTIFIER, ISHEARTBEATACTIVE, ISPROXYREQUIRED, PROXY_SERVER, PROXY_PORT, ACTIVITY_RATE, COMPLEXITY_RATE, OS, OS_VERSION, DB, DB_VERSION, SERVLET_CONTAINER, SERVLET_CONTAINER_VERSION, WEBSERVER, WEBSERVER_VERSION, OB_VERSION, OB_INSTALLMODE, CODE_REVISION, NUM_REGISTERED_USERS, JAVA_VERSION, ANT_VERSION) VALUES (AD_GET_NEXT_SEQUENCE('AD_Heartbeat_Log', 0), TO_NUMBER(?), TO_NUMBER(?), 'Y', NOW(), 0, NOW(), 0, ?, ?, ?, ?, TO_NUMBER(?), TO_NUMBER(?), TO_NUMBER(?), ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, TO_NUMBER(?), ?, ?)Exception:org.postgresql.util.PSQLException: ERROR: column "code_revision" is of type numeric but expression is of type character varying
(0007694)
psarobe   
2008-06-12 19:37   
Now this bug is not working because bug 575