siteadmin page showing blank in AEM 6.0 SP2 | Community
Skip to main content
Level 2
October 16, 2015
Solved

siteadmin page showing blank in AEM 6.0 SP2

  • October 16, 2015
  • 6 replies
  • 6583 views

siteadmin page showing blank in AEM 6.0 SP2. All other admin pages like DAM admin,miscadmin are working fine, but the siteadmin is showing blank.

When checked in firefox, it throws 300 error while loading as below

http://localhost:4502/libs/wcm/core/content/siteadmin.infinity.json [HTTP/1.1 300 Multiple Choices 253ms]

I am new to application and please help me on this issue.

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 ogill

Hi,

In your folder crx-quickstart/logs there is a log file called "error.log", does this contain any exceptions when you load siteadmin?

 

There are two things you can try if you have the time, this should isolate which step caused the issue.

Remove the hotfixes, check siteadmin, remove SP2 and check siteadmin. Or you can do a reinstall and check after each package install.

 

Regards,

Opkar

6 replies

GK-007
Level 9
October 16, 2015

Have you made any changes for siteadmin??

If yes,what are they?

Thanks,

Kishore

vino2015Author
Level 2
October 16, 2015

No, I have not made any changes to Siteadmin, it is not showing up from beginning

this is what I did

  1. Installed AEM 6
  2. Updraded to SP2
  3. Installed hot fixes 6176,6316,6446,4113,6431 & 6031

I installed my code which is not doing any change on siteadmin. I have no clue what and where to check for siteadmin issues, Please help me what need to be checked for Siteadmin json not loading.

ogillAdobe EmployeeAccepted solution
Adobe Employee
October 16, 2015

Hi,

In your folder crx-quickstart/logs there is a log file called "error.log", does this contain any exceptions when you load siteadmin?

 

There are two things you can try if you have the time, this should isolate which step caused the issue.

Remove the hotfixes, check siteadmin, remove SP2 and check siteadmin. Or you can do a reinstall and check after each package install.

 

Regards,

Opkar

Level 3
December 16, 2016

That is not a solution

Level 3
December 16, 2016

Solution http://stackoverflow.com/questions/35070488/cq5-not-returning-child-pages-json-data-on-infinity-json-request solved such a problem

In my case I set the json.maximumresults  of the Apache Sling Get Servlet to 200 and got siteadmin working

important_monke
May 31, 2018

Thanks, It's still applicable in 6.3 SP2.

Our siteadmin was rendering blank, but the other classicui admin screens rendered properly.

HAR file showed a 300 in the siteadmin response, which helped Adobe support, on their suggestion,

I upped it to between 1000 and 5000 (maybe too high?) from 100, and it worked.

Moderator, please make Stanleyor's answer the correct answer, as I missed it on a quick glance, assuming the green "correct answer" was correct when it was not.