Following up on #2825846-12: Migrate Tools dashboard plugin manager/config deriver UI issues, using drush to manage migrations is failing with a message like:

Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent
service "plugin.manager.config_entity_migration". in
/.../core/lib/Drupal/Component/DependencyInjection/Container.php:157

As mentioned by AndreaMaggi in that comment, I've confirmed that the problem is fixed by changing in migrate_tools.drush.inc an instance of plugin.manager.config_entity_migration to plugin.manager.migration.

Comments

nadavoid created an issue. See original summary.

nadavoid’s picture

Assigned: nadavoid » Unassigned
Status: Active » Fixed

Nevermind. I see it's already fixed in the latest dev, in commit de135b1f from issue #2795447: Use the core plugin manager.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.