Hi Folks.. we are fencing something weird in DFC...
We have a Linux Environment and when we execute some DFC program, we received this message:
[2021-12-01 17:04:17,201] [ERROR] [main][PreferencesManager.readPersistentProperties:330] [DFC_PREFERENCE_LOAD_FAILED] Failed to load persistent preferences from file:/dcnfs/batch/scripts/VILT001\config\dfc.properties
java.io.FileNotFoundException: /dcnfs/batch/scripts/VILT001\config\dfc.properties (No such file or directory)
But the point is the path "/dcnfs/batch/scripts/VILT001/config/dfc.properties" exists, but I'm suspecting that DFC is trying to find it like a "Windows Path" using "\" , when in Linux the correct path is "/"
Someone already see something like that ?