*StackOverflowError *is "thrown when a stack overflow occurs because an application recurses too deeply." Maybe the exception catcher is looping. Check in uima.log file for the run. If there is none, make sure UIMA_HOME is defined, and if still no log, modify $UIMA_HOME/config/Logger.properties to get more logging; try Fine or Finest.
On Sun, Apr 13, 2008 at 12:06 PM, Steven Bethard <[EMAIL PROTECTED]> wrote: > So my CPE is dying with a "java.lang.StackOverflowError" dialog and > the following message printed to the console: > > Apr 13, 2008 9:58:31 AM > org.apache.uima.collection.impl.cpm.engine.CPMThreadGroup process > SEVERE: The CPM thread group caught the following unhandled error: > java.lang.StackOverflowError (Thread Name: [Procesing Pipeline#1 > Thread]::) > java.lang.StackOverflowError > at java.util.regex.Pattern$Curly.match1(Pattern.java:4258) > at java.util.regex.Pattern$Curly.match(Pattern.java:4207) > at java.util.regex.Pattern$GroupHead.match(Pattern.java:4578) > at java.util.regex.Pattern$Loop.match(Pattern.java:4705) > at java.util.regex.Pattern$GroupTail.match(Pattern.java:4637) > at java.util.regex.Pattern$GroupTail.match(Pattern.java:4637) > at java.util.regex.Pattern$Single.match(Pattern.java:3314) > 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$Curly.match1(Pattern.java:4258) > ... > at java.util.regex.Pattern$Single.match(Pattern.java:3314) > > Anyone know how to diagnose this problem? I can't see a reference to > any of my files, or even something in UIMA. (I looked at the > CPMThreadGroup class, but that doesn't seem to do much other than > handle caught exceptions.) > > Steve > -- > I'm not *in*-sane. Indeed, I am so far *out* of sane that you appear a > tiny blip on the distant coast of sanity. > --- Bucky Katt, Get Fuzzy >
