OK, then your log is probably just coming out to the console. you can
start it as "java -jar start.jar > file.log 2>&1" and keep a permanent
record of the log if you're on windows....

Best
Erick

On Mon, May 9, 2011 at 7:32 AM, Rohit <ro...@in-rev.com> wrote:
> Hi Erick,
>
> Thats exactly how I am starting solr.
>
> Regards,
> Rohit
>
> -----Original Message-----
> From: Erick Erickson [mailto:erickerick...@gmail.com]
> Sent: 09 May 2011 16:57
> To: solr-user@lucene.apache.org
> Subject: Re: Total Documents Failed : How to find out why
>
> First you need to find your logs. That folder should not
> be empty regardless of whether DIH is working correctly
> or not.
>
> I'm assuming here that you're just doing the "java -jar star.jar"
> in the example directory, if this isn't the case how are you
> starting Solr/Jetty?
>
> Best
> Erick
>
> On Mon, May 9, 2011 at 3:26 AM, Rohit <ro...@in-rev.com> wrote:
>> Hi,
>>
>> I am running the solr index and post indexing I get these results, how can
> I
>> know which documents failed and why?
>>
>> <str name="Total Requests made to DataSource">1</str>
>> <str name="Total Rows Fetched">5170850</str>
>> <str name="Total Documents Skipped">0</str>
>> <str name="Full Dump Started">2011-05-08 23:40:09</str>
>> <str name="">Indexing completed. Added/Updated: 2972300 documents. Deleted
> 0
>> documents.</str>
>> <str name="Committed">2011-05-09 00:13:48</str>
>> <str name="Optimized">2011-05-09 00:13:48</str>
>> <str name="Total Documents Processed">2972300</str>
>> <str name="Total Documents Failed">2198550</str>
>> <str name="Time taken ">0:33:40.945</str>
>>
>> Running solr on jetty right now and the console shows no error, also "
>> \Solr\example\logs " folder is empty.
>>
>> Thanks,
>> Rohit
>>
>>
>>
>>
>
>

Reply via email to