If it is a normal exception it is logged with the number of document
where it failed and you can put it on debugger with start=<x-1>&rows=1

We do not catch a throwable or Error so it gets slipped through.

if you are adventurous enough wrap the RegexTranformer with your own
and apply that say transformer="my.ReegexWrapper" and catch a
throwable and print out the row.




On Thu, Oct 16, 2008 at 9:49 PM, Jon Baer <[EMAIL PROTECTED]> wrote:
> Is there a way to prevent this from occurring (or a way to nail down the doc
> which is causing it?):
>
> INFO: [news] webapp=/solr path=/admin/dataimport params={command=status}
> status=0 QTime=0
> Exception in thread "Thread-14" java.lang.StackOverflowError
>        at java.util.regex.Pattern$Single.match(Pattern.java:3313)
>        at java.util.regex.Pattern$LazyLoop.match(Pattern.java:4763)
>        at java.util.regex.Pattern$GroupTail.match(Pattern.java:4637)
>        at java.util.regex.Pattern$All.match(Pattern.java:4079)
>        at java.util.regex.Pattern$Branch.match(Pattern.java:4538)
>        at java.util.regex.Pattern$GroupHead.match(Pattern.java:4578)
>        at java.util.regex.Pattern$LazyLoop.match(Pattern.java:4767)
>        at java.util.regex.Pattern$GroupTail.match(Pattern.java:4637)
>        at java.util.regex.Pattern$All.match(Pattern.java:4079)
>        at java.util.regex.Pattern$Branch.match(Pattern.java:4538)
>        at java.util.regex.Pattern$GroupHead.match(Pattern.java:4578)
>        at java.util.regex.Pattern$LazyLoop.match(Pattern.java:4767)
>        at java.util.regex.Pattern$GroupTail.match(Pattern.java:4637)
>        at java.util.regex.Pattern$All.match(Pattern.java:4079)
>
> Thanks.
>
> - Jon
>
>



-- 
--Noble Paul

Reply via email to