Return-Path: Delivered-To: apmail-uima-user-archive@www.apache.org Received: (qmail 61026 invoked from network); 12 May 2010 17:58:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 May 2010 17:58:43 -0000 Received: (qmail 60174 invoked by uid 500); 12 May 2010 17:58:43 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 60147 invoked by uid 500); 12 May 2010 17:58:43 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 60139 invoked by uid 99); 12 May 2010 17:58:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 May 2010 17:58:43 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lally.adam@gmail.com designates 74.125.83.47 as permitted sender) Received: from [74.125.83.47] (HELO mail-gw0-f47.google.com) (74.125.83.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 May 2010 17:58:35 +0000 Received: by gwj15 with SMTP id 15so150786gwj.6 for ; Wed, 12 May 2010 10:58:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=GKzNLL7Itha7eFLjRIUePMFWkZweCojBwHAsO1SPvQE=; b=dF7tE5Wp64teTSBta7SnA/rXbQyA8MeQRzzJzAVO+WCZEnW+0mqvwlMw1mOtBnQDoZ 9XWYZQ5q2mnp2ArWEsMerILF7p4iaK/YQtH+1Tzm+mOwGld+oOvErgYx08U59MCrs9+N ZeCar0omvgVTbQcJRWW6FDGKY6ZS6OLB1jWXk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=Ha7qpgF3qNsuoUMPSxoWv5jE/2bk4A7IXreSi6kx7i94SQFecyTOgInAIe3SXE6vkr PmvHDHRO2o1UhqOFt0rE/KTtxf7OImXIUJpROS86sXm4zifEYyCNXPWf10IhL/8cfE+T lpS4bnsB+s8lwabHdp/rtNpUJN6Nd5qIt61qY= MIME-Version: 1.0 Received: by 10.91.25.17 with SMTP id c17mr3120451agj.172.1273687094198; Wed, 12 May 2010 10:58:14 -0700 (PDT) Sender: lally.adam@gmail.com Received: by 10.90.102.7 with HTTP; Wed, 12 May 2010 10:58:13 -0700 (PDT) In-Reply-To: References: Date: Wed, 12 May 2010 13:58:13 -0400 X-Google-Sender-Auth: aS7Sc85PqUtv6t4h3zB2V9KAa4Y Message-ID: Subject: Re: UIMA stops suddenly From: Adam Lally To: user@uima.apache.org Content-Type: multipart/alternative; boundary=001485f7941cce0337048669622e X-Virus-Checked: Checked by ClamAV on apache.org --001485f7941cce0337048669622e Content-Type: text/plain; charset=ISO-8859-1 On Wed, May 12, 2010 at 1:35 PM, Eddie Epstein wrote: > It is possible that the user's annotator code is hanging. Either add > code to trace the annotator entry and exit, or turn on UIMA logging at > level FINE to see what the last thing being done is. > > Eddie > > On Wed, May 12, 2010 at 5:41 AM, Radwen Aniba wrote: > > Hi everybodey, > > > > I developped an application using UIMA and while running it on a big set > of > > documents which takes some time to process, UIMA suddenly stops without > any > > error message or warning > > > > Is there anything I can do to know where the problem occur ? > > > > Thanks for help > > > > Rad > > > > -- > > > There's a convenient utility called jstack that comes with Java that lets you examine the stack track of any running process. See http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jstack.html By looking at the stack traces you should be able to tell if any of them are hung inside annotator code. -Adam --001485f7941cce0337048669622e--