From user-return-5709-apmail-uima-user-archive=uima.apache.org@uima.apache.org Tue Mar 11 17:27:13 2014 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 4736110CE1 for ; Tue, 11 Mar 2014 17:27:13 +0000 (UTC) Received: (qmail 99601 invoked by uid 500); 11 Mar 2014 17:27:12 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 99325 invoked by uid 500); 11 Mar 2014 17:27:11 -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 99317 invoked by uid 99); 11 Mar 2014 17:27:11 -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:27:11 +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 baishen.lists@gmail.com designates 209.85.128.180 as permitted sender) Received: from [209.85.128.180] (HELO mail-ve0-f180.google.com) (209.85.128.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2014 17:27:05 +0000 Received: by mail-ve0-f180.google.com with SMTP id jz11so8988644veb.11 for ; Tue, 11 Mar 2014 10:26:43 -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=ipm+YTyEDuD893mBnaj9BgnuZV9wwQMbJ9W98ScBY5o=; b=uNMPDCjv3jQKiQj4yi18KX5HPN7hlgFGW1cfK7wibMMgwDp7LKbHipCOnj+RO22Z1f GMGreD8L88/OQ5ihlY8d/DVZgYxa5qE1GdtSgHHjA6YEZu51VRjh7AqIGVLbw0i25dqU j5uCGo7yIVGLsAPToSAU1hB2dTXUCWvheWmNpPNRHCXc7xP1RE25mMZQwgFOt3jUXptL 4al7W+FBuKHc3NJqOy4WYDiM2esa4Lldf/sGrzoGW6V5KhMmaFFvmfZlfhogzyf6R6d4 +a5ajujRRYnQ6J6N1HqD2Lf70q/ai0XkPQGBHo7LDZXvkXYiAWfQbfQSGnCgfOi1aBlP D1uA== MIME-Version: 1.0 X-Received: by 10.52.65.132 with SMTP id x4mr969797vds.36.1394558803811; Tue, 11 Mar 2014 10:26:43 -0700 (PDT) Received: by 10.52.144.101 with HTTP; Tue, 11 Mar 2014 10:26:43 -0700 (PDT) In-Reply-To: References: Date: Tue, 11 Mar 2014 13:26:43 -0400 Message-ID: Subject: Re: JMS Send Failed. Check UIMA Log For Details. From: Bai Shen To: user@uima.apache.org Content-Type: multipart/alternative; boundary=20cf3071c8ac1ea3ec04f4580616 X-Virus-Checked: Checked by ClamAV on apache.org --20cf3071c8ac1ea3ec04f4580616 Content-Type: text/plain; charset=ISO-8859-1 That error came from the uima.log file. There are no other exceptions in the log. I'll look through the client code. Thanks. On Tue, Mar 11, 2014 at 1:23 PM, Jaroslaw Cwiklik wrote: > 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 > > > --20cf3071c8ac1ea3ec04f4580616--