Fail to Load Data error while loading page | Community
Skip to main content
Level 3
October 17, 2023
Solved

Fail to Load Data error while loading page

  • October 17, 2023
  • 2 replies
  • 4162 views

Hi Team,

 

I ran into a weird issue where Authors made changes to pages in Author Instance and published them. But the pages were not loading on site and even in Publish Instance.

 

Page Structure:

/app/us/en/services

/app/us/en/services/manage

/app/us/en/services/streaming

 

As soon as this is published, I log into Publish Instance and try to access the page, I see an error on loading the Services Page itself. We tried to republish, invalidate the cache, and Activate the tree but nothing seems to resolve the issue.

 

Strangely, if I manually create a page with Services as Page Name in the publish instance directly even then it throws the same error.

The node structure looks fine in CRXDE as well. Any ideas as to what might be wrong here?

Any help is appreciated.

 

Thanks,

Manasa

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Anmol_Bhardwaj

Thanks for checking and sharing the log.
I would also check these 3 things first.


1. OSGi Bundles to see all are up
2. error.log when trying to access the page ( if all bundles are up, this should be most helpful ) -> then access.log as well

3. Are you able to open the page through crx?

 

If you can share the relevant error logs here, we can try to look for the issue.

 

2 replies

Anmol_Bhardwaj
Community Advisor
Community Advisor
October 17, 2023

Hi @manasabojja7 ,

 

  1. Can you check if the page nodes created have a "jcr:content" node under them.
    I have noticed similar issue, when the parent page of a heirarchy is unpublished, but the child pages are published, it had jcr:content missing for the parent pages.

  2. Can you check request.log and check where the request is going?
Level 3
October 17, 2023

Hi @anmol_bhardwaj 

I did check the parent page. It has "jcr:content" node

 

With respect to request.log, I do see that it is redirecting to 

17/Oct/2023:19:51:36 +0000 [837] -> GET /error?errorCode=invalid-request HTTP/1.1

The same content package is deployed on the Dev instance, it loads fine but it is happening just in the QA instance.

 

Anmol_Bhardwaj
Community Advisor
Anmol_BhardwajCommunity AdvisorAccepted solution
Community Advisor
October 20, 2023

Thanks for checking and sharing the log.
I would also check these 3 things first.


1. OSGi Bundles to see all are up
2. error.log when trying to access the page ( if all bundles are up, this should be most helpful ) -> then access.log as well

3. Are you able to open the page through crx?

 

If you can share the relevant error logs here, we can try to look for the issue.

 

arunpatidar
Community Advisor
Community Advisor
October 18, 2023

I think, you might be missing some service user and related permissions

Arun Patidar