コミュニティアチーブメントバーを展開する。

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

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

AEM 6.3 WCM Core Components

Avatar

Level 2

Hi team - We are using wcm core components in our application, however if we spin up the publish instances with "nosamplecontent" the packages related to core components are not getting installed. Is it the recommendation from Adobe ? If that is the case should we explicitly add the packages in publish or do we have any alternatives. At the moment which ever component used wcm core components internally si giving 500 error on publish as we dont have the /apps/core....

Suggestions & thoughts appreciated !

1 受け入れられたソリューション

Avatar

正解者
Level 10

You need it on Pub - else the code that uses it will not work.

元の投稿で解決策を見る

8 返信

Avatar

Community Advisor

Dear Harish,

Given your code relies on wcm core components and their absence gives 500, would expect you need to install them.

If you think they should be part of Core AEM system. Raise daycare and ask to amend nosamplecontent rules to include core components.

Regards,

Peter

Avatar

Level 10

Are you saying, even if you manually try to install its not working?

Avatar

Level 2

Activate the core components from the author instance.using content tree activation.

Avatar

Level 10

Also - core component can be installed from Github- GitHub - Adobe-Marketing-Cloud/aem-core-wcm-components: Adobe Experience Manager (AEM) Sites Core Co...

Just build and deploy following the online Readme.

Avatar

Level 2

Preveen, nope if I install them I am good

Avatar

Level 2

smacdonald2008​ ok I will follow github, but my question is it a best practice to have the core comp package in prod publishers, as adobe itself is not including with nosamplecontent run mode

Avatar

正解者
Level 10

You need it on Pub - else the code that uses it will not work.

Avatar

Level 10

Say i have a app that uses components whose super resource type is a core component - look:

Soon11.png

For this component to render on PUB - the Core Components need to be available on PUB to satisfy this resource super type.