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

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

Mark Solution

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

해결됨

nosampecontent runmode | AEM 6.3.3.3 | admin user not able to edit components on any page

Avatar

Level 1

I am facing an issue on AEM 6.3 with nosamplecontent runmode (aka productionready mode).

 

Steps to reproduce issue:
1. Create a Vanilla AEM 6.3 Author Instance with nosamplecontent runmode.
2. Install Service Pack 6.3.3 on the instance.
3. Install CFP-3 to migrate the instance to 6.3.3.3 version.
4. Install Project Code or any sample site code on the instance.
5 Install relevant sample content.
6. Try to edit any component on the page using admin user.
 
Expectation: admin should be able to edit the component on the page.
 
Current behaviour: admin is not able to edit any components on the page.
 
Any help would be greatly appreciated. Thanks in advance.
 

 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

Can you try below workaround and see if that helps?

 

- Go to package manager http://localhost:6333/crx/packmgr/index.jsp and reinstall packages :

core.wcm.components.content-1.0.0.zip

core.wcm.components.all-1.0.2.zip

Note: Version may be different.

- Recompile all JSPs ( http://localhost:6333/system/console/slingjsp )

OR

Restart the instance.

원본 게시물의 솔루션 보기

6 답변 개

Avatar

Level 9

Hi @sujeet_singhr48 , 

Ideally admin should have access for any modification by default. 

 

Can you please check the ACL permission for admin user and make sure read, write , edit ACLs are enabled. 

https://helpx.adobe.com/in/experience-manager/6-3/sites/administering/using/security.html

Avatar

Level 2

Hi @sujeet_singhr48 

Please validate:

  • the admin permission whether he has read/write access to corresponding content pages.
  • You mentioned only about admin user. Is it only happening for admin or all users?

If the above points is not the issue then it must be your custom code issue.please validate the JS console for any error and error.log if you can find any related error.

Avatar

정확한 답변 작성자:
Employee

Can you try below workaround and see if that helps?

 

- Go to package manager http://localhost:6333/crx/packmgr/index.jsp and reinstall packages :

core.wcm.components.content-1.0.0.zip

core.wcm.components.all-1.0.2.zip

Note: Version may be different.

- Recompile all JSPs ( http://localhost:6333/system/console/slingjsp )

OR

Restart the instance.

Avatar

Level 1

The issue is related to our project code base and nosamplecontent run mode. Still working on the issue. I wIll update once I find something.

 

Sample sites are working fine with the steps I mentioned in the ticket.

Avatar

Level 10

Hello @sujeet_singhr48,

A few questions:

  1. Is the issue related to the nosamplecontent runmode or to the CFP3? What happens if you have
    1. 6.3.3.0 with nosamplecontent
    2. 6.3.3.3 with sample content
  2. Just to confirm, you are talking about an Authoring instance, correct?
  3. What are the "symptoms" exactly? Can you add a screenshot or GIF of an attempt to edit the content? For example:
    1. Can you select components or not?
    2. If so, what is stopping you from editing, do the editing options not appear in the toolbar?

Avatar

Level 1
Seems that core components were not installed on the instance with nosamplecontent runmode.