VFS provider XML duplicates
The vfs-provider.xml
configuration file may be present in other application JARs that you have deployed to your Java application server. Having multiple instances of this file will cause classpath errors.
To resolve this issue, merge the multiple files into one canonical edition.
Last updated
Was this helpful?