Products | Versions |
---|---|
Spotfire Server | All Versions |
The jcifs.jar file is only required when the Spotfire Server is setup to use NTLM authentication.
You may see the below warning on startup in the <Spotfire Server Install>\tomcat\logs\catalina.log file
=======================
WARNING [localhost-startStop-1] org.apache.tomcat.util.scan.StandardJarScanner.scan Failed to scan [file:/C:/tibco/tss/7.11.0/tomcat/lib/jcifs.jar] from classloader hierarchy java.io.FileNotFoundException: C:\tibco\tss\7.11.0\tomcat\lib\jcifs.jar (The system cannot find the file specified)
=======================
Cause:
The above error is caused when using datasource drivers which may require the jcifs file.
e.g if you have a jtds.jar file you may receive the above error as the manifest.mf file inside the jtds jar, looks for the jcifs.jar on its classpath.