Return-Path: X-Original-To: apmail-cxf-users-archive@www.apache.org Delivered-To: apmail-cxf-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2FFBA10BCA for ; Wed, 6 Nov 2013 22:23:19 +0000 (UTC) Received: (qmail 85430 invoked by uid 500); 6 Nov 2013 22:23:18 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 85363 invoked by uid 500); 6 Nov 2013 22:23:17 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 85355 invoked by uid 99); 6 Nov 2013 22:23:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Nov 2013 22:23:17 +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 (athena.apache.org: domain of jasonmpell@gmail.com designates 209.85.216.42 as permitted sender) Received: from [209.85.216.42] (HELO mail-qa0-f42.google.com) (209.85.216.42) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Nov 2013 22:23:12 +0000 Received: by mail-qa0-f42.google.com with SMTP id ii20so2193540qab.8 for ; Wed, 06 Nov 2013 14:22:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=ThNJcZo8OSGp/N1/s0dox6Wf0T14NUSnd1+xpNJdQ4I=; b=wWRSYmFV8A4oiL/jOfxy9IRC+4xLgZ9L00WmHoB41ZirVbbLY3oMMBbiCaDQD3fGZO Acd+HSas9NvAwkxszjvMoQ5Vp9bXBSnqiKYAow6OGNcCxYku0cDvPYae0be4jxFIOvT0 y6VkzheS4VJF4ifvywz3vE8E3/V6eLCBIoUHqpCVcDb7hBwZIOqPLzwadO2VzgUIjbzg si7RNqFdcDOaqClmbtGaB+yboCPCRM9Na1yHNkcN6zWfxCa/oAchuN8Bjf1GIsaQ9+GI F3tWzq2GFx6LXvKxIumsvWpOLq8Oc7nFYb/CNzsDLQ4OckyDOzU0GpgtQFBIAWzbS3Wb CUhA== MIME-Version: 1.0 X-Received: by 10.49.3.3 with SMTP id 3mr7801557qey.56.1383776571922; Wed, 06 Nov 2013 14:22:51 -0800 (PST) Sender: jasonmpell@gmail.com Received: by 10.96.160.97 with HTTP; Wed, 6 Nov 2013 14:22:51 -0800 (PST) Date: Thu, 7 Nov 2013 09:22:51 +1100 X-Google-Sender-Auth: EMQbCAfFzj0QwgXgWY0Toaw2fzM Message-ID: Subject: cxf deadlock with spring 3.2? From: Jason Pell To: "users@cxf.apache.org" Content-Type: multipart/alternative; boundary=047d7bdc0e6204a1a804ea8997ed X-Virus-Checked: Checked by ClamAV on apache.org --047d7bdc0e6204a1a804ea8997ed Content-Type: text/plain; charset=UTF-8 Hi, I am getting intermittent dead lock on startup of my application. The two threads that are locking are accessing: java.lang.Thread.State: BLOCKED (on object monitor) INFO | jvm 1 | 2013/11/07 08:50:30 | at org.apache.cxf.bus.extension.ExtensionManagerImpl.getExtension(ExtensionManagerImpl.java:257) INFO | jvm 1 | 2013/11/07 08:50:30 | - waiting to lock <0x00000007ee31c6b0> (a org.apache.cxf.bus.extension.ExtensionManagerImpl) And... java.lang.Thread.State: BLOCKED (on object monitor) INFO | jvm 1 | 2013/11/07 08:50:29 | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:181) We did not notice this with spring 3.1.2 We also don't get this all the time. None of our developers get it on their Linux Mint based machines, but we do on Centos 6.3. But the JVMs are exactly the same - both 64bit and actually the same tar ball. --047d7bdc0e6204a1a804ea8997ed--