I noticed a few files elsewhere in the tree that were owned by dspace rather than the tomcat user, so I did a "chown -R" to change the entire tree back to tomcat. I don't know which file (or files) was causing the problem, but shortly after, the stats-log-importer stopped giving the Service Temporarily Unavailable, and I was able to import all of my logs into solr.
Eric On Thu, Oct 14, 2010 at 2:10 PM, Eric Luhrs <[email protected]> wrote: > Hi Stuart, > Sorry about that. I tried with and without the port specified in > config.cfg, and must have pasted conflicting info into my message. I > currently have solr.log.server = http://127.0.0.1:8080/solr/statistics > in config.cfg, and the same URL shows in importer errors. > > Eric > > On Thu, Oct 14, 2010 at 1:57 PM, Stuart Lewis <[email protected]> wrote: >> Hi Eric, >> >>> I can convert logs from 1.5.2 using stats-log-converter, but I get an >>> error from stats-log-importer. I can connect to >>> http://127.0.0.1:8080/solr using lynx, but nothing shows up on XMLUI >>> statistics page. >> >>>> From config.cfg: >>> >>> solr.log.server = http://127.0.0.1:8080/solr/statistics >>> >>> The error: >>> >>> request: http://127.0.0.1/solr/statistics/update?wt=javabin&version=2.2 >>> org.apache.solr.common.SolrException: Service Temporarily Unavailable >> >> That is strange - your dspace.cfg says to use port 8080, but the importer is >> not using that port. Could you update solr.log.server to use >> http://localhost:8080/solr/statistics instead, and see if the error reports >> that URL instead? If not, then there is second config file or >> solr.log.server somewhere which is upsetting the process. >> >> Thanks, >> >> >> Stuart Lewis >> IT Innovations Analyst and Developer >> Te Tumu Herenga The University of Auckland Library >> Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand >> Ph: +64 (0)9 373 7599 x81928 >> >> > ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

