cmbi / mrs

Maarten's Retrieval Service
Boost Software License 1.0
0 stars 3 forks source link

Error loading databank #48

Closed jonblack closed 7 years ago

jonblack commented 7 years ago

The logs often contain messages about being unable to load databanks:

[09/Nov/2016:19:15:57 UTC] Restarting services...Error loading databank embl
 >> Invalid page number
Error loading databank oxford
 >> Invalid page number
Error loading databank pfamb
 >> Invalid page number
Error loading databank pmc
 >> Invalid page number
cbaakman commented 7 years ago

This seems to occur only with databanks that have been interrupted while building. So to get rid of these messages, we have to make each build run finish at least once, so that we have a completely indexed set with no zero page numbers in it.

Databank build could have been interrupted by internal errors, full disks or the machine running out of memory.

I will try to get the databanks embl, oxford, pfamb and pmc built. Otherwise, we need to remove them from MRS.

cbaakman commented 7 years ago

https://github.com/cbaakman/mrs/commit/b05caa15fb81e122f9f83d1ba8dd78f0b2002bce disables two unbuildable databanks, pmc has now been built. We're still waiting for embl to complete building. Once that's done, I expect no more of the "Invalid page number" error.