-
Notifications
You must be signed in to change notification settings - Fork 1
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
Problem: Pointer files are not being saved in 1.9.1 when the storage service is on a different VM #599
Comments
The code in the storage service that determines whether or not a pointer file is created looks like this:
The code can determine that we are looking at the AIP, but at the time of checking it cannot determine whether it is a file The reason the storage service cannot check whether this is a file is that the file is still on the dashboard's server. We can see the path in the logging output: The storage service does not contain this location: root@ss191bionic:/# find * | grep currentlyProcessing
root@ss191bionic:/# where it does exist in the Dashboard:
If a pointer file is stored it should end up here (for the package above): Questions and solutionsQuestions
root@ss191bionic:/var/archivematica/sharedDirectory# pwd
/var/archivematica/sharedDirectory
Possible solutionsFirst, it seems this is unlikely to be a regression. So we should ask if this should be fixed for Depending also on some of the answers above then the most likely solution seems:
NB There are a lot of moving parts in the Additionally: If we can create pointer files for this type of deployment we can resolve part of the issue in the original ticket: #594 |
From @jhsimpson in Slack:
|
Fixes
|
I can now download a pointer file from the dashboard which I assume means this is working! |
Deffo! 🎆 |
Added to release notes |
Expected behaviour
After storing a compressed AIP I can download a pointer file from the server.
Current behaviour
A 404 error occurs.
Steps to reproduce
Store a compressed AIP on the bionic server and try to download the pointer.
Your environment (version of Archivematica, OS version, etc)
AM19 Bionic.
Additional context
Related to #594
For Artefactual use:
Please make sure these steps are taken before moving this issue from Review to Verified in Waffle:
The text was updated successfully, but these errors were encountered: