[gold-users] [SOLVED] Re: root is not authorized (AccountProject Create)
gold-users at calcua.ua.ac.be
gold-users at calcua.ua.ac.be
Mon Jul 18 04:30:48 MDT 2011
Hmmm,
Well I found what caused this problem :-(
The error message below actually says "root is not authorized
to perform this function", that is, there are two spaces between
"root" and "is not authorized [...]".
That led me to diff the config files of our test and production servers.
And yes, there was a space after "super.user = root" in goldd.conf in one
of two setups. Having dropped the space in the other setup, it now works
there too...
Well, consider it SOLVED, but a rather silly change, don't you think?!
-- Regards,
Franky Backeljauw
On Mon, 18 Jul 2011, gold-users at calcua.ua.ac.be wrote:
> We used to have SystemAdmin gold, now we have SystemAdmin root.
> But while trying to create a new user and associate the user with a
> project, we now get the following problem:
>
> Request:(Query, root, [(Account, , )], [], [],
> [(Machine, ANY, , , , , ), (User, new_user, , , , , ),
> (Project, default_project, , , , , )], [], [], 0, 0, 0, )
> --> ERROR Gold::Proxy::prepareConditions [lib/Gold/Proxy.pm:923]
> Machine is not a valid attribute for the Account object
> --> ERROR Gold::Exception::new [lib/Gold/Exception.pm:119]
> Machine is not a valid attribute for the Account object at
> lib/Gold/Proxy.pm line 925
> --> ERROR main::__ANON__ [sbin/goldd:350] Gold server error
> (318): Machine is not a valid attribute for the Account object.
> --> responsecode 318 count -1
> --> ERROR Gold::Exception::new [lib/Gold/Exception.pm:119]
> root is not authorized to perform this function
> (AccountProject Create) at lib/Gold/Proxy.pm line 1385
> --> exit with code 444
>
> Normally, the last Request should be
>
> Request:(Query, root, [(Account, , )], [], [],
> [(Machine, ANY, , , , , ), (User, new_user, , , , , ),
> (Project, default_project, , , , , )], [], [], 0, 0, 0, )
> --> responsecode 318 count -1
> --> Successfulyy created 1 Account and 3 members and
> auto-generated Allocation XYZ
More information about the gold-users
mailing list