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 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 except

Question about the message Indexing failed. Rolled back all changes

2011-03-28 Thread Firdous Ali
sucessfully − 0:0:0.0 0 0 0 0 2011-03-28 15:13:41 Indexing failed. Rolled back all changes. 2011-03-28 15:13:41 − This response format is experimental. It is likely to change in the future. Thanks in advance, Firdous

Indexing Failed rolled back

2011-01-25 Thread Dinesh
i did some research in schema DIH config file and i created my own DIH, i'm getting this error when i run − 0 0 − − try.xml full-import idle − 0:0:0.163 0 1 0 0 2011-01-25 13:56:48 Indexing failed. Rolled back all changes. 2011-01-25 13:56:48 − This response format is experim

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

2009-12-07 Thread yountod
A issue for this. > > On Sat, Nov 21, 2009 at 10:53 AM, Bertie Shen > wrote: >> Hey, >> >>  I figured out why we always we have see Indexing failed. >> Rolled back all changes..  It is because we need a >> dataimport.properties file at conf/, into which index

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 wrote: > Hey, > >  I figured out why we always we have see Indexing failed. > Rolled back all changes..  It is because we need a > dataimport.properties file at conf/, into

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 Indexing failed. Rolled back all changes.. 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 have this

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

2009-11-13 Thread yountod
The process initially completes with: 2009-11-13 09:40:46 Indexing completed. Added/Updated: 20 documents. Deleted 0 documents. ...but then it fails with: 2009-11-13 09:40:46 Indexing failed. Rolled back all changes. 2009-11-13 09:41:10 2009-11-13 09:41:10 2009-11-13

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

2009-11-13 Thread yountod
ong with the > process itself. > > and then visit http://host:port/solr-example/dataimport?command=status, I >> can see thefollowing result ... >> > The status URL is the one which tells you what is going on with the > process. > The message - "Indexing failed.

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

2009-11-10 Thread Avlesh Singh
mport?command=status, I > can see thefollowing result ... > The status URL is the one which tells you what is going on with the process. The message - "Indexing failed. Rolled back all changes" can come because of multiple reasons - missing database drivers, incorrect sql queries, runtime e

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

2009-11-10 Thread Bertie Shen
see the following result - 0 1 - - data-config.xml status idle - 0:2:11.426 584 1538 0 2009-11-09 23:54:41 *Indexing failed. Rolled back all changes.* 2009-11-09 23:54:42 2009-11-09 23:54:42 2009-11-09 23:54:42 - This response format is experimental. It is likely to change in the futur

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 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 > Indexing failed. Rolled back all changes., e

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 Indexing failed. Rolled back all changes., even the indexing process looks to be successful. I am not sure whether you guys