com.atlassian.crowd.exception.ApplicationPermissionException: Not allowed to update user '[User]' in directory '[Remote User Directory]'.

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

When adding a user, modifying the group membership or password, the following error is thrown:

2013-01-01 12:00:00,000 ERROR [http-8090-5] [atlassian.confluence.servlet.ConfluenceServletDispatcher] sendError Could not execute action – referer: http://localhost:8090/admin/users/setuserpassword.action?username=nmudd | url: /admin/users/dosetuserpassword.action | userName: admin
com.atlassian.user.EntityException: com.atlassian.crowd.exception.OperationNotPermittedException: com.atlassian.crowd.exception.ApplicationPermissionException: Not allowed to update user '[User]' in directory '[Remote User Directory]'.
        at com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdUserManager.alterPassword(EmbeddedCrowdUserManager.java:191)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)

原因

There is a duplicate Directory pointing to a different directory; The Directory is not functional during the action.

ソリューション

Make sure that all the Directories are functional and Working, and no Directory is pointing to invalid locations. This includes the IP Address of the given Directory.

Last modified on Mar 30, 2016

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.