You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to use the VBO widget to perform a derivative action, like "Generate an image derivative"
Fill out the little form it makes you fill out
Alpaca logs will contain
alpaca_1 | 2023-08-24T00:41:11.804751513Z 2023-08-24 00:41:11,804 | ERROR | nnector-houdini] | DefaultErrorHandler | 56 - org.apache.camel.camel-core - 2.20.4 | Failed delivery for (MessageId: ID:484a3574eabd-35331-1690401177428-3:137507👎1:19 on ExchangeId: ID-5c8908e3ad99-1690401207016-3-731092). Exhausted after delivery attempt: 11 caught: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "add_confirmation" (class ca.islandora.alpaca.support.event.AS2AttachmentContent), not marked as ignorable (7 known properties: "file_upload_uri", "fedora_uri", "source_uri", "destination_uri", "args", "mimetype", "source_field"])
You will not have new derivatives
When does this issue occur?
When using VBO to trigger actions,
Which page does it occur on?
Any view with the VBO widget
What happens?
VBO adds certain metadata to the message that gets put onto the queue. Camel tries to parse the message as json, but because its java and all strict-like, it complains when it finds these new keys. This all happens invisibly in the background as Drupal reports VBO has done its thing successfully but you don't see any new derivatives.
To whom does it occur (anonymous visitor, editor, administrator)?
admins
What did you expect to happen?
I would expect my action to execute successfully and I have a new derivative file
Which version of Islandora are you using?
2.8.2
The text was updated successfully, but these errors were encountered:
What steps does it take to reproduce the issue?
When does this issue occur?
When using VBO to trigger actions,
Which page does it occur on?
Any view with the VBO widget
What happens?
VBO adds certain metadata to the message that gets put onto the queue. Camel tries to parse the message as json, but because its java and all strict-like, it complains when it finds these new keys. This all happens invisibly in the background as Drupal reports VBO has done its thing successfully but you don't see any new derivatives.
To whom does it occur (anonymous visitor, editor, administrator)?
admins
What did you expect to happen?
I would expect my action to execute successfully and I have a new derivative file
Which version of Islandora are you using?
2.8.2
The text was updated successfully, but these errors were encountered: