Re: Indexing from DB connection issue

2009-05-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
all I can suggest is write a simple jdbc program and see if it works from that m/c( any privilege issue etc?) On Wed, May 27, 2009 at 7:15 PM, ahammad wrote: > > Hello, > > I tried your suggestion, and it still gives me the same error. > > I'd like to point out again that the same folder/config s

Re: Indexing from DB connection issue

2009-05-27 Thread ahammad
Hello, I tried your suggestion, and it still gives me the same error. I'd like to point out again that the same folder/config setup is running on my machine with no issues, but it gives me that stack trace in the logs on the server. When I do the full data import request through the browser, I

Re: Indexing from DB connection issue

2009-05-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
no need to rename . On Wed, May 27, 2009 at 6:50 PM, ahammad wrote: > > Would I need to rename it or refer to it somewhere? Or can I keep the > existing name (apache-solr-dataimporthandler-1.4-dev.jar)? > > Cheers > > > Noble Paul നോബിള്‍  नोब्ळ्-2 wrote: >> >> take the trunk dih.jar. use  winzip

Re: Indexing from DB connection issue

2009-05-27 Thread ahammad
Would I need to rename it or refer to it somewhere? Or can I keep the existing name (apache-solr-dataimporthandler-1.4-dev.jar)? Cheers Noble Paul നോബിള്‍ नोब्ळ्-2 wrote: > > take the trunk dih.jar. use winzip/winrar or any tool and just delete > all the files other than ClobTransformer.clas

Re: Indexing from DB connection issue

2009-05-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
take the trunk dih.jar. use winzip/winrar or any tool and just delete all the files other than ClobTransformer.class. put that jar into solr.home/lib On Wed, May 27, 2009 at 6:10 PM, ahammad wrote: > > Hmmm, that's probably a good idea...although it does not explain how my > current local setup

Re: Indexing from DB connection issue

2009-05-27 Thread ahammad
Hmmm, that's probably a good idea...although it does not explain how my current local setup works. Can you please explain how this is done? I am assuming that I need to add the class itself to the source of solr 1.3, and then compile the code, and take the new .war file and put it in Tomcat? If t

Re: Indexing from DB connection issue

2009-05-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
I guess it is better to copy the ClobTransformer.class alone and use the old Solr1.3 DIH On Tue, May 26, 2009 at 11:50 PM, ahammad wrote: > > I have an update: > > I played around with it some more and it seems like it's being caused by the > ClobTransformer. If I remove the 'clob="true"' fr

Re: Indexing from DB connection issue

2009-05-26 Thread ahammad
I have an update: I played around with it some more and it seems like it's being caused by the ClobTransformer. If I remove the 'clob="true"' from the field part in the data-config, it works fine. The Solr install is a multicore one. I placed the apache-solr-dataimporthandler-1.4-dev.jar from th

Re: Indexing from DB connection issue

2009-05-26 Thread ahammad
Hello Erik, Yes, the drivers are there. I forgot to mention, this DB indexing was working before on the server when the DB was using a different schema. The schema has changed, so I did all my testing on my local machine. When I saw that it worked fine, I put in the new connection string/user/p

Re: Indexing from DB connection issue

2009-05-26 Thread Erik Hatcher
Did you move the Oracle JDBC driver to the other machine also? Erik On May 26, 2009, at 11:37 AM, ahammad wrote: Hello all, I am tyring to index directly from an Oracle DB. This is what appears in the stack trace: SEVERE: Full Import failed org.apache.solr.handler.dataimport.Data