Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 4233 invoked from network); 11 Jul 2006 08:09:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jul 2006 08:09:59 -0000 Received: (qmail 82611 invoked by uid 500); 11 Jul 2006 08:09:58 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 82592 invoked by uid 500); 11 Jul 2006 08:09:58 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 82583 invoked by uid 99); 11 Jul 2006 08:09:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 01:09:58 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of gcjau-user-2@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 01:09:56 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1G0DJD-00024c-46 for activemq-users@geronimo.apache.org; Tue, 11 Jul 2006 10:09:31 +0200 Received: from extgw.wip.se ([193.15.99.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Jul 2006 10:09:31 +0200 Received: from fredrik by extgw.wip.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Jul 2006 10:09:31 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: activemq-users@geronimo.apache.org From: Fredrik Jonson Subject: Re: StackOveflowError in slow message consumer, why? Date: Tue, 11 Jul 2006 08:09:23 +0000 (UTC) Lines: 16 Message-ID: References: X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: extgw.wip.se User-Agent: slrn/0.9.8.1pl1 (Debian) Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N James Strachan wrote: > Until we see a stack trace there's not much for us to go on - e.g. it > could be in your consumer code for all we know. StackOverflowError can > happen if you have excessive recursion in your code. I thought so. I'll try to get some time to run it under -Xint, and I'll get back to the list after that's done, so that you know what the issue really was. Actually, due to time constraints and because ActiveMQ is so darned fault tolerant and redelivers those messages, I have had to put this issue on the back burner. That's what you get for writing a great pice of software! =) -- Fredrik Jonson