ncbo / bioportal-project

Serves to consolidate (in Zenhub) all public issues in BioPortal
BSD 2-Clause "Simplified" License
7 stars 5 forks source link

CL-SIMPLE: property indexing fails #293

Closed jvendetti closed 7 months ago

jvendetti commented 7 months ago

The CL-SIMPLE ontology has an "Error Indexed Properties" status. Attempting to reindex properties fails with a 500 error:

E, [2023-12-07T14:40:21.479726 #29542] ERROR -- : ["RSolr::Error::Http: RSolr::Error::Http - 500 Internal Server Error
Error: {
  \"responseHeader\":{
    \"status\":500,
    \"QTime\":2},
  \"error\":{
    \"msg\":\"/srv/solr/data/prop_search_core1/data/index/write.lock\",
    \"trace\":\"java.nio.file.NoSuchFileException: /srv/solr/data/prop_search_core1/data/index/write.lock\

The stack trace is quite large, so I've just entered a snippet. It's easily reproducible by executing the property index script:

[ncbo-deployer@ncbo-prd-app-31 ncbo_cron]$ bin/ncbo_ontology_property_index -o CL-SIMPLE
alexskr commented 7 months ago

fixed by restarting solr service