docintelapp / DocIntel

Open Source Platform for storing, organizing, and searching documents related to cyber threats
https://docintel.org
Other
157 stars 25 forks source link

Error while initial deployment of the SolR service #5

Closed AntoninHL closed 1 year ago

AntoninHL commented 2 years ago

Hi

Same problem as described in issue #2 Core document already exists...

📚 Configuring SolR
32645a692c6b19e85148924007a9b2e6b57bee047b7c9c9ad24b47a245d69b29
Wait for SolR to be up-and-running
WARNING: Using _default configset with data driven schema functionality. NOT RECOMMENDED for production use.
         To turn off: bin/solr config -c document -p 8983 -action set-user-property -property update.autoCreateFields -value false

ERROR: 
Core 'document' already exists!
Checked core existence using Core API command:
http://localhost:8983/solr/admin/cores?action=STATUS&core=document

And nothing listening on port 5005...

shannaniggans commented 2 years ago

you could try commenting out the line in run.sh - "docker exec -it docintel-dev-solr solr create_core -c document" ?

ancailliau commented 2 years ago

That specific error should have been avoided by the condition on line 96 of the run.sh. Can you confirm that you were using the latest version of the script?