Skip to content
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

Unable to use my data #16

Open
zwergon opened this issue Dec 10, 2019 · 3 comments
Open

Unable to use my data #16

zwergon opened this issue Dec 10, 2019 · 3 comments

Comments

@zwergon
Copy link

zwergon commented Dec 10, 2019

Hello,

I'm trying to use docker image as described in the readme.

I successfully built the docker image and when i use the data provided by the container, it works perfectly.

docker build -t hyrax_image --build-arg USE_NCWMS=true --no-cache hyrax

As soon as i try to mount another volume,

docker run \
--name hyrax_container \
--publish 8080:8080 \
**--volume /home/jef/HyraxData:/usr/share/hyrax** 
hyrax_image \
-e jean-francois.lecomte@ifpen.fr \
-s \
-n http://localhost:8080

It doesn't work anymore. I am always able to navigate at the url : http://localhost:8080/opendap but as soon as i try to click on a file stored in /home/jef/HyraxData i get a server error.

If i look in /var/log/bes i obtain the following error message

2019-12-10T15:11:06GMT|&|123|&|get.ddx,dap2,/usr/share/hyrax/coads_climatology.nc
2019-12-10T15:11:06GMT|&|123|&|ERROR: BES Internal Error: Could not open /usr/share/hyrax/coads_climatology.nc. (NCRequestHandler.cc:406)

I really don't understand what is going wrong.

@jgallagher59701
Copy link
Member

jgallagher59701 commented Dec 11, 2019 via email

@jgallagher59701
Copy link
Member

jgallagher59701 commented Dec 12, 2019 via email

@gajowi
Copy link

gajowi commented Dec 16, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants