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

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

Mark Solution

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

解決済み

No design at /etc/designs/my-project/clientlib

Avatar

Level 5

Hi,

I am getting this error in logs:I am using cq:designPath property also on my page level but still I am getting this error.Please suggest

com.day.cq.wcm.core.impl.designer.DesignerImpl No design at /etc/designs/my-project/clientlib-all. Using default.

 

Regards,

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

Avatar

正解者
Administrator

Hi 

Every project has design associated with content. It contains CSS, JS, images etc which are used in components, templates. Also when you edit the page in design mode to choose allowed components, that information is also stored under design.

It seems the project you have created is not having design associated and hence the warning, project using default path for storing design information.

Designs are stored under /etc/designs. The path to the design to be used for a website is specified using the cq:designPath property of the jcr:content node.

Document link:- https://docs.adobe.com/docs/en/aem/6-1/develop/the-basics/designer.html#Using the Designer

 Source L- http://stackoverflow.com/questions/36173729/aem-no-design-message-displays-in-the-error-logs

~kautuk



Kautuk Sahni

元の投稿で解決策を見る

1 返信

Avatar

正解者
Administrator

Hi 

Every project has design associated with content. It contains CSS, JS, images etc which are used in components, templates. Also when you edit the page in design mode to choose allowed components, that information is also stored under design.

It seems the project you have created is not having design associated and hence the warning, project using default path for storing design information.

Designs are stored under /etc/designs. The path to the design to be used for a website is specified using the cq:designPath property of the jcr:content node.

Document link:- https://docs.adobe.com/docs/en/aem/6-1/develop/the-basics/designer.html#Using the Designer

 Source L- http://stackoverflow.com/questions/36173729/aem-no-design-message-displays-in-the-error-logs

~kautuk



Kautuk Sahni