Hello,
I’m trying to configure the paraviewweb enviroment on Ubuntu 18.04.
Single user mode is very simple and succeed.
Multiple user mode has note been success until now~
I mainly follow this instruction: http://kitware.github.io/paraviewweb/docs/ubuntu_14_04.html
I have test many version of paraview, result as follows:
First, all version of paraview desktop bin file can be open, but is black and empty
Third, version 5.3 come across problem when running ./start.sh, problem information is about “can note find vtkCommonCorePython”.
So where is my problem, thank you all~
It seems that your launcher configuration works as the ParaView process properly start, but it seems that the client side either error out or does not fully load.
First of all, the edit that you’ve done on the main page are not necessary (getUrlParameter) as that feature is now embedded inside Visualizer when you call `Visualiser.connectWithArgsAsConfig({ … }).
How did you get ParaView? Did you built it (repo or superbuild) or used a prebuilt version from our web site?
How did you get Visualizer? Did you built it or used the one inside the bundle of ParaView (from our binaries). And which version if built?
What does the line sessionURL looks like in your launcher configuration?
And hopefully with the answer with those 3 questions, I should be able to help you.
BTW, I find that in win10 configuration doc, there is more than one line:
“content”: “<paraview-root>/share/paraview-5.2/web/visualizer/www”,
so, I also add this line to the configuration file on Ubuntu, but still not work
I’m just saying that if you are not familiar with setting up all those processes, users and network configuration, the EC2 guide reduce the amount of work you need to do on your machine as the full setup has been made inside a Docker image.
But in that setup, you won’t have access to the launcher config so loading a file at startup won’t be easy unless you build your own docker image where you override that launcher configuration file using the same base one as ours. It is fairly easy to do as long as you are familiar with Docker.
But I feel you are pretty close to get your current setup working.
BTW, did you patch the code to make the Visualizer compatible with ParaView like described here?
In the right console window, I restart apache2, left console windows running start.sh
when I input the url, one paraview window prompt, and in the development tab of my firefox browser, a error is shown: firefox can not connect to the url of server.
You have that structure under your home directory, not at the root (/) or /opt.
Now Apache need to be able to go through all those directory as a Daemon user… You need to start playing with groups and users while adjusting your directory/files rights…
Yes although you can tweak it by doing that with your user as long as you understand what you are doing.
The goal is to allow the Apache process to read that proxy.txt file while the user that run the launcher should be able to write it and run ParaView while using your GPU while not being a power user…