org.apache.sling.api.resource.LoginException: Cannot derive user name for bundle xxx.xxx.xxx [] and sub service
Hi All
I have an exact same problem as mentioned here org.apache.sling.api.resource.LoginException: Cannot derive user name for bundle com.mycompany.core [472] and sub servic… . So for this long time I used to go directly to the Felix console and add the Service User details in the Apache Sling Service User Mapper
So the problem I face is :- I am trying to create a config node for org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl in my project . All the values are reflecting fine in the config when I check . But still it throws me the above error.
But if I go directly to the felix and add the value directly as I used to before , it just works perfect. Have someone face the same issue before ?
Why I cannot go and edit directly in felix console ? - > So the CSE who does our deployments won't be making any changes in the felix console directly. Anything we need to deploy should be deployed as config nodes. And for some reason , even though the config values are reflecting in the felix console, it always throw me the above error.