On Sun, Apr 13, 2008 at 5:24 PM, Steven Bethard <[EMAIL PROTECTED]>
wrote:

> Well, it's clearly recursing on java.util.regex.Pattern. But I don't
> know who is using Pattern or where.


Oh yeah, even I can see that now :)


>
> I don't see any uima.log file generated anywhere. I'm running this
> through Eclipse, and I tried setting the UIMA_HOME variable, supplying
> -Djava.util.logging.config.file=myfile as a VM argument, and a few
> other things, but I've never seen any logging output except that
> printed to the console (as I showed in my last email). Is there
> something else I have to do in Eclipse to get a log file?
>

Make sure that -Djava.util.logging.config.file points at a valid
configuration file; for example, using $UIMA_HOME/config/Logger.properties,
uncomment the last line and change it from
# org.apache.uima.level = ALL
to
org.apache.uima.level = FINE

That should give you a uima.log in the working directory specified by the
eclipse run configuration.

Eddie

Reply via email to