Re: snapshooter no go

2007-06-29 Thread Chris Hostetter
: Hoss, I think the example solrconfig.xml does document a default dir value: : : dir - dir to use as the current working directory. default=. exactly ... the message i was replying to suggested that the default value was solr/bin ... i just wanted to clarify that is not the default, that's just

RE: snapshooter no go

2007-06-28 Thread Xuesong Luo
I got another problem: solr is able to find snapshooter but didn't generate any snapshot files after I updated the index. I checked the log, everything looks fine, then I run snapshooter from command line. It failed because solaris doesn't support -l option when using cp command. I'm trying to

RE: snapshooter no go

2007-06-28 Thread Xuesong Luo
Just found I can use ln dir1/* dir2 to make hard link for all files in dir1 to dir2. -Original Message- From: Xuesong Luo Sent: Thursday, June 28, 2007 11:17 AM To: solr-user@lucene.apache.org Subject: RE: snapshooter no go I got another problem: solr is able to find snapshooter

Re: snapshooter no go

2007-06-28 Thread Otis Gospodnetic
: Chris Hostetter [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Wednesday, June 27, 2007 11:49:05 PM Subject: RE: snapshooter no go : I got similar problems, tried both default setting solr/bin and full : path /export/home/jboss/jboss-4.0.5.GA/bin/solr/bin, neither works. I'm : using 1.2

Re: snapshooter no go

2007-06-28 Thread Otis Gospodnetic
@lucene.apache.org Sent: Thursday, June 28, 2007 8:42:25 PM Subject: RE: snapshooter no go Just found I can use ln dir1/* dir2 to make hard link for all files in dir1 to dir2. -Original Message- From: Xuesong Luo Sent: Thursday, June 28, 2007 11:17 AM To: solr-user@lucene.apache.org

Re: snapshooter no go

2007-06-28 Thread Otis Gospodnetic
Sent: Thursday, June 28, 2007 8:17:14 PM Subject: RE: snapshooter no go I got another problem: solr is able to find snapshooter but didn't generate any snapshot files after I updated the index. I checked the log, everything looks fine, then I run snapshooter from command line. It failed because

Re: snapshooter no go

2007-06-28 Thread Otis Gospodnetic
[EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Friday, June 29, 2007 1:45:48 AM Subject: Re: snapshooter no go Hoss, I think the example solrconfig.xml does document a default dir value: dir - dir to use as the current working directory. default=. Otis

RE: snapshooter no go

2007-06-28 Thread Xuesong Luo
Subject: Re: snapshooter no go Maybe you can open an issue in JIRA with your solution, so Bill Au Co. can fix snappuller. Otis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Simpy -- http://www.simpy.com/ - Tag - Search - Share - Original Message From: Xuesong Luo [EMAIL

Re: snapshooter no go

2007-06-27 Thread Bill Au
I would also check ls -ld /foo/jetty-6.1.3 too. Bill On 6/27/07, Chris Hostetter [EMAIL PROTECTED] wrote: : Here is a puzzling one. I can't get Solr to invoke snaphooter properly. : Solr claims my snapshooter is not where I said it is: : : SEVERE: java.io.IOException: Cannot run program

Re: snapshooter no go

2007-06-27 Thread Otis Gospodnetic
Message From: Chris Hostetter [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Wednesday, June 27, 2007 7:20:28 AM Subject: Re: snapshooter no go : Here is a puzzling one. I can't get Solr to invoke snaphooter properly. : Solr claims my snapshooter is not where I said it is: : : SEVERE

RE: snapshooter no go

2007-06-27 Thread Xuesong Luo
I got similar problems, tried both default setting solr/bin and full path /export/home/jboss/jboss-4.0.5.GA/bin/solr/bin, neither works. I'm using 1.2. 2007-06-27 14:10:03,907 ERROR [STDERR] Jun 27, 2007 2:10:03 PM org.apache.solr.update.DirectUpdateHandler2 commit INFO: start

RE: snapshooter no go

2007-06-27 Thread Xuesong Luo
, 2007 2:49 PM To: solr-user@lucene.apache.org Subject: RE: snapshooter no go : I got similar problems, tried both default setting solr/bin and full : path /export/home/jboss/jboss-4.0.5.GA/bin/solr/bin, neither works. I'm : using 1.2. Did you try setting exe to ./snapshooter ? for the record

snapshooter no go

2007-06-26 Thread Otis Gospodnetic
Hi, Here is a puzzling one. I can't get Solr to invoke snaphooter properly. Solr claims my snapshooter is not where I said it is: SEVERE: java.io.IOException: Cannot run program snapshooter (in directory solr/bin): java.io.IOException: error=2, No such file or directory So I added some

Re: snapshooter no go

2007-06-26 Thread James liu
first try it? which system u use? if u use freebsd, just give up trying. it not fit for freebsd. 2007/6/27, Otis Gospodnetic [EMAIL PROTECTED]: Hi, Here is a puzzling one. I can't get Solr to invoke snaphooter properly. Solr claims my snapshooter is not where I said it is: SEVERE:

Re: snapshooter no go

2007-06-26 Thread Chris Hostetter
: Here is a puzzling one. I can't get Solr to invoke snaphooter properly. : Solr claims my snapshooter is not where I said it is: : : SEVERE: java.io.IOException: Cannot run program snapshooter (in : directory solr/bin): java.io.IOException: error=2, No such file or : directory off the top of