[Glass] Cannot #reclaimAll ... fails with a SecurityError
James Foster via Glass
glass at lists.gemtalksystems.com
Thu Jul 2 13:56:35 PDT 2015
This is related to ObjectSecurityPolicy and I suspect that you could change the policy for the object in question so that it could be modified by your other user. See the Programming Guide for details.
James
> On Jul 2, 2015, at 1:22 PM, Mariano Martinez Peck via Glass <glass at lists.gemtalksystems.com> wrote:
>
> Hi,
>
> I am trying to do a reclaimAll in my local gemstone (running in OSX). I am running the following code:
>
> System beginTransaction.
> SystemRepository reclaimAll.
>
> And the user I am using to run that code (the one that holds and runs my app) is created with this privileges:
>
> (AllUsers userWithId: 'userXXX')
> addPrivilege: #'CodeModification';
> addPrivilege: #'UserPassword';
> addPrivilege: #'OtherPassword';
> addPrivilege: #'GarbageCollection';
> addPrivilege: #'SystemControl';
> addPrivilege: #'SessionAccess';
> addPrivilege: #'FileControl';
> addPrivilege: #'SessionPriority';
> addGroup: 'DataCuratorGroup'.
>
> As you can see, it does have GarbageCollection and SystemControl added.
>
> The error I am getting is in #reclaimAll in the line:
>
> newMinPages := 1 .
> saveMinPages := self _setGcConfigAt: #reclaimMinPages put: newMinPages .
>
> And this is the exact error:
>
> a SecurityError occurred (error 2116), An attempt was made to modify the object #'reclaimMinPages'->40 in objectSecurityPolicyId 7 with insufficient authorization.
>
> I know I may solve this by logging in in as GsUser, but I want to run #reclaimAll with MY user.
>
> Thoughts?
>
> Thanks in advance,
>
> --
> Mariano
> http://marianopeck.wordpress.com <http://marianopeck.wordpress.com/>
> _______________________________________________
> Glass mailing list
> Glass at lists.gemtalksystems.com
> http://lists.gemtalksystems.com/mailman/listinfo/glass
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20150702/e368675d/attachment-0001.html>
More information about the Glass
mailing list