You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been frequently getting errors like the following when we are performing CSV imports with bulkrax 6.0.1 and hyrax 4. It appears to be related to setting properties on the FileSet object typically:
As far as i can tell it doesn't cause the import to fail, and the files still get attached/ingested, we only had one case where the files failed to attach and I'm not sure if it was related or not. I see similar issues with IngestJob and CreateDerivativesJob. The errors do not happen directly in bulkrax, so it's possible it not directly related to bulkrax, but the errors only seem to happen with objects created with bulkrax.
The text was updated successfully, but these errors were encountered:
We had this happen again (it happens reliably when we do large bulkrax imports), but in this case it caused an incomplete fedora object to be created. The work and fileset were created, but the fileset did not end up in the ListSource object in fedora (for tracking member order), which caused the show work page to throw a 500 because one of the filesets in the work was being given a Work presenter instead of a Fileset presenter.
I'm guessing this may be a Hyrax/activefedora issue rather than bulkrax specifically, but it only occurs for us when using bulkrax since that is how we ingest sets of hundreds of works at once. So I may post the issue over there to see if they have thoughts.
In this case, the error occurs deep in the stack originating from this line, which explains how the FileSet failed to add to the list of ordered members. In the cases where it didn't cause noticeable problems it failed on other lines, like line 80 in the same file.
We have been frequently getting errors like the following when we are performing CSV imports with bulkrax 6.0.1 and hyrax 4. It appears to be related to setting properties on the FileSet object typically:
It's not consistent what property it is attempting to modify:
As far as i can tell it doesn't cause the import to fail, and the files still get attached/ingested, we only had one case where the files failed to attach and I'm not sure if it was related or not. I see similar issues with IngestJob and CreateDerivativesJob. The errors do not happen directly in bulkrax, so it's possible it not directly related to bulkrax, but the errors only seem to happen with objects created with bulkrax.
The text was updated successfully, but these errors were encountered: