Latest Archetype 51 | Issue | Homepage not being rendered. | Community
Skip to main content
November 13, 2024
Solved

Latest Archetype 51 | Issue | Homepage not being rendered.

  • November 13, 2024
  • 2 replies
  • 1267 views

Hi Community,

 

I created a new project from scratch based on the latest archetype, but it loads blank after trying to load the home page.

It is important to mention all bundles are up and running all dependencies are OK, the only log messages I get are the following.

 

================================================================================================

 

13.11.2024 10:15:23.646 *WARN* [[0:0:0:0:0:0:0:1] [1731514523581] GET /editor.html/content/aem-library/language-masters/en/home.html HTTP/1.1com.adobe.cq.wcm.launches.impl.LaunchesAdapterFactory Failed adapting resource [/content/aem-library] to [interface com.adobe.cq.launches.api.Launch]: {}
13.11.2024 10:15:23.647 *WARN* [[0:0:0:0:0:0:0:1] [1731514523581] GET /editor.html/content/aem-library/language-masters/en/home.html HTTP/1.1com.adobe.cq.wcm.launches.impl.LaunchesAdapterFactory Failed adapting resource [/content/aem-library] to [interface com.adobe.cq.launches.api.Launch]: {}
13.11.2024 10:15:23.648 *WARN* [[0:0:0:0:0:0:0:1] [1731514523581] GET /editor.html/content/aem-library/language-masters/en/home.html HTTP/1.1com.adobe.cq.wcm.launches.impl.LaunchesAdapterFactory Failed adapting resource [/content/aem-library] to [interface com.adobe.cq.launches.api.Launch]: {}
13.11.2024 10:15:23.932 *WARN* [[0:0:0:0:0:0:0:1] [1731514523926] GET /content/aem-library/language-masters/en/home.html HTTP/1.1com.adobe.cq.wcm.launches.impl.LaunchesAdapterFactory Failed adapting resource [/content/aem-library] to [interface com.adobe.cq.launches.api.Launch]: {}
13.11.2024 10:15:23.983 *WARN* [sling-pageinfoproviders-processing-pool-2com.adobe.cq.wcm.launches.impl.LaunchesAdapterFactory Failed adapting resource [/content/aem-library] to [interface com.adobe.cq.launches.api.Launch]: {}
13.11.2024 10:15:23.990 *WARN* [[0:0:0:0:0:0:0:1] [1731514523957] GET /mnt/overlay/wcm/core/content/editor/jcr:content/content/items/sidepanel.content.html/content/aem-library/language-masters/en/home.html HTTP/1.1com.adobe.cq.wcm.launches.impl.LaunchesAdapterFactory Failed adapting resource [/libs/settings/cq/search/facets/manuscript] to [interface com.adobe.cq.launches.api.Launch]: {}
13.11.2024 10:15:23.995 *WARN* [[0:0:0:0:0:0:0:1] [1731514523957] GET /mnt/overlay/wcm/core/content/editor/jcr:content/content/items/sidepanel.content.html/content/aem-library/language-masters/en/home.html HTTP/1.1com.adobe.cq.wcm.launches.impl.LaunchesAdapterFactory Failed adapting resource [/libs/settings/cq/search/facets/pages] to [interface com.adobe.cq.launches.api.Launch]: {}
13.11.2024 10:15:23.996 *WARN* [[0:0:0:0:0:0:0:1] [1731514523977] GET /libs/wcm/core/content/pageinfo.json HTTP/1.1com.day.cq.wcm.core.impl.servlets.PageInfoServlet Configured provider com.day.cq.wcm.core.impl.servlets.ContentLanguageServlet not loaded for resource /content/aem-library/language-masters/en/home
13.11.2024 10:15:23.999 *WARN* [[0:0:0:0:0:0:0:1] [1731514523957] GET /mnt/overlay/wcm/core/content/editor/jcr:content/content/items/sidepanel.content.html/content/aem-library/language-masters/en/home.html HTTP/1.1com.adobe.cq.wcm.launches.impl.LaunchesAdapterFactory Failed adapting resource [/libs/settings/cq/search/facets/products] to [interface com.adobe.cq.launches.api.Launch]: {}
13.11.2024 10:15:24.015 *INFO* [[0:0:0:0:0:0:0:1] [1731514524008] GET /libs/wcm/core/content/components.1731513890901.json HTTP/1.1com.day.cq.wcm.core.impl.components.ComponentServlet provided components.
 
==============================================================================
 
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 EstebanBustamante

Hi, 
I think there should be something else in the log to indicate what's going on. I just used the archetype 51, as you mentioned, to generate a project and deploy it into my local SDK Version 2024.10.18311.20241017T104455Z, and it worked without any problems.

mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate \ -D archetypeGroupId=com.adobe.aem \ -D archetypeArtifactId=aem-project-archetype \ -D archetypeVersion=51\ -D appTitle="My Site" \ -D appId="mysite" \ -D groupId="com.mysite"

Here are a few things to check:

  • Ensure you are deploying to the correct version (AEM Cloud to a valid SDK version, and On-Premise to an on-premise AEM instance).

  • In my opinion, the logs should point to something else. Please double-check and see if you find anything, and post it back.

  • Try installing the same project on a fresh AEM instance.

Hope this helps

2 replies

kautuk_sahni
Community Manager
Community Manager
November 19, 2024

@estebanbustamante @sureshdhulipudi @joerghoh @h_kataria would you please take a moment to review this question? We would be grateful if you could share your suggestion on this question.

Kautuk Sahni
EstebanBustamante
Community Advisor and Adobe Champion
EstebanBustamanteCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
November 19, 2024

Hi, 
I think there should be something else in the log to indicate what's going on. I just used the archetype 51, as you mentioned, to generate a project and deploy it into my local SDK Version 2024.10.18311.20241017T104455Z, and it worked without any problems.

mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate \ -D archetypeGroupId=com.adobe.aem \ -D archetypeArtifactId=aem-project-archetype \ -D archetypeVersion=51\ -D appTitle="My Site" \ -D appId="mysite" \ -D groupId="com.mysite"

Here are a few things to check:

  • Ensure you are deploying to the correct version (AEM Cloud to a valid SDK version, and On-Premise to an on-premise AEM instance).

  • In my opinion, the logs should point to something else. Please double-check and see if you find anything, and post it back.

  • Try installing the same project on a fresh AEM instance.

Hope this helps

Esteban Bustamante