To resolve this issue, one need to set any of the last working Spotfire server configuration as current configuration for Spotfire server.
Follow below steps to list and import last working Spotfire server configuration:
- On Spotfire server machine, launch command prompt with "Run as Administrator"
- Browse to location "<Spotfire_server_install_Dir>/tomcat/bin" in command prompt.
Note: There is change in folder structure post 10.3. Replace bin folder to spotfire-bin folder in above command.
- Run below command to list all Spotfire server configurations:
-----------
config list-configs-----------
Refer below link for more information about this command :
https://docs.tibco.com/pub/spotfire_server/10.1.0/doc/html/TIB_sfire_server_tsas_admin_help/GUID-747F858B-F62A-47D6-8566-7FA9A5624115.html- From the listed configurations in above command, import last working configuration (provided one should know what was last working configuration) using below command:
-----------
config set-config -----------
Refer below link for more information about this command :
https://docs.tibco.com/pub/spotfire_server/10.1.0/doc/html/TIB_sfire_server_tsas_admin_help/GUID-D2764047-110D-4417-838F-33CA2BE570EB.html- Once configuration is set using above command, restart the Spotfire server service to make the changes effective.