내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Editor and 'View as Published' pages are blank

Avatar

Level 5

I've been at this for three days and can't figure out why pages for our company's site are all blank in my local AEM 6.5.0 instance. I get the gray top nav bar with the three icons ("Toggle Side Panel", "Page Information", and "Emulator"), but there's no content for any of our pages. The We.Retail pages are fine. Is there a checklist of items I can go through to help identify the issue? I've got the following packages installed:

  • core.wcm.components.all-2.8.0.zip
  • acs-aem-commons-content-4.3.2.zip

 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

Hi @Codelime ,

 

You could start from here:- 

 

  • Check if all your application (and related) bundles are in an active state.
  • After the page loads Checks error.log, to see if there are any specific errors related to the application code.
  • Sling request trace http://localhost:4502/system/console/requests to see if the page renderers are being picked correctly for page request.
  • Check if you have dependencies on core components for page rendering and if it's installed.
  • Check the status of your sling models. http://localhost:4502/system/console/status-slingmodels 

Hope this helps!

 

Regards,

Nitesh

 

원본 게시물의 솔루션 보기

3 답변 개

Avatar

Community Advisor

Hi @Codelime 

 

Could you please check the below things:

  • open /system/console/bundle and check if all bundles are active - If not, start from there why bundles are not active.
  • Please check the error logs after loading the page and check if you see any error in logs that might cause the issue.
  • Check for console error in the page.

Regards,

Arpit Varshney

Avatar

Level 5

Thanks for the reply. 

  • All bundles are active, although the following four have status "Fragment":
    • Adobe - XMPFiles Worker platform fragment linux (com.adobe.xmp.worker.files.native.fragment.linux)
    • Adobe - XMPFiles Worker platform fragment macosx (com.adobe.xmp.worker.files.native.fragment.macosx)
    • Adobe - XMPFiles Worker platform fragment win (com.adobe.xmp.worker.files.native.fragment.win)
    • Day Communique 5 License Branding (com.day.cq.cq-licensebranding)
  • Errors
    • 18.01.2023 00:00:58.661 *ERROR* [sling-default-2-health-com.day.cq.compat.codeupgrade.impl.hc.MissingPackagesHealthCheck] com.adobe.granite.queries.impl.hc.QueryHealthCheckMetrics Error in refreshing the health check gauge
      com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected a string but was BEGIN_OBJECT at line 1 column 1480105 path $.data[580].contentPackage
    • 18.01.2023 00:01:58.653 *ERROR* [sling-default-3-health-com.day.cq.compat.codeupgrade.impl.hc.MissingPackagesHealthCheck] com.adobe.granite.queries.impl.hc.QueryHealthCheckMetrics Error in refreshing the health check gauge
      com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected a string but was BEGIN_OBJECT at line 1 column 1480105 path $.data[580].contentPackage

Avatar

정확한 답변 작성자:
Employee Advisor

Hi @Codelime ,

 

You could start from here:- 

 

  • Check if all your application (and related) bundles are in an active state.
  • After the page loads Checks error.log, to see if there are any specific errors related to the application code.
  • Sling request trace http://localhost:4502/system/console/requests to see if the page renderers are being picked correctly for page request.
  • Check if you have dependencies on core components for page rendering and if it's installed.
  • Check the status of your sling models. http://localhost:4502/system/console/status-slingmodels 

Hope this helps!

 

Regards,

Nitesh