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
Confused here - can you help to see if this is an error or just me badly configuring:
I have the following:
"input.file.pattern": "^.*\.fuu$",
"input.path": "c:\B2BiInput\LWFW\input",
"finished.path": "c:\B2BiInput\LWFW\finished",
"error.path": "c:\B2BiInput\LWFW\errors",
The processing works just fine but it always logs an error for every file it processes:
Failed to delete input.path sub-directory: c:\B2BiInput\LWFW\input<I've redacted the filename.fuu> (com.github.jcustenborder.kafka.connect.spooldir.InputFile:242)
Is it trying to delete the subdirectory? c:\B2BiInput\LWFW or perhaps c:\B2BiInput\LWFW\input - and why? The file gets deleted/moved OK so that's not a problem.
I've tried this on a few systems and always the same error.
The text was updated successfully, but these errors were encountered:
Confused here - can you help to see if this is an error or just me badly configuring:
I have the following:
"input.file.pattern": "^.*\.fuu$",
"input.path": "c:\B2BiInput\LWFW\input",
"finished.path": "c:\B2BiInput\LWFW\finished",
"error.path": "c:\B2BiInput\LWFW\errors",
The processing works just fine but it always logs an error for every file it processes:
Failed to delete input.path sub-directory: c:\B2BiInput\LWFW\input<I've redacted the filename.fuu> (com.github.jcustenborder.kafka.connect.spooldir.InputFile:242)
Is it trying to delete the subdirectory? c:\B2BiInput\LWFW or perhaps c:\B2BiInput\LWFW\input - and why? The file gets deleted/moved OK so that's not a problem.
I've tried this on a few systems and always the same error.
The text was updated successfully, but these errors were encountered: