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

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

Content fragment is not editable

Avatar

Level 2

Hi all,

In our dev AEM cloud environment content fragment is not editable second time. I can create new content fragment and add content.


In UI It shows 405 repository not found error

Screenshot 2025-02-12 at 1.27.37 PM.png

 

The URL  when it opens CF - 

https://experience.adobe.com/?repo=localhost#/@ourCompanyName/aem/cf/editor/editor/content%2Fdam%2Ff...
which looks weird as you can see  /editor is two times in URL and repo = localhost. 


In error log it throws error -
com.adobe.aem.sites.eventing.impl.producer.NodeChangeEventGenerator Cannot find model path for node change with path /content/dam/folder1/cfName/jcr:content/data/master
12.02.2025 15:24:42.938 [cm-p114456-e1197453-aem-author-5db87d4c59-9f6zj] *ERROR* [68.36.249.250 [1739373882921] POST /content/dam/folder1/cfName.cfm.edit.json HTTP/1.1] com.adobe.cq.assetcompute.impl.assetprocessor.AssetProcessorImpl Failed to initiate process for asset=/content/dam/folder1/cfName
java.lang.IllegalArgumentException: Asset without original rendition: /content/dam/folder1/cfName
at com.adobe.cq.assetcompute.impl.assetprocessor.AssetProcessorInitService.initAssetState(AssetProces .......


Thank you in advance.

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 2

Found this article -
https://experienceleague.adobe.com/en/docs/experience-cloud-kcs/kbarticles/ka-20923

  Added Day CQ externalizer in code under config.author folder -

 

com.day.cq.commons.impl.ExternalizerImpl.cfg.json with content -
{
"externalizer.domains":[
"local $[env:AEM_EXTERNALIZER_LOCAL;default=https://author-pXXXXXXXXX.adobeaemcloud.com]",
"author $[env:AEM_EXTERNALIZER_AUTHOR;default=https://author-pXXXXXXXXX.adobeaemcloud.com]"
]
}

Rebuilding code in cloud manager worked. Now I am able to open content fragment using 
https://experience.adobe.com/?repo=author-pXXXXXXXXX.adobeaemcloud.com#/@orgName/aem/cf/admin/?appId...
as well as through assets.
 

원본 게시물의 솔루션 보기

6 답변 개

Avatar

Level 4

just an observation and not a solution but I notice in our cloud implementation that the new editor for content fragments produces a 405 error for some of our users. These same user can still edit the CFs via assets directly where it uses the old editor. only get 405 when going through the CF dashboard and it forces the use of the new editor. 

Im still trying to investigate why this occurs.

Avatar

Level 2

I am using trying to open CF from assets.  Content Fragment editor always throw error for me. However, this  time error is from assets.

Avatar

Level 1

I'm experiencing the same issue as well, in cloud environments... in my local aem this issue does not incur though... does anyone have a resolve for this? or is this a bug in aem

Edumba_Vannia_RajaT1_0-1740031181339.png

 

Avatar

Level 1

Any one found the fix?

Avatar

Level 2

Can someone pls help with this. We are facing this issue in production as well.  Adobe suggested to add externalizer URLs for  externalizerDomainLocal and externalizerDomainAuthor. I updated it in configuration with no result.
Followed - https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/dev... for adding environment variables.

Avatar

정확한 답변 작성자:
Level 2

Found this article -
https://experienceleague.adobe.com/en/docs/experience-cloud-kcs/kbarticles/ka-20923

  Added Day CQ externalizer in code under config.author folder -

 

com.day.cq.commons.impl.ExternalizerImpl.cfg.json with content -
{
"externalizer.domains":[
"local $[env:AEM_EXTERNALIZER_LOCAL;default=https://author-pXXXXXXXXX.adobeaemcloud.com]",
"author $[env:AEM_EXTERNALIZER_AUTHOR;default=https://author-pXXXXXXXXX.adobeaemcloud.com]"
]
}

Rebuilding code in cloud manager worked. Now I am able to open content fragment using 
https://experience.adobe.com/?repo=author-pXXXXXXXXX.adobeaemcloud.com#/@orgName/aem/cf/admin/?appId...
as well as through assets.