Troubleshooting of Kerberos authentication issues in Spotfire can be enhanced by enabling Kerberos debug logging as follows:
- Export and open the configuration.xml file from <server installation dir>\tomcat\spotfire-bin folder in an XML editor or a text editor; for details, see Manually editing the Spotfire Server configuration file.
- In the configuration.xml file, locate the configuration block:
- Change the value for debug key from
false
totrue
. - Save and close the file.
- Import the configuration using the import-config command. For example:
config import-config --comment="Enabled Kerberos Debug Logging"
- On the computer that is hosting the server, navigate to the nm\config directory. The default location is <installation dir>\nm\config.
- Do one of the following:
- If the logging.properties file is present in the directory:
- Open the logging.properties file in an XML editor or text editor.
- Replace the current contents of the file with the contents of the logging-debug.properties-template.
- Save and close the logging.properties file.
- If the logging.properties file is not present in the directory:
- Make a copy of the logging-debug.properties-template.
- Rename the copy "logging.properties".
- If the logging.properties file is present in the directory:
- Restart the Spotfire Server service for the changes to take effect.
Comments
0 comments
Article is closed for comments.