Thanks Sir,
I think, it will work. Though, I am still facing some problems.
As you said to replace the ${user.name} and ${user.home} with the explicit values in the server config. Here, I did it as
ocsswroot=${user.home}/ocssw
${user.name}= /mnt/c/Users/antu/seadasClientServerShared/ocssw
serverWorkingDirectory=/mnt/c/Users/antu/seadasClientServerShared
Then,I have uncommented out the following in your seadas.config file:
# settings used for the remote OCSSW server
#
# the seadas.ocssw.___location property should be assigned one of these three values: "local", "virtualMachine",
# or the remote server address.
seadas.ocssw.___location =virtualMachine
seadas.ocssw.port=6400
seadas.ocssw.sharedDir=C:\\Users\\${antu}\\seadasClientServerShared
seadas.client.id=${antu}
seadas.ocssw.keepFilesOnServer=false
seadas.ocssw.processInputStreamPort=6402
seadas.ocssw.processErrorStreamPort=6403
Quesetion 1: Did I explicit the correct value of server config and did I correctly uncomment out the seadas.config file?
Though, after starting server and clicking "OCSSW", the error massage (Remote server is down. OCSSW is not accessible.
Please start OCSSW remote server) is not showed up :D
But I cant go through the OCSSW options ( I mean drop-down after clicking ocssw). I have figured out that I skipped the install of
install_ocssw.py .
Question 2:
For install_ocssw.py, Should I follow the Manual Installation of (
https://seadas.gsfc.nasa.gov/downloads/) ?
or I have to install SeaDAS Visualization Installers and/or Install with GUI or Manual Installation?
Question 3:
I have tried to install intall_ocssw.py by running two commands (as below)
$ chmod +x install_ocssw.py
./install_ocssw.py --install-dir=/mnt/c/Users/antu/seadasClientServerShared/ocssw --git-branch=v2.17.1 --aqua --seawifs
After executing this command, this type error (Below) showed up and also frequently starting and closing download of 1.2G data to my selected loacation.
"CError - Executing command "cd /mnt/c/Users/antu/seadasClientServerShared/ocssw; wget --tries=5 --wait=5 --continue
https://oceandata.sci.gsfc.nasa.gov/ocssw/common.bundle"
Will not apply HSTS. The HSTS database must be a regular and non-world-writable file.
ERROR: could not open HSTS store at '/home/antu/.wget-hsts'. HSTS will be disabled."
"Installing common (2 of 12)
Will not apply HSTS. The HSTS database must be a regular and non-world-writable file.
ERROR: could not open HSTS store at '/home/antu/.wget-hsts'. HSTS will be disabled."
I also tried to run this code in home directory like:
./install_ocssw.py --install-dir=$HOME/ocssw --git-branch=v2.17.1 --aqua --seawifs
same type of errors showed up (Will not apply HSTS. The HSTS database must be a regular and non-world-writable file.
ERROR: could not open HSTS store at '/home/antu/.wget-hsts'. HSTS will be disabled.
Error - Executing command "cd /home/antu/ocssw; wget --tries=5 --wait=5 --continue
https://oceandata.sci.gsfc.nasa.gov/ocssw/common.bundle"
Will not apply HSTS. The HSTS database must be a regular and non-world-writable file.
ERROR: could not open HSTS store at '/home/antu/.wget-hsts'. HSTS will be disabled.)
QuestionHow I can solve this problem and install ocssw.py?
Thanks Antu