UCHIC / CKANDev

Development of extensions and tools for CKAN
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Unable to download any resources #108

Open AmberSJones opened 8 years ago

AmberSJones commented 8 years ago

Currently, resources cannot be downloaded at all. When trying to download any resource, the result is 'Server Error'. This is a major issue that is impacting not only the functionality of the site, but is preventing our transfer of datasets to HydroShare. @pkdash , can you look into this?

pkdash commented 8 years ago

@AmberSJones I think I have now fixed this issue.

AmberSJones commented 8 years ago

Great, thanks @pkdash . Closing.

fryarludwig commented 8 years ago

This may be related, however around the time Amber opened this issue I started seeing errors about uploading to CKAN. I've included a screenshot of the message I receive.

image

The code that attempts to execute the upload is found here:

iUtahUtilities - CkanUtility.py line 63 iUtahutilities - iutah_ckan_client.py line 110

If this issue is unrelated, I can open a new issue and post this there. Let me know if you want any additional information.

pkdash commented 8 years ago

@fryarludwig I am not sure if it is related to file download issue. Are you able to upload using the web interface?

fryarludwig commented 8 years ago

I also cannot upload files via the web interface. I get a message saying: "Unable to get data for uploaded file" The browser's log for a single attempt to perform a file upload is:

GET http://data.iutahepscor.org/mdf/static/mdfserver/img/iutah_logo.png 404 (Not Found)
GET http://data.iutahepscor.org/mdf/static/mdfserver/img/epscor_logo.jpg 404 (Not Found)
GET http://data.iutahepscor.org/mdf/static/mdfserver/img/nsf1.png 404 (Not Found)
POST http://repository.iutahepscor.org/storage/upload_handle 500 (Internal Server Error)
GET http://data.iutahepscor.org/mdf/static/mdfserver/img/epscor_logo.jpg 404 (Not Found)
GET http://data.iutahepscor.org/mdf/static/mdfserver/img/nsf1.png 404 (Not Found)
GET http://data.iutahepscor.org/mdf/static/mdfserver/img/iutah_logo.png 404 (Not Found)
GET http://data.iutahepscor.org/mdf/static/mdfserver/img/nsf1.png 404 (Not Found)
GET http://data.iutahepscor.org/mdf/static/mdfserver/img/epscor_logo.jpg 404 (Not Found)
GET http://repository.iutahepscor.org/api/storage/metadata/2016-08-10T17:56:58.717Z/iutah-gamut-pr-wd-usgs-rawdata-2016.csv 500 (Internal Server Error)
pkdash commented 8 years ago

Upload should be working now.

fryarludwig commented 8 years ago

Upload is working now, thanks!