Since the error is coming from the indexer calling JSONModel_client, which fetches data from the backend API, you should be able to identify which record is causing the fail by accessing from the backend API with scripts/curl_as
I'm guessing that the archival_objects logged in that first line of your log file extract are the ones that completed successfully. So since it's indexing in numerical order, you can try /repositories/7/archival_objects/182770 and above. If you get an error from the backend, you can at least locate the record that's the source of the problem, but if you don't get JSON output from the backend, you may have to look at that record in MySQL or using 'pry' or 'rib' in the backend. If you don't get an error, then it may be from the JSONModel trying to resolve subordinate records and you may have to try accessing children. -- Steve Majewski / UVA Alderman Library ________________________________ From: [email protected] <[email protected]> on behalf of Jason Loeffler <[email protected]> Sent: Wednesday, September 27, 2017 5:08:35 PM To: Archivesspace Users Group Subject: [Archivesspace_Users_Group] Looping indexer of death I'm again seeing what I've dubbed the looping indexer of death. Solr indexer progresses through a repository, emits an opaque error, then bails out and starts from the top of the queue. Gist of log output here<https://gist.githubusercontent.com/jasloe/7dc882b3ac860284586b033aa681a8ed/raw/329342a1db8e9acffd53a39b5849cbbccac80567/looping_indexer_of_death.txt>. May or may not be related to: https://archivesspace.atlassian.net/browse/ANW-220 Checked the database and didn't catch any orphaned records. Ideas? -- Jason Loeffler Technology Consultant | The American Academy in Rome Minor Science | Application Development & Metadata Strategy Brooklyn, New York [email protected]<mailto:[email protected]> (347) 405-0826 minorscience (Skype)
_______________________________________________ Archivesspace_Users_Group mailing list [email protected] http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group
