Closed silvian-io closed 2 years ago
I have the same problem.
Yes, indeed. Thanks for the report. I'm looking into a fix!
In the meantime, you can always chmod and chown the folders.
You need to set right permission: sudo chown 8983:8983 ./data/solr Then you must delete docintel-dev-solr container and run again "run.sh".
It works for me!
Yes, exactly. I'm no expert in docker but docker will mount the volume while respecting the permission of the host.
Now I'm getting a different error,
"Core 'document' already exists!"
Hi
Same here... 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...
While running
the docker container fails with:
Ran both root and non root.