Products | Versions |
---|---|
Spotfire Server | 7.5 and later |
You may come across below error in catalina.log file on Spotfire server when you are unable to login to Spotfire Server Web URL, Spotfire Analyst client and Web Player eventhough Spotfire server service is up and running:
-------------
Caused by: com.spotfire.server.security.trust.CAException: Error writing keystore to the certificate authority database
at com.spotfire.server.security.trust.KeyStoreUtil.saveKeyStore(KeyStoreUtil.java:170)
at com.spotfire.server.security.trust.KeyStoreUtil.createKeyStoreWithTrust(KeyStoreUtil.java:284)
at com.spotfire.server.nodemanager.trust.TrustBootstrapper.createEndEntityCertificate(TrustBootstrapper.java:286)
... 185 more
Caused by: java.io.FileNotFoundException: D:\tibco\tss\7.10.0\tomcat\..\nm\trust\keystore.p12 (Access is denied)
---------------