-
Notifications
You must be signed in to change notification settings - Fork 8
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
Firefox fails to download files every second try with hyrax 1.16.5 #145
Comments
This is likely a problem with the BES as indicated by the console log message:
Typically this message indicates that the connected |
For empty files it seems to only log "request", nothing about writing the files.
|
Strace from beslistener with comments
|
https://gist.github.com/samoylovfp/2fe8467685e5612461de4fa37233a055 |
Hi @samoylovfp, Are you running this from a hyrax docker image you pulled from DockerHub ( If not, I'll take it on when I can get to it in the next few days. Thanks!! |
Will do in an hour, thanks for taking your time to take a look! |
Still happens with |
Steps to reproduce:
docker run -it --rm -p 8080:8080 -v $PWD:/usr/share/hyrax --name=hyrax opendap/hyrax:1.16.5
Empty file is downloaded every second try
There are some errors in
/var/log/tomcat/console.log
of the container:Works fine with chromium and when running
hyrax:1.16.4
The text was updated successfully, but these errors were encountered: