-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I've set up a Spotfire Server successfully using a variant of SpotfireServerLinuxDocker, it's going great. I also set up the Web player on a windows node group, using NodeManagerWPDocker as the baseline.
Exact docker image, as well as the install log when generated during docker build:
Dockerfile.txt
nm_install-docker.txt
Web player seems to work, dashboards open fine, but some charts are not rendered at all. We can confirm that any line chart is broken, but I couldn't say for sure it's limited to that.
Here is an example of what shows in Spotfire Desktop:

Here is what shows in the web player:

It's also worth mentioning that no errors show up in the logs when the problem happens, no error message at all. The charts just keep showing this loading animation forever, without any clue of what is really happening.
After dropping docker for the Web Player node (but still running the server on docker Linux) and installing the web player node in a dedicated Windows Server 2019, the problem doesn't seem to manifest.
PS: Probably this is just outdated docs, but during this journey, I ended up founding this:

If this "Containers are not supported" is true, what's the point of this repository? Why no mentions at all about the possibility of huge problems like this one when using docker?
Trying to use this docker support proved itself to be a huge waste of time, In my experience Spotfire is not prepared to run as containers at all (not only because of this issue, but other thinks such as not being able to set node id, etc).