Question about the message Indexing failed. Rolled back all changes

2011-03-28 Thread Firdous Ali
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=status0/int int name=QTime0/int /lst − lst

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

2011-03-28 Thread Gora Mohanty
On Mon, Mar 28, 2011 at 3:59 PM, Firdous Ali firdous.al...@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

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

2009-12-07 Thread yountod
That was it! Thank you for the tip. To clarify for other beginners: Create a blank file called dataimport.properties in your conf directory and don't forget to make sure the system has write access to it. Lance Norskog-2 wrote: This is definitely a bug. Please open a JIRA issue for

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

2009-11-23 Thread Lance Norskog
This is definitely a bug. Please open a JIRA issue for this. On Sat, Nov 21, 2009 at 10:53 AM, Bertie Shen bertie.s...@gmail.com wrote: Hey,  I figured out why we always we have see str name=Indexing failed. Rolled back all changes./str.  It is because we need a dataimport.properties file at

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

2009-11-21 Thread Bertie Shen
Hey, I figured out why we always we have see str name=Indexing failed. Rolled back all changes./str. It is because we need a dataimport.properties file at conf/, into which indexing will write a last indexing time. Without that file, SolrWriter.java will put throw an exception and Solr will

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

2009-11-13 Thread yountod
I'm getting the same thing. The process runs, seemingly successfully, and I can even go to other SOLR pages pointing to the same server and pull queries against the index with these just-added entires. But the response to the original import says failed and rollback both through the XML

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

2009-11-13 Thread yountod
The process initially completes with: str name=Full Dump Started2009-11-13 09:40:46/str str name=Indexing completed. Added/Updated: 20 documents. Deleted 0 documents./str ...but then it fails with: str name=Full Dump Started2009-11-13 09:40:46/str str name=Indexing failed.

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

2009-11-10 Thread Bertie Shen
No. I did not check the logs. But even after I successfully index data using http://host:port/solr-example/dataimport?command=full-importcommit=trueclean=true, do solr search which returns meaningful results, and then visit http://host:port/solr-example/dataimport?command=status, I can see the

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

2009-11-10 Thread Avlesh Singh
But even after I successfully index data using http://host:port/solr-example/dataimport?command=full-importcommit=trueclean=true, do solr search which returns meaningful results I am not sure what meaningful means. The full-import command starts an asynchronous process to start re-indexing.

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

2009-11-09 Thread Shalin Shekhar Mangar
On Sat, Nov 7, 2009 at 1:10 PM, Bertie Shen bertie.s...@gmail.com wrote: When I use http://localhost:8180/solr/admin/dataimport.jsp?handler=/dataimport to debug the indexing config file, I always see the status message on the right part str name=Indexing failed. Rolled back all

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

2009-11-06 Thread Bertie Shen
Hi, When I use http://localhost:8180/solr/admin/dataimport.jsp?handler=/dataimport to debug the indexing config file, I always see the status message on the right part str name=Indexing failed. Rolled back all changes./str, even the indexing process looks to be successful. I am not sure whether