|
Home > Archive > WebSphere Portal Server > April 2004 > Error in retrieve list of users
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Error in retrieve list of users
|
|
| Ricardo A. Ribeiro 2004-04-14, 2:10 pm |
| Hello,
When I enter in Groups/Users and edit Permissions, the following error it's
show to me, and no users is retrieved,
Thank's
(...Part's of Error)
com.ibm.portal.WpsException: GNRL0002E: Ocourred Exception
at
com.ibm.wps.portlets.resourceview.ACLEditUserGroups.getMappedUserGroups(ACLE
ditUserGroups.java:323)
at
com.ibm.wps.portlets.resourceview.ResourceTableCommandListener.commandPerfor
med(ResourceTableCommandListenet.java:850)
at com.ibm.ps.wcl.core.CommandHandler.handleCommand(CommandHandler.java:97)
at
com.ibm.ps.wcl.core.markup.WHyperlink$EHyperlinkCallbackWrapper.handleTrigge
r(WHyperlink.java:472)
========================================
====================================
=========
com.ibm.wps.ac.AurhorizationDataException: PACC0057E: Ocourred exception
autorization data
at
com.ibm.wps.ac.impl.ACPrincipalPumaImp.retrievePrincipal(ACPrincipalPumaImpl
..java:196)
at
com.ibm.wps.ac.impl.ACPrincipalPumaImp.getNestedMember(ACPrincipalPumaImpl.j
ava:148)
at com.ibm.wps.ac.impl.Engine.retrieveGroupsMembers(Engine.java:993)
========================================
====================================
=========
| |
| Fernanda Emanuella Silveira 2004-04-14, 2:10 pm |
|
Ricardo,
You need to disable "nestedGroups" property at
was_root/lib/app/config/services/AccessControlService.properties (or
equivalent file, if you are using WPS 5.X)
http://www-1.ibm.com/support/docvie...uid=swg21113345
This error can occur if you have many nested groups (group inside group).
Portal tries to search inside them and gets timeout.
The best solution would be planning LDAP structure to work with POrtal,
avoiding nested groups for performance reasons.
Fernanda Silveira
fe@inf.ufsc.br
On Tue, 13 Apr 2004, Ricardo A. Ribeiro wrote:
> Hello,
>
> When I enter in Groups/Users and edit Permissions, the following error it's
> show to me, and no users is retrieved,
>
> Thank's
>
> (...Part's of Error)
>
> com.ibm.portal.WpsException: GNRL0002E: Ocourred Exception
>
> at
> com.ibm.wps.portlets.resourceview.ACLEditUserGroups.getMappedUserGroups(ACLE
> ditUserGroups.java:323)
>
> at
> com.ibm.wps.portlets.resourceview.ResourceTableCommandListener.commandPerfor
> med(ResourceTableCommandListenet.java:850)
>
> at com.ibm.ps.wcl.core.CommandHandler.handleCommand(CommandHandler.java:97)
>
> at
> com.ibm.ps.wcl.core.markup.WHyperlink$EHyperlinkCallbackWrapper.handleTrigge
> r(WHyperlink.java:472)
>
> ========================================
====================================
> =========
>
> com.ibm.wps.ac.AurhorizationDataException: PACC0057E: Ocourred exception
> autorization data
>
> at
> com.ibm.wps.ac.impl.ACPrincipalPumaImp.retrievePrincipal(ACPrincipalPumaImpl
> .java:196)
>
> at
> com.ibm.wps.ac.impl.ACPrincipalPumaImp.getNestedMember(ACPrincipalPumaImpl.j
> ava:148)
>
> at com.ibm.wps.ac.impl.Engine.retrieveGroupsMembers(Engine.java:993)
>
> ========================================
====================================
> =========
>
>
>
>
>
>
>
|
|
|
|
|