-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swapped out wodby Solr image with official solr. Still getting error … #75
Swapped out wodby Solr image with official solr. Still getting error … #75
Conversation
…in Drupal Status though. Further testing and perhaps config change required.
Unfortunately I'm a bit stuck with this error on the Drupal Status page: After pulling this image settings apart, diffing and reviewing the following Solr settings (schema.xml, solrconfig.xml, stopwords etc) I can report the following: I can get this image / container to boot, create a new This also required me to Additional facts.
|
@@ -15,7 +15,7 @@ drupal_init: | |||
./scripts/drupal/init.sh --codebase $(isle_codebase) | |||
|
|||
solr_init: | |||
./scripts/solr/create-core.sh | |||
chown -Rv 8983:8983 config/solr/islandora_solr_conf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You've got a whitespace error that's actually preventing make from understanding your solr_init command. You actually need a tab here and not whitespace.
I've managed to hit this, which seems to be preventing it from staying up:
You run into that? |
@nikathone I think the question is if this can be fixed, should we move away from using wodby as the Solr image? (I've put you on this for both images to see what it reveals) |
…in Drupal Status though. Further testing and perhaps config change required.