Closed victorgenus closed 4 years ago
There may be a problem with 1 of 2 things:
Possibly something is wrong with the file at /home/hunter/sravectr/app/config/server.xml Check if this exists on disk as a file (not a directory) and has permissions that can be read by docker
Something is wrong with the container volume that has been created. Possibly Docker is creating server.xml at the target volume as a directory
What Operating System and Operating System version is your Docker host? We haven't encountered this issue before. I found a few suggestions from Stack Overflow here: https://stackoverflow.com/questions/45972812/are-you-trying-to-mount-a-directory-onto-a-file-or-vice-versa but they may not be applicable in this scenario.
My Docker host on Ubuntu Server 19.10
We'll try a fresh install with the latest VECTR version on Ubuntu Server 19.10 to see if we can reproduce the issue you've encountered, and we'll record all of the steps if we successfully install it here so you can follow them.
i install used sra-vectr-runtime-5.3.1-ce.zip and VECTR-master.zip
It seems like Ubuntu 19.10 has issues with docker mounting volumes inside the user folders. Try starting from a directory like /opt/vectr for your install and you should have better results.
This should be fixed now if using the updated install shell scripts. There was an issue when installing with defaults on some operation system versions.
The next major VECTR update should remedy a lot of these installation issues as well.