Return-Path: X-Original-To: apmail-uima-user-archive@www.apache.org Delivered-To: apmail-uima-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0281510CD7 for ; Tue, 11 Mar 2014 17:24:33 +0000 (UTC) Received: (qmail 95985 invoked by uid 500); 11 Mar 2014 17:24:32 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 95957 invoked by uid 500); 11 Mar 2014 17:24:29 -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 95943 invoked by uid 99); 11 Mar 2014 17:24:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2014 17:24:27 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of uimaee@gmail.com designates 209.85.212.171 as permitted sender) Received: from [209.85.212.171] (HELO mail-wi0-f171.google.com) (209.85.212.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2014 17:24:20 +0000 Received: by mail-wi0-f171.google.com with SMTP id hn9so1243259wib.10 for ; Tue, 11 Mar 2014 10:24:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=hPKmfHJtXVO4TRdg5FINRMkBP7Use5Z0IKbwDrKkVyk=; b=Hdnx3qDjldnHJSbrUpnop4EKkUpLPe9Y9kXXiWa5iQ/BPyIYVFeeEhhxSygfHSfsDw 3E9U/zmgvs0+X+H9E6X0MugzftGtoPRN+dbXXEA/OBYCyIpiQu7NRrgkzdYEXA1SQP2k MPR/hbHEBSEVcqNe6z+0c4etpgdbDH0MERgGJ8VkyjtlZduEiT2W4H/o74dLPtLXOEYB Og4I7o62OxP1y4BirwV8qHmOZ5+bAKED9t4IzxjE4Zpvjd7Lc2TtYpBMg39elOeA4bCD N7b0dzK89KP4gdCcXdg/pw4bTPFP+z7ETXfqmaMFzgn9XBDrVjdBjp2tdYCKBDMdJyIA tHpw== MIME-Version: 1.0 X-Received: by 10.195.13.103 with SMTP id ex7mr37675271wjd.3.1394558639977; Tue, 11 Mar 2014 10:23:59 -0700 (PDT) Received: by 10.227.22.10 with HTTP; Tue, 11 Mar 2014 10:23:59 -0700 (PDT) In-Reply-To: References: Date: Tue, 11 Mar 2014 13:23:59 -0400 Message-ID: Subject: Re: JMS Send Failed. Check UIMA Log For Details. From: Jaroslaw Cwiklik To: user@uima.apache.org Content-Type: multipart/alternative; boundary=047d7bfceb1a5ab8cc04f457fc2b X-Virus-Checked: Checked by ClamAV on apache.org --047d7bfceb1a5ab8cc04f457fc2b Content-Type: text/plain; charset=ISO-8859-1 Each UIMA-AS service should produce uima.log. Is there another exception preceding org.apache.uima.aae.error.AsynchAEException: javax.jms.JMSException: JMS Send Failed. Check UIMA Log For Details. Looks like the service was unable to deliver an ACK message to the client. This ACK message is a confirmation that the service received a CAS for processing. For some reason the send fails. Usually, this happens when a client terminates with an outstanding CAS. Not sure if this is the case here. Jerry C On Tue, Mar 11, 2014 at 12:39 PM, Bai Shen wrote: > I'm getting the following error. I'm not sure which log it refers to when > it mentions the UIMA Log. My broker log doesn't have any errors and my > client only has AS timeout errors. Any suggestions? Thanks. > > org.apache.uima.aae.error.AsynchAEException: javax.jms.JMSException: JMS > Send Failed. Check UIMA Log For Details. > at > > org.apache.uima.adapter.jms.activemq.JmsOutputChannel.sendReply(JmsOutputChannel.java:861) > at > > org.apache.uima.adapter.jms.activemq.JmsInputChannel.onMessage(JmsInputChannel.java:638) > at > > org.springframework.jms.listener.AbstractMessageListenerContainer.doInvokeListener(AbstractMessageListenerContainer.java:535) > at > > org.springframework.jms.listener.AbstractMessageListenerContainer.invokeListener(AbstractMessageListenerContainer.java:495) > at > > org.springframework.jms.listener.AbstractMessageListenerContainer.doExecuteListener(AbstractMessageListenerContainer.java:467) > at > > org.springframework.jms.listener.AbstractPollingMessageListenerContainer.doReceiveAndExecute(AbstractPollingMessageListenerContainer.java:325) > at > > org.springframework.jms.listener.AbstractPollingMessageListenerContainer.receiveAndExecute(AbstractPollingMessageListenerContainer.java:263) > at > > org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.invokeListener(DefaultMessageListenerContainer.java:1058) > at > > org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.run(DefaultMessageListenerContainer.java:952) > at > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at > org.apache.uima.aae.UimaAsThreadFactory$1.run(UimaAsThreadFactory.java:118) > at java.lang.Thread.run(Thread.java:744) > Caused by: javax.jms.JMSException: JMS Send Failed. Check UIMA Log For > Details. > at > > org.apache.uima.adapter.jms.activemq.JmsOutputChannel.sendReply(JmsOutputChannel.java:846) > ... 12 more > --047d7bfceb1a5ab8cc04f457fc2b--