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.
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.
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.
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.