Date Posted:
Product: TIBCO Spotfire®
Product: TIBCO Spotfire®
Problem:
Opening an analysis gets stuck on "Loading rows" due to the error: "com.spotfire.ws.dat.OperatorException: operator turned off during getData".
Solution:
When opening an analysis file, it gets stuck on "Loading rows" and the following error signature is found in the server.log on the TIBCO Spotfire Server:
ws.dat.AbstractOperator: Get data from job failed. com.spotfire.ws.dat.OperatorException: operator turned off during getData
- Export the TIBCO Spotfire Server configuration from the server using the “export-config” command or via the TIBCO Spotfire Server Configuration tool.
- Edit the configuration.xml in a plain text editor (like Notepad)
- Find the <connection-login-timeout> entry:
<!-- Login timeout for JDBC database connections. -->
<connection-login-timeout>10</connection-login-timeout> - Change the value of the “connection-login-timeout” setting to a higher value. For example:
<!-- Login timeout for JDBC database connections. -->
<connection-login-timeout>20</connection-login-timeout> - Save the file.
- Import the configuration to the database using the “import-config” command or via the TIBCO Spotfire Server Configuration tool.
- Restart the TIBCO Spotfire Server service.
TIBCO Spotfire Installation and Administration Manual:
- https://docs.tibco.com/products/tibco-spotfire-server
Comments
0 comments
Article is closed for comments.