Open rasunag27 opened 3 years ago
Just glancing quickly at your configs, the sessionURL
(in your launcher config) looks suspicious, try removing the :8080
as it appears you configured apache to listen on port 80
and do websocket forwarding. Also, can you share the error message you referred to when you run start.sh
? That seems like it could be important.
Hi Scottwittenburg,
I will check with the sessionURL. Below is the start.sh error after running it with ./start.sh
Error running "/opt/data/pv/pv-5.6.0/lib/pvpython" "/opt/data/pv/pv-5.6.0/lib/python2.7/site-packages/wslink/launcher.py" "/opt/data/pvw/conf/launcher.json": Permission denied
I have given the permission and also used sudo to run..Still the same issue..!!
Regards, Sunag R A.
Hi scott,
I tried removing the :8080 from sessionURL and checked. But, I am still getting the same as server disconnected. Also, what should I do related to websocket forwarding??
Regards, Sunag R A.
I changed python version to 5.7.0.!! Now, When I run ./start.sh file, I am getting this error:
DeprecationWarning: Path segment must be bytes; passing <class 'str'> has never worked, and will raise an exception in the future.
Also, in the server when I run "http://localhost/paraview", it throws an error as presented in this screenshot link: Praview_error
Remove the upload_dir
key in your config.
Hello, I am working with OpenFOAM Simulations with Ubuntu 16.04. I wanted to use paraview web as a visualizer.
For this, I followed this documentation to set up a paraViewWeb server instance: http://kitware.github.io/paraviewweb/docs/ubuntu_14_04.html
Based on the setup, I received error when I try with "http://localhost/visualizer". As per the issue seen in Paraview web configuration issue, I created the folder directory as suggested in /opt. Still I am facing the same problem.
Below are the details of my launcher.json file and the apache2 configuration file details. I have also given permission as explained in the document.
Also, when I run ./start.sh, it will through an error stating permission denied although I gave permission with chmod u+x
Launcher.json file
start.sh file
Apache2 config file
Link to screenshot of the display from the domain "http://localhost/visualizer" : Server Disconnected
I do not know much about the localhost related stuff. Could you please help me out as I am completely new to this domain.
Any leads will be appriciated.
Thanks and Regards, Sunag R A.