Legacy Knowledge Base
Published Jun. 30, 2025

Users and Pages are not Visible

Written By

Kanchan Bisht

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

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

  • The components User, UserGroup, and Layout have been re-indexed. However, Users and Pages are still not visible.

Environment

  • Liferay DXP 7.1

Resolution

  • The possible cause of this is due to the cluster health as the red or yellow cluster status indicates one or more shards are missing or un-allocated. These unassigned shards increase the risk of data loss and can degrade cluster performance. 
  • If cluster health is red, as a first step, user may try restarting the Elasticsearch server and check the cluster status then verify the Liferay behavior. Additionally, check these official Elasticsearch documents as it is more specific to the search server.
    diagnose-cluster-status
    fix-red-yellow-cluster-status
  • Now, check the elastic search logs:
    Failed to execute phase [query], all shards failed
    Failed to execute phase [query], all shards failed
    high disk watermark [90%] exceeded […] shards will be relocated away from this node
    The cluster health status is red, all shards failed and for high disk watermark,  the disk size need to be increased where the elastic search server is installed.
    • Post changes, restart the server and check for high disk watermark WARN and shard fail messages. 

Additional Information

For the longer run, users need to discuss with their infra and architect team to stabilize the elastic search server.

Did this article resolve your issue ?

Legacy Knowledge Base