Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Decoration of child/media upload batch processor services fails to (un)serialize inner/decorated service #2320

Closed
adam-vessey opened this issue Jun 4, 2024 · 0 comments · Fixed by Islandora/islandora#1027
Labels
Type: bug identifies a problem in the software with clear steps to reproduce

Comments

@adam-vessey
Copy link
Contributor

adam-vessey commented Jun 4, 2024

What steps does it take to reproduce the issue?


  • When does this issue occur?

When attempting to implement a service which decorates one of the bulk child or media batch processor services, for example, to do some additional processing to nodes in that particular process.


  • Which page does it occur on?

When proceeding to submit the forms under:

  • node/{nid}/members/upload and
  • node/{nid}/media/upload

when it tries to actually run the related batch process.


  • What happens?

Whitescreen with error thrown, along the lines of:

NOTICE: PHP message: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: "You have requested a non-existent service "private__y_PL4pmWbZYKwmMMk7a8-_l8rKQvALtAqKzx50RUvD8"." at /var/www/html/web/core/lib/Drupal/Component/DependencyInjection/Container.php line 157

  • To whom does it occur (anonymous visitor, editor, administrator)?

Those attempting to use the forms.


  • What did you expect to happen?

The decorated service to be used successfully.


Which version of Islandora are you using?

2.10.0

Which method did you use to install your Islandora instance? (manually, ISLE, playbook, etc.)

Other.

Any related open or closed issues to this bug report?

Screenshots:

@adam-vessey adam-vessey added the Type: bug identifies a problem in the software with clear steps to reproduce label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug identifies a problem in the software with clear steps to reproduce
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant