Re: full-import failed after 5 hours with Exception: ORA-01555: snapshot too old: rollback segment number with name "" too small ORA-22924: snapshot too old

2013-07-01 Thread Michael Della Bitta
-9]+?\]|\[youtube > > .+?\]', '') as BODY, aa.PUBLISHED_DATE, aa.MODIFIED_DATE, aa.DATELINE, > > aa.REPORTER_NAME, aa.TICKER_CODES,aa.ADVERTORIAL_CONTENT from jan_story > > aa,mapp bb where aa.id=bb.keystring1" cacheKey="DID" > > cacheLookup="par8-article-testingprod.VCMID" > > processor="CachedSqlEntityProcessor" > > > > >

Re: full-import failed after 5 hours with Exception: ORA-01555: snapshot too old: rollback segment number with name "" too small ORA-22924: snapshot too old

2013-06-28 Thread Otis Gospodnetic
aa.ADVERTORIAL_CONTENT from jan_story > aa,mapp bb where aa.id=bb.keystring1" cacheKey="DID" > cacheLookup="par8-article-testingprod.VCMID" > processor="CachedSqlEntityProcessor" > > > > > > > > > >

full-import failed after 5 hours with Exception: ORA-01555: snapshot too old: rollback segment number with name "" too small ORA-22924: snapshot too old

2013-06-27 Thread srinalluri
View this message in context: http://lucene.472066.n3.nabble.com/full-import-failed-after-5-hours-with-Exception-ORA-01555-snapshot-too-old-rollback-segment-number-wd-tp4073822.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Full Import failed

2010-05-28 Thread Chris Hostetter
: I am just using the sor.war file that came with the Solr 1.4 download on : weblogic. : did not add any jar or remove any jar i'm not sure what to tell you then -- somehow you have another copy of some classes in your classpath. did you copy the solr.war on top of an older solr.war? is it pos

Re: Full Import failed

2010-05-25 Thread Mohamed Parvez
I am just using the sor.war file that came with the Solr 1.4 download on weblogic. did not add any jar or remove any jar On Tue, May 25, 2010 at 9:54 PM, Chris Hostetter wrote: > > : yes i am running 1.5, Any idea how we can run Solr 1.4 using Java 1.5 > > Solr 1.4 works just fine with Java 1.5

Re: Full Import failed

2010-05-25 Thread Chris Hostetter
: yes i am running 1.5, Any idea how we can run Solr 1.4 using Java 1.5 Solr 1.4 works just fine with Java 1.5 -- even when Using the DataImportHandler. there are some features of DIH like the ScriptTransformer that requires java 1.6, but that's not your issue... : > Last I encountered that

Re: Full Import failed

2010-05-21 Thread Paul Libbrecht
/Regards, Parvez On Fri, May 21, 2010 at 4:17 PM, Paul Libbrecht wrote: Last I encountered that exception was with the usage of String.isEmpty which is a 1.6 novelty. Can it be you've been running 1.5? paul Le 21-mai-10 à 22:44, Mohamed Parvez a écrit : SEVERE: Full Import f

Re: Full Import failed

2010-05-21 Thread Mohamed Parvez
en running 1.5? > > paul > > > Le 21-mai-10 à 22:44, Mohamed Parvez a écrit : > > > SEVERE: Full Import failed >> org.apache.solr.handler.dataimport.DataImportHandlerException: >> java.lang.NoSuchMethodError: isEmpty >> at >> >> org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:424) >> > >

Re: Full Import failed

2010-05-21 Thread Paul Libbrecht
Last I encountered that exception was with the usage of String.isEmpty which is a 1.6 novelty. Can it be you've been running 1.5? paul Le 21-mai-10 à 22:44, Mohamed Parvez a écrit : SEVERE: Full Import failed org.apache.solr.handler.dataimport.DataImportHandlerExce

Full Import failed

2010-05-21 Thread Mohamed Parvez
I am getting this error, any hint as where i should look SEVERE: Full Import failed org.apache.solr.handler.dataimport.DataImportHandlerException: java.lang.NoSuchMethodError: isEmpty at org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:424) at