All of sudent I started to have this issue in my new build. I built the
server 3 times but for some reason i am getting that error any idea? 
### The error may exist in
org/apache/guacamole/auth/jdbc/user/UserMapper.xml
### The error may involve defaultParameterMap
### The error occurred while setting parameters
### SQL: SELECT             guacamole_user.user_id,            
guacamole_entity.entity_id,             guacamole_entity.name,            
password_hash,             password_salt,             password_date,            
disabled,             expired,             access_window_start,            
access_window_end,             valid_from,             valid_until,            
timezone,             full_name,             email_address,            
organization,             organizational_role,             MAX(start_date)
AS last_active         FROM guacamole_user         JOIN guacamole_entity ON
guacamole_user.entity_id = guacamole_entity.entity_id         LEFT JOIN
guacamole_user_history ON guacamole_user_history.user_id =
guacamole_user.user_id         WHERE             guacamole_entity.name = ?      
      
AND guacamole_entity.type = 'USER'::guacamole_entity_type         GROUP BY
guacamole_user.user_id, guacamole_entity.entity_id;          SELECT            
guacamole_user_attribute.user_id,            
guacamole_user_attribute.attribute_name,            
guacamole_user_attribute.attribute_value         FROM
guacamole_user_attribute         JOIN guacamole_user ON
guacamole_user.user_id = guacamole_user_attribute.user_id         JOIN
guacamole_entity ON guacamole_user.entity_id = guacamole_entity.entity_id       
 
WHERE             guacamole_entity.name = ?             AND
guacamole_entity.type = 'USER'::guacamole_entity_type
### Cause: org.postgresql.util.PSQLException: ERROR: column
guacamole_entity.type does not exist
  Position: 814




--
Sent from: 
http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to