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

Create ticket(s) for importer errors #127

Closed
bkiahstroud opened this issue Mar 11, 2024 · 2 comments
Closed

Create ticket(s) for importer errors #127

bkiahstroud opened this issue Mar 11, 2024 · 2 comments
Assignees

Comments

@bkiahstroud
Copy link

bkiahstroud commented Mar 11, 2024

Some importers are failing with errors. We should create a ticket for each unique error and list all the importer IDs that the error is seen on.

For the tickets that look like they are failing because of XML formatting, share with Drew. He will fix them.

@bkiahstroud bkiahstroud self-assigned this Mar 11, 2024
@bkiahstroud
Copy link
Author

bkiahstroud commented Mar 21, 2024

Errors

Batch 1

IDs: [152, 165, 187, 193, 208, 228, 265, 268, 270, 275, 304, 305, 314, 315]

Error: undefined method 'xpath' for nil:NilClass

Batch 2

IDs: [92, 117, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289]

Error: FATAL: PCDATA invalid Char value 11

Batch 3

IDs: [302, 303, 306, 318]

Error: MISCONF Errors writing to the AOF file: No space left on device

Investigation Details

imps = Bulkrax::Importer.where('name LIKE ?', 'AMS1Importer_%').order(:id)
failed_imps = imps.select { |imp| imp.latest_status.status_message == 'Failed' };nil

@bkiahstroud bkiahstroud moved this to In Development in AMS / GBH Mar 21, 2024
@github-project-automation github-project-automation bot moved this from In Development to Done in AMS / GBH Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant