Jarn / collective.solr

9 stars 1 forks source link

solr.cfg points to nonexistent URL #21

Closed dthomas218 closed 11 years ago

dthomas218 commented 11 years ago

The instructions at https://pypi.python.org/pypi/collective.solr/3.1 show an extends: https://github.com/Jarn/collective.solr/raw/master/buildout/solr.cfg but this contains a nonexistent URL: http://mirror.softaculous.com/apache/lucene/solr/3.6.0/apache-solr-3.6.0.tgz The mirror does have a version 3.6.2, and two 4.x versions as well.

The error is not very helpful: IOError: ('http error', 404, 'Not Found', <httplib.HTTPMessage instance at 0x9c9ab0c>)

Can the extends file be updated?

tkimnguyen commented 11 years ago

In case you hadn't thought of it, you can visit the page https://github.com/Jarn/collective.solr/raw/master/buildout/solr.cfg and save it locally, in my case to a file named "modified_jarn_solr.cfg", and then in my solr.cfg instead of extending the original URL I extend the new file.

Then in the new file if I change the line

collective.recipe.solrinstance = 3.6

to

collective.recipe.solrinstance = 3.8

and change the line

url = http://mirror.softaculous.com/apache/lucene/solr/3.6.0/apache-solr-3.6.0.tgz

to

url = http://archive.apache.org/dist/lucene/solr/3.6.0/apache-solr-3.6.0.tgz

it seems to build ok.

dthomas218 commented 11 years ago

Thanks, Kim! It installed successfully.

Dan

From: T. Kim Nguyen [mailto:notifications@github.com] Sent: Thursday, May 16, 2013 6:08 AM To: Jarn/collective.solr Cc: Dan Thomas Subject: Re: [collective.solr] solr.cfg points to nonexistent URL (#21)

In case you hadn't thought of it, you can visit the page https://github.com/Jarn/collective.solr/raw/master/buildout/solr.cfg and save it locally, in my case to a file named "modified_jarn_solr.cfg", and then in my solr.cfg instead of extending the original URL I extend the new file.

Then in the new file if I change the line

collective.recipe.solrinstance = 3.6

to

collective.recipe.solrinstance = 3.8

and change the line

url = http://mirror.softaculous.com/apache/lucene/solr/3.6.0/apache-solr-3.6.0.tgz

to

url = http://archive.apache.org/dist/lucene/solr/3.6.0/apache-solr-3.6.0.tgz

it seems to build ok.

— Reply to this email directly or view it on GitHubhttps://github.com/Jarn/collective.solr/issues/21#issuecomment-17999685.

witsch commented 11 years ago

ftr, this was now also (finally) cleaned up in ffd5439931cce62555bf8342cd8e8536ba7ff702