You should maybe scan your db for bad data ...

This bit ...
at sun.nio.cs.UTF_8$Decoder.decodeLoop(UTF_8.java:324)
at java.nio.charset.CharsetDecoder.decode(CharsetDecoder.java:561)

Is probably happening on a specific record somewhere, in the query limit the id 
range and try to narrow down which one is throwing the decoder for a spin.

- Jon

On Apr 7, 2010, at 11:39 PM, Blargy wrote:

> 
> If it helps at all to mention, I manually updated the last_index_time in
> conf/dataimport.properties so I could select a smaller subset and the
> delta-import worked which leads me to believe there is nothing wrong with my
> DIH delta queries themselves. There must be something wrong with my dataset
> that ends up in this circular recursion?
> 
> Any thoughts?
> -- 
> View this message in context: 
> http://n3.nabble.com/Need-help-with-StackOverflowError-tp704451p705022.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to