Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 26838 invoked from network); 14 Oct 2010 15:10:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Oct 2010 15:10:06 -0000 Received: (qmail 95319 invoked by uid 500); 14 Oct 2010 15:10:06 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 95174 invoked by uid 500); 14 Oct 2010 15:10:05 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 95166 invoked by uid 99); 14 Oct 2010 15:10:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Oct 2010 15:10:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Oct 2010 15:10:02 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9EF9fHD010289 for ; Thu, 14 Oct 2010 15:09:41 GMT Message-ID: <6556288.57061287068981090.JavaMail.jira@thor> Date: Thu, 14 Oct 2010 11:09:41 -0400 (EDT) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-2962) Hanging at startup In-Reply-To: <4290403.46991286366620375.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-2962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62584#action_62584 ] Gary Tully commented on AMQ-2962: --------------------------------- so it looks like it is hanging in the same way as before. can you generate another thread dump of the hung broker with the sun jdk? The connection errors, it looks like the vm transport is being used and each connection is trying to create another broker. Try using the tcp transport in the brokerURL in the ra.xml or jboss ra config or use waitForStart=20000 on the vm url. check out the vm transport reference for more detail > Hanging at startup > ------------------ > > Key: AMQ-2962 > URL: https://issues.apache.org/activemq/browse/AMQ-2962 > Project: ActiveMQ > Issue Type: Bug > Components: Message Store > Affects Versions: 5.4.1 > Environment: Fedora Core 12 > Reporter: Roelof Naude > Priority: Minor > Attachments: debug_traces_hanging.log, debug_traces_startup.log, thread_dump_during_hang.txt > > > Noticed today the activemq was hanging during startup. Investigation revealed that it is tied to expiration of messages at startup. The only way to recover from this was to kill -9 the VM and delete the kahadb message store. > Further testing was done whereby message expiry time was set to longer period. AMQ started up just fine. Another test was performed whereby: > 1. subscribe for messages > 2. send a few messages > 3. disconnect consumer > 4. send more messages (1 or 2 will do) > 5. shutdown AMQ > 6. wait for a time period exceeded the expiration time of the messages > 7. start AMQ. at this time it should be hanging > Logs and thread dumps attached. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.