-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TableauServer doesn't start when container restart #10
Comments
I found that |
I changed container os from centOS to Ubuntu, and then it runs well. |
Hi wzrzt, Is the container running stable. Also, have you tried running it on K8s? Thanks in advance :) |
Hello, @ChikkannaSuhas and @wzrzt. Can you confirm which version(s) you have been able to get working? I personally wasn't able to get this running but perhaps it was because I was attempting to use the Thanks in advance for your input/guidance! |
@ChikkannaSuhas Tableau server requires "privileged=true" which is not possible with k8s. And I'm not familar with k8s. So I haven't try it yet. One of tableau engineers said they did some exploratory about k8s. But we haven't see their solusions. |
@aaronsteers. My first time 2019.1.1. And then 2019.1.2 was published and I built an image with it. It's still running. |
Hi @wzrzt , I am facing some issues while using Ubuntu Base Image. Failed to create bus connection: No such file or directory However, if I run the same command after looging into the container, it works fine. |
@vaibhavvasa236 Maybe, find a ubuntu docker image with systemd ? |
@wzrzt |
@vaibhavvasa236 - Thanks for sharing the docker image. I'm excited to try this out. |
@vaibhavvasa236 I am using solita/ubuntu-systemd:16.04 , https://hub.docker.com/r/solita/ubuntu-systemd |
I managed to get this working satisfactorily for me using 2020.4.0 and the original centos/systemd image. Here's what I learned:
You'll probably need to restart Tableau Server using using |
@sebluy - Thanks for posting this. I am really excited to try these suggestions. In case you push the image to docker hub, feel free to share the link here |
@sebluy Thank you for your info. How did you make the permissions change stay for subsequent restarts? I can't seem to make that happen, even if I commit the container. |
Hmm, it just stayed for me. I only had to update the permissions once after |
Hi, I followed HOWTO: Tableau Server Linux in Docker Container to start a docker container. It works fine when first started. But if stop the container and restart again, tableauServer can't start. I tried to docker exec into it and used
tsm
to start it, but it saysCould not connect to TSM Controller at 'bb334aeab113:8850'.
. I searched a lot from google and tableau community and find nothing helpful. If tableauserver can't restart when container start, commit to a new image will be useless.Is there anything I missed ?
The text was updated successfully, but these errors were encountered: