Coder Social home page Coder Social logo

Comments (4)

geerlingguy avatar geerlingguy commented on July 21, 2024

I'm not able to reproduce this issue on VMware Fusion or VirtualBox; it sounds like there could be an issue with one of the following:

  • Version of Ansible (see ansible/ansible#7606) - are you on 2.0.1?
  • Connectivity with the server from where Solr is downloaded (http://archive.apache.org/dist); either the site was down temporarily (it's working for me now), or it's blocked from your location.

If it's the latter issue, you may be able to work around it by using a different Solr mirror (solr_mirror in config.yml). See: http://www.apache.org/dyn/closer.lua/lucene/solr/5.5.0

from ansible-role-solr.

kynetiv avatar kynetiv commented on July 21, 2024

I am running 2.0.1 of ansible
I've tried different mirrors, my connection over wifi, ethernet, with and without vpn. still no go for me.

I think I did notice a typo in tasks/main.yml (note the quote placements)

"solr_filename=solr-{{ solr_version }}"
should be
solr_filename="solr-{{ solr_version }}"

...although still I tried installing the 3.x version which doesn't have the typo and it fails me. For now i think I'll try and put it there manually but I'll update this thread if I figure out why for me it doesn't download. Thanks for the suggestions!

from ansible-role-solr.

geerlingguy avatar geerlingguy commented on July 21, 2024

Hmm... that typo could lead to an issue depending on the version installed. I was using 4.x.

from ansible-role-solr.

geerlingguy avatar geerlingguy commented on July 21, 2024

The role has been rearchitected a bit, and the filename should be set correctly in all cases now—I'm making sure to add tests for 3.x, 4.x, and 5.x (more to come, on different platforms as well). Thanks for reporting the issue, hopefully it doesn't come up again!

from ansible-role-solr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.