The default configuration that is created when installing the apachesol module assumes that Solr will be accessible at http://localhost:8983/solr.

Generally this would not be an issue as one would just modify or delete the default. In our case we have 3 configurations defined and featurized, so we do not use the default. We are also using build scripts to build our sites. At build time the module tries to use the default config which results in errors in our build logs which we would rather not have.

On the off-chance it can help anyone else, I will attach a patch that removes the relevant code from apachesolr_install().

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rubberband created an issue. See original summary.

rubberband’s picture