Created on 05-11-2017 10:57 AM - edited 08-17-2019 06:10 PM
Hello guys,
I'm having trouble passing the input directory in configuration of ListFile Processor.
Says that directory is invalid or does not exist.
I want' to list files in my local file system in C drive and the folder is SNIRH.
Here is the pic:
Thanks
Created 05-21-2017 10:15 AM
I resolved my issue because in fact i have 3 environments, and i was ponting the listProcessor to the wrong environment.
I have my local file system Windows 8.1, with VirtualBox, running CentOS 7, and on top of CentOS i have the sandbox, and i was pointing my folder to the CentOS layer.
My /media/sf_SharedFolder was placed in CentOS and not in sandbox. I have to thank you for your help.
Created 05-11-2017 03:05 PM
I am a little confused. Are you able to get a listing of the shared drive with ListFile?
Created 05-11-2017 03:16 PM
@Wynner Not yet.. my shared folder in CentOS is: /media/sf_SharedFolder and still says directory not exist
Created 05-11-2017 03:23 PM
Are you able to get a listing from the command line?
What happens when you do ls -al /media/sf_SharedFolder ?
Created 05-11-2017 03:33 PM
With that command shows me the files inside /media/sf_SharedFolder
Created 05-11-2017 03:50 PM
Replying your question
If you put that path, /media/sf_SharedFolder, in the Input Directory property for the ListFile processor, does it get a listing of files?
Still not working with that path in Input Directory
Created 05-11-2017 04:57 PM
What error are you seeing with that path?
Created on 05-11-2017 05:08 PM - edited 08-17-2019 06:10 PM
Created 05-11-2017 05:10 PM
Okay, run this command "df -h" what is returned?
Created on 05-11-2017 07:21 PM - edited 08-17-2019 06:10 PM
Created 05-11-2017 08:21 PM
Try using one of the other directories to see if it works, like /var/logs. See if the processor will accept it.