errors in logs?

4 views
Skip to first unread message

Jonathan Rochkind

unread,
Feb 14, 2012, 12:27:46 PM2/14/12
to solrma...@googlegroups.com
I'm seeing these errors in my SolrMarc logs when running a mass reindex.
Any ideas?

Last bib number encountered: 4100865
ERROR [main] (MarcImporter.java:369) - Error indexing record: null -- Bad Request

Last bib number encountered: 4101286
ERROR [main] (MarcImporter.java:369) - Error indexing record: null -- Bad Request

Last bib number encountered: 4101289
ERROR [main] (MarcImporter.java:369) - Error indexing record: null -- Bad Request

Last bib number encountered: 4101293
ERROR [main] (MarcImporter.java:369) - Error indexing record: null -- Bad Request

Last bib number encountered: 4101297
ERROR [main] (MarcImporter.java:369) - Error indexing record: null -- Bad Request

Last bib number encountered: 4100891
ERROR [main] (MarcImporter.java:369) - Error indexing record: null -- Bad Request

Last bib number encountered: 4101481
ERROR [main] (MarcImporter.java:369) - Error indexing record: null -- Bad Request

Last bib number encountered: 4099536
ERROR [main] (MarcImporter.java:369) - Error indexing record: null -- Bad Request

Last bib number encountered: 4100787
ERROR [main] (MarcImporter.java:369) - Error indexing record: null -- Bad Request

Last bib number encountered: 4100787
ERROR [main] (MarcImporter.java:369) - Error indexing record: null -- Bad Request

Last bib number encountered: 4100787
ERROR [main] (MarcImporter.java:369) - Error indexing record: null -- Bad Request


Robert Haschart

unread,
Feb 14, 2012, 1:31:08 PM2/14/12
to solrma...@googlegroups.com
These seem to be indicating that it found a record from which it could
not find an 'id'.
If the id numbers are coming from the usual place (the 001 field) then
these records likely do not have an 001 field.

If you have the scripts that come with Solrmarc installed, you can find
and print the records without an 001 field with this command:

cat marc_records_file.mrc | filterrecords -001 | printrecord

-Bob Haschart

Jonathan Rochkind

unread,
Feb 14, 2012, 3:57:44 PM2/14/12
to solrma...@googlegroups.com, Robert Haschart
Thanks! Yep, that's what it was. Some error in my marc exporting routine
from my ils is failing to add an 001 to certain weird corrupt records.
sigh.
Reply all
Reply to author
Forward
0 new messages