Re: [Dspace-tech] SOLR Configuration Problem

2011-07-25 Thread Jason B .
Not as of yet.  Our new build (on Ubuntu Server) seemed to work with no
issues.  It may have something to do with how FreeBSD handles requests
to the SOLR webapp from localhost?

We didn't find any sysctl, firewall or TomCat settings that would have
interfered, so we figured it was something with either Java or SOLR
itself on FreeBSD.  If you find out anything we would love to know! 

What OS are you using if I may ask?

On Mon, 2011-07-25 at 10:18 -0400, barries wrote:
 Hi Jason
 
 We seem to be having the same issue. Did you manage to get it working yet?
 
 --
 View this message in context: 
 http://dspace.2283337.n4.nabble.com/SOLR-Configuration-Problem-tp3614024p3692916.html
 Sent from the DSpace - Tech mailing list archive at Nabble.com.
 
 --
 Storage Efficiency Calculator
 This modeling tool is based on patent-pending intellectual property that
 has been used successfully in hundreds of IBM storage optimization engage-
 ments, worldwide.  Store less, Store more with what you own, Move data to 
 the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech



--
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] SOLR Configuration Problem

2011-06-21 Thread Jason B .
Hello,

  I have deployed SOLR and _seem_ to have configured it correctly, it
responds when visiting http://localhost:8180/solr/  with two links:
SOLR and SOLR Admin.  Clicking on the SOLR Admin link returns a 404 HTTP
error.  In fact, any URI past /solr/* returns a 404.

This error is also revealed when clicking on a community, but no other
pages.  The /statistics-home URI also does not generate the body, but
also does not produce an error.  Probably because I haven't updated the
indexes yet, due to the same error stopping the dspace index-update
command from running.

I saw this thread:
http://dspace.2283337.n4.nabble.com/Dspace-tech-Dspace-discovery-solr-td3277819.html

...which dominates any search on the issue...same symptoms, but I have
it configured correctly(?).  Here's a rundown of my configuration, let
me know if anything else will help, thanks in advance:

---
/usr/local/dspace/conf/dspace.cfg:
---
solr.log.server = http://127.0.0.1:8180/solr/statistics
solr.dbfile = ${dspace.dir}/config/GeoLiteCity.dat
solr.resolver.timeout = 200
statistics.item.authorization.admin=false
solr.statistics.logBots = true
solr.statistics.query.filter.spiderIp = true
solr.statistics.query.filter.isBot = true
solr.spiderips.urls = http://iplists.com/google.txt, \
  http://iplists.com/inktomi.txt, \
  http://iplists.com/lycos.txt, \
  http://iplists.com/infoseek.txt, \
  http://iplists.com/altavista.txt, \
  http://iplists.com/excite.txt, \
  http://iplists.com/misc.txt, \
  http://iplists.com/non_engines.txt

---
/usr/local/tomcat5.5/conf/server.xml:
---
Context path=/solr  docBase=/dspace/webapps/solr
allowLinking=true/

---
/usr/local/dspace/config/dspace-solr-search.cfg
---

solr.search.server = http://127.0.0.1:8180/solr/search





--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech