This may be due to an incorrect modification of the required settings in the service configurations.
Following are two options which will help you resolve the services becoming unavailable:
- Export the service configuration files and verify they are all valid XML. If not, make the required changes to ensure it validates successfully as valid XML. Save the configuration file, re-import it back to the TIBCO Spotfire Server and apply it to the Web Player or Automation Services service.
- Uncomment the following section by removing the surrounding <!-- and --> . Save the configuration file, re-import it back to the TIBCO Spotfire Server and apply it to the Web Player or Automation Services service.
<!-- <setting name="AllowedFilePaths" serializeAs="Xml">
<value>
<ArrayOfString>
<string/>
</ArrayOfString>
</value>
</setting> -->
Resulting in:
<setting name="AllowedFilePaths" serializeAs="Xml">
<value>
<ArrayOfString>
<string/>
</ArrayOfString>
</value>
</setting>