You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Firdous Ali <fi...@yahoo.com> on 2011/03/28 12:29:57 UTC

Question about the message Indexing failed. Rolled back all changes

Hi,
I m unable to index data, looks like the datasource is not even read by 
solr, even created an empty dataimport.properties file at /conf but the problem 
persists.

Following is the response text:
<response>
−
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">0</int>
</lst>
−
<lst name="initArgs">
−
<lst name="defaults">
<str name="config">/home/username/data-config.xml</str>
</lst>
</lst>
<str name="command">full-import</str>
<str name="mode">debug</str>
<null name="documents"/>
<str name="status">idle</str>
<str name="importResponse">Configuration Re-loaded sucessfully</str>
−
<lst name="statusMessages">
<str name="Time Elapsed">0:0:0.0</str>
<str name="Total Requests made to DataSource">0</str>
<str name="Total Rows Fetched">0</str>
<str name="Total Documents Processed">0</str>
<str name="Total Documents Skipped">0</str>
<str name="Full Dump Started">2011-03-28 15:13:41</str>
<str name="">Indexing failed. Rolled back all changes.</str>
<str name="Rolledback">2011-03-28 15:13:41</str>
</lst>
−
<str name="WARNING">
This response format is experimental.  It is likely to change in the future.
</str>
</response>

Thanks in advance,
Firdous


      

Re: Question about the message Indexing failed. Rolled back all changes

Posted by Gora Mohanty <go...@mimirtech.com>.
On Mon, Mar 28, 2011 at 3:59 PM, Firdous Ali <fi...@yahoo.com> wrote:
> Hi,
> I m unable to index data, looks like the datasource is not even read by
> solr, even created an empty dataimport.properties file at /conf but the problem
> persists.
[...]

Look at the Solr log files, which will probably have an exception
pointing to the source of the error. If needed, post a small excerpt
from the logs, showing details of the exception. Post this here, or
preferably on pastebin.com, and send us a link.

Regards,
Gora