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
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: − 0 0 − − /home/username/data-config.xml full-import debug idle Configuration Re-loaded su

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 thi

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 which indexing wi

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 mislea

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 09

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 resp

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-import&commit=true&clean=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-i

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-import&commit=true&clean=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-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., even the > indexing proces

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 have