Ensure Service user issue aem 6.5 | Adobe Higher Education
Skip to main content
Level 2
July 1, 2020
Resuelto

Ensure Service user issue aem 6.5

  • July 1, 2020
  • 5 respuestas
  • 4042 visualizaciones

Hi Team,

 

Ensure service user is working fine on our local instance but when we deployed the same config in AMS. Its throwing a error.. any input on this?

 

Caused by: org.apache.sling.api.resource.LoginException: Cannot derive user name for bundle com.adobe.acs.acs-aem-commons-bundle [613] and sub service ensure-service-user

Este tema ha sido cerrado para respuestas.
Mejor respuesta de Ankur_Khare

Make sure the system user is present on AMS, which you have created on your local and also make sure relevant permission are added to that system user on AMS.

5 respuestas

Ankur_Khare
Community Advisor
Ankur_KhareCommunity AdvisorRespuesta
Community Advisor
July 1, 2020

Make sure the system user is present on AMS, which you have created on your local and also make sure relevant permission are added to that system user on AMS.

Community Advisor
July 1, 2020

This error is thrown sometime when you only configure the bundleid and username(bundleid:username) in "Apache Sling Service User Mapper Service Amendment"

Configure the service mapping as following - bundleid:subServiceName=userName e.g. com.adobe.cq.sample.we.retail.core:testservice=testuser

Ensure the proper bundle is is configured

 

 

Regards

Albin I

www.albinsblog.com

 

Level 2
July 1, 2020
bundleid:subServiceName=userName - Mine also same like this ...but its not working..
vanegi
Adobe Employee
Adobe Employee
July 1, 2020

Can you perform a quick restart of the server? I would recommend using Ensure Service User from ACS Commons [0], it takes care of service user deployment with code package.

 

[0]: https://adobe-consulting-services.github.io/acs-aem-commons/features/ensure-service-users/index.html

July 1, 2020

Hey Sathya,

 

By the looks of it the instance is missing commons bundle.

 

Make sure you include acs-aem-commons package in your dependencies for your package.


Regards,

Peter

sunjot16
Adobe Employee
Adobe Employee
July 3, 2020

* Check for the existence of ensure-service-user on your AMS environment.

* Go to /system/console/configMgr, search for the service mapping for this bundle and ensure that the service user is included within [], and then save it.

Ex: I don't have acs bundle, but I have the following mapping configured for a service user.

com.adobe.cq.cq-experience-fragments:target=[targetservice]

 

Hope it helps !!