System user package issue
Hi Team,
Env: AEM as a cloud service
1. Have created a system user from crx/explorer and provided the permissions on tools->security->permissions. Have verified the user permissions for the same on useradmin
2. Configured SU on system/console/configMgr. The file was generated under apps/system/config. Copied this file to /apps/../osgiconfig/config.(can see the same on system configmgr).
3. After this deleted the existing file.
4. Now everything seems good. But while hitting my listener I'm getting the below error.
org.apache.sling.api.resource.LoginException: Cannot derive user name for bundle com.test.core [572] and sub service bs-final-test
Note: Have done all the above steps to create a package and install it in higher environments.
Could someone please help me to resolve it?