Re: [Users] Cannot create vm's from user portal

2013-01-30 Thread Eli Mesika


- Original Message -
 From: Dead Horse deadhorseconsult...@gmail.com
 To: users@ovirt.org users@ovirt.org
 Sent: Tuesday, January 29, 2013 5:24:20 AM
 Subject: Re: [Users] Cannot create vm's from user portal
 
 
 
 
 Going to venture a guess that this --
 http://gerrit.ovirt.org/#/c/11411/ is the fix for this ;)

Yes, it is !!

 - DHC
 
 
 
 
 On Mon, Jan 28, 2013 at 3:40 PM, Dead Horse 
 deadhorseconsult...@gmail.com  wrote:
 
 
 
 
 Seeing this error in engine log when attempting to create a new VM
 from the userportal:
 2013-01-28 15:35:47,158 ERROR
 [org.ovirt.engine.core.bll.GetClustersWithPermittedActionQuery]
 (ajp--127.0.0.1-8702-5) Query GetClustersWithPermittedActionQuery
 failed. Exception message is PreparedStatementCallback; bad SQL
 grammar [select * from
 fn_perms_get_vds_groups_with_permitted_action(?, ?)]; nested
 exception is org.postgresql.util.PSQLException: ERROR: missing
 FROM-clause entry for table vds_groups
 Where: PL/pgSQL function
 fn_perms_get_vds_groups_with_permitted_action line 3 at RETURN
 QUERY
 2013-01-28 15:36:16,726 ERROR
 [org.ovirt.engine.core.bll.GetClustersWithPermittedActionQuery]
 (ajp--127.0.0.1-8702-7) Query GetClustersWithPermittedActionQuery
 failed. Exception message is PreparedStatementCallback; bad SQL
 grammar [select * from
 fn_perms_get_vds_groups_with_permitted_action(?, ?)]; nested
 exception is org.postgresql.util.PSQLException: ERROR: missing
 FROM-clause entry for table vds_groups
 Where: PL/pgSQL function
 fn_perms_get_vds_groups_with_permitted_action line 3 at RETURN
 QUERY
 
 Current running engine build -- commit:
 61c11aecc40e755d08b6c34c6fe1c0a07fa94de8
 
 - DHC
 
 
 
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Cannot create vm's from user portal

2013-01-30 Thread Dead Horse
That was indeed it ;)


On Wed, Jan 30, 2013 at 8:10 AM, Eli Mesika emes...@redhat.com wrote:



 - Original Message -
  From: Dead Horse deadhorseconsult...@gmail.com
  To: users@ovirt.org users@ovirt.org
  Sent: Tuesday, January 29, 2013 5:24:20 AM
  Subject: Re: [Users] Cannot create vm's from user portal
 
 
 
 
  Going to venture a guess that this --
  http://gerrit.ovirt.org/#/c/11411/ is the fix for this ;)

 Yes, it is !!

  - DHC
 
 
 
 
  On Mon, Jan 28, 2013 at 3:40 PM, Dead Horse 
  deadhorseconsult...@gmail.com  wrote:
 
 
 
 
  Seeing this error in engine log when attempting to create a new VM
  from the userportal:
  2013-01-28 15:35:47,158 ERROR
  [org.ovirt.engine.core.bll.GetClustersWithPermittedActionQuery]
  (ajp--127.0.0.1-8702-5) Query GetClustersWithPermittedActionQuery
  failed. Exception message is PreparedStatementCallback; bad SQL
  grammar [select * from
  fn_perms_get_vds_groups_with_permitted_action(?, ?)]; nested
  exception is org.postgresql.util.PSQLException: ERROR: missing
  FROM-clause entry for table vds_groups
  Where: PL/pgSQL function
  fn_perms_get_vds_groups_with_permitted_action line 3 at RETURN
  QUERY
  2013-01-28 15:36:16,726 ERROR
  [org.ovirt.engine.core.bll.GetClustersWithPermittedActionQuery]
  (ajp--127.0.0.1-8702-7) Query GetClustersWithPermittedActionQuery
  failed. Exception message is PreparedStatementCallback; bad SQL
  grammar [select * from
  fn_perms_get_vds_groups_with_permitted_action(?, ?)]; nested
  exception is org.postgresql.util.PSQLException: ERROR: missing
  FROM-clause entry for table vds_groups
  Where: PL/pgSQL function
  fn_perms_get_vds_groups_with_permitted_action line 3 at RETURN
  QUERY
 
  Current running engine build -- commit:
  61c11aecc40e755d08b6c34c6fe1c0a07fa94de8
 
  - DHC
 
 
 
 
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Cannot create vm's from user portal

2013-01-28 Thread Dead Horse
Going to venture a guess that this --
http://gerrit.ovirt.org/#/c/11411/is the fix for this ;)
- DHC


On Mon, Jan 28, 2013 at 3:40 PM, Dead Horse
deadhorseconsult...@gmail.comwrote:

 Seeing this error in engine log when attempting to create a new VM from
 the userportal:
 2013-01-28 15:35:47,158 ERROR
 [org.ovirt.engine.core.bll.GetClustersWithPermittedActionQuery]
 (ajp--127.0.0.1-8702-5) Query GetClustersWithPermittedActionQuery failed.
 Exception message is PreparedStatementCallback; bad SQL grammar [select *
 from  fn_perms_get_vds_groups_with_permitted_action(?, ?)]; nested
 exception is org.postgresql.util.PSQLException: ERROR: missing FROM-clause
 entry for table vds_groups
   Where: PL/pgSQL function fn_perms_get_vds_groups_with_permitted_action
 line 3 at RETURN QUERY
 2013-01-28 15:36:16,726 ERROR
 [org.ovirt.engine.core.bll.GetClustersWithPermittedActionQuery]
 (ajp--127.0.0.1-8702-7) Query GetClustersWithPermittedActionQuery failed.
 Exception message is PreparedStatementCallback; bad SQL grammar [select *
 from  fn_perms_get_vds_groups_with_permitted_action(?, ?)]; nested
 exception is org.postgresql.util.PSQLException: ERROR: missing FROM-clause
 entry for table vds_groups
   Where: PL/pgSQL function fn_perms_get_vds_groups_with_permitted_action
 line 3 at RETURN QUERY

 Current running engine build -- commit:
 61c11aecc40e755d08b6c34c6fe1c0a07fa94de8

 - DHC


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users