Skip to main content
New Participant
September 25, 2019

Login error when running pre-upgrade tasks

  • September 25, 2019
  • 3 replies
  • 2219 views

Hello,

I'm trying to run the 'detectUsageOfUnavailableAPI' operation of PreUpgradeTasks Mbean on AEM 6.3 but get the following error when doing so:

com.adobe.aem.upgrade.prechecks.mbean.impl.PreUpgradeTasksMBeanImpl Cannot login into repository:

org.apache.sling.api.resource.LoginException: Cannot derive user name for bundle com.day.cq.pre-upgrade-tasks [146] and sub service null

Does anyone know why this is so? Any user that needs to be configured before running these tasks?

Thanks.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Employee
September 25, 2019

Usually, this error is observed when the service user mapping is missing to the pre-upgrade bundle. Can you add the mapping as per below and check if you still get the same issue?

New Participant
September 26, 2019

Thanks for the reply. But I'm still getting the same error even after this change.

Employee
September 26, 2019

Can you go to <host>:<port>/useradmin and check if "preupgrade-service" is an actual service user in AEM?