hashbangcode / vlad

Vlad - Vagrant LAMP Ansible Drupal
173 stars 53 forks source link

Apache solr does not work out of the box. #108

Closed pachabhaiya closed 9 years ago

pachabhaiya commented 10 years ago

After successful installation of the VLAD, everything is working fine for me except apache solr.

In the settings file, I enabled the solr installation as (solr_install: "y").

When the installation process is complete and I go to this URL, http://drupal.local:8081/solr Then, I get some "HTTP Status 404" error message. The default solr page doesnot open. Screenshot of error message attached. apache_solr_error

Solutions that worked for me. -> Removed "/home/vagrant/slf4j-1.7.7/jcl-over-slf4j-1.7.7.jar" -> Removed "/usr/share/tomcat6/lib/jcl-over-slf4j-1.7.7.jar" -> Restart tomcat.

That above solutions worked fine for me.

philipnorton42 commented 9 years ago

This change (to remove the slf4j file) is now present in the dev version.