Re: Sling data migrations

2020-12-04 Thread Carlos Munoz
Ok, I finally debugged it enough to find that the component initialization for Plumber fails silently if the sling-distribution karaf feature is not installed. On Fri, Dec 4, 2020 at 11:32 AM Nicolas Peltier wrote: > ha, and looking a bit more at it, "authorizedUsers" is a set of service >

Re: Sling data migrations

2020-12-04 Thread Nicolas Peltier
ha, and looking a bit more at it, "authorizedUsers" is a set of service users, and if non void, it will indeed try to fetch that service user and do stuff out of it. This is meant for asynchronous runs, and not necessarily what you are testing right now, so please just remove that configuration.

Re: Sling data migrations

2020-12-04 Thread Nicolas Peltier
from "executionPermissionResource=/system/sling/permissions/pipes/exec" it seems you are on version 4.0.0 (which is the latest and that's good) in case you are on CQ, you can try that content package https://github.com/adobe/adobe-dx/tree/master/apps/scripts that installs required content for

Re: Sling data migrations

2020-12-04 Thread Carlos Munoz
Thanks Nicolas. 1 and 3 from your list are checked. 2 is the one where there is a problem. I should have added more context to my previous email: At the point where a reference to the Plumber component is requested I see the exception. Please see the component status below this message. The