legacy-knowledge-base
公開されました Jul. 2, 2025

ユーザー 20156 は URL へのアクセスを許可されていません

written-by

Ankit Gupta

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • ユーザーの詳細を更新しているときに、次のエラーがスローされます。
  • WARN  [http-nio-8080-exec-2][SecurityPortletContainerWrapper:348] User 20156 is not allowed to access URL http://localhost:8080/group/control_panel/manage and portlet com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet

Environment

  • Liferay DXP 7.0

解決策

  • アップロード要求を格納するための一時フォルダーが無効であるため、要求パラメーターが含まれないようにします。 提案された解決策は、 サーバー管理 に移動してから ファイルのアップロード に移動し、 一時ストレージ ディレクトリを変更して、一時ディレクトリを Tomcat の一時フォルダに手動で設定することでした。 以下の設定を使用してこれを Tomcat バンドルの /temp フォルダーに設定すると、上記のエラーは解決されます:
    /testing/7010/liferay-dxp-digital-enterprise-7.0-sp6/tomcat-8.0.32/temp

パスは、適切なパスに従って設定する必要があります。

did-this-article-resolve-your-issue

legacy-knowledge-base