Re: Pattern advice - files on disk into a record field

2023-12-19 Thread Richard Beare
I think I've made some progress with this, but I'm now having trouble with pdf files. The approach that seems to partly solve the problem is to have a ConvertRecord processor with a scripted reader to place the on disk (as delivered by the GetFile processor) into a record field. I can then use an

Re: AuditService NPE After Upgrading to 1.24.0

2023-12-19 Thread Shawn Weeks
Submitted NIFI-12524 On Dec 19, 2023, at 11:19 AM, Joe Witt wrote: Agreed - thanks for the details. Can you create a JIRA with it while you're at it? Either way it will get attention I'm sure. Thanks On Tue, Dec 19, 2023 at 10:18 AM Shawn Weeks mailto:swe...@weeksconsulting.us>> wrote: If

Re: AuditService NPE After Upgrading to 1.24.0

2023-12-19 Thread Joe Witt
Agreed - thanks for the details. Can you create a JIRA with it while you're at it? Either way it will get attention I'm sure. Thanks On Tue, Dec 19, 2023 at 10:18 AM Shawn Weeks wrote: > If I revert to 1.23.2 the issue goes away. Seems like there might be a bug > in the H2 to Xodus migration

Re: AuditService NPE After Upgrading to 1.24.0

2023-12-19 Thread Shawn Weeks
If I revert to 1.23.2 the issue goes away. Seems like there might be a bug in the H2 to Xodus migration On Dec 19, 2023, at 9:44 AM, Shawn Weeks wrote: Poked around in Jira and the migration guide and couldn’t find anything really mentioning this by I tried to upgraded a 1.21.0 cluster to

AuditService NPE After Upgrading to 1.24.0

2023-12-19 Thread Shawn Weeks
Poked around in Jira and the migration guide and couldn’t find anything really mentioning this by I tried to upgraded a 1.21.0 cluster to 1.24.0 and it won’t start after the upgrade complaining that it can’t instantiate the auditService bean. Tracked it down to the EntityStoreAuditService class