Return-Path: X-Original-To: apmail-geronimo-dev-archive@www.apache.org Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 044979CD1 for ; Tue, 27 Mar 2012 20:11:51 +0000 (UTC) Received: (qmail 37134 invoked by uid 500); 27 Mar 2012 20:11:51 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 37081 invoked by uid 500); 27 Mar 2012 20:11:51 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 37072 invoked by uid 99); 27 Mar 2012 20:11:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2012 20:11:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2012 20:11:47 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B22C93498F7 for ; Tue, 27 Mar 2012 20:11:26 +0000 (UTC) Date: Tue, 27 Mar 2012 20:11:26 +0000 (UTC) From: "Jarek Gawor (Issue Comment Edited) (JIRA)" To: dev@geronimo.apache.org Message-ID: <2105778085.25336.1332879086731.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1208332011.24104.1332867987832.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Issue Comment Edited] (GERONIMO-6311) Deadlock while performing OSGi application update MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GERONIMO-6311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13239889#comment-13239889 ] Jarek Gawor edited comment on GERONIMO-6311 at 3/27/12 8:09 PM: ---------------------------------------------------------------- Committed possible solution for this issue in revisions 1305996 and 1306000. The solution ensures that web application bundles are fully started before OSGi application update is allowed. was (Author: gawor@mcs.anl.gov): Committed possible solution for this issue in revision 1305996. The solution ensures that web application bundles are fully initialized before OSGi application update is allowed. > Deadlock while performing OSGi application update > ------------------------------------------------- > > Key: GERONIMO-6311 > URL: https://issues.apache.org/jira/browse/GERONIMO-6311 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: Aries > Affects Versions: 3.0-beta-1 > Reporter: Jarek Gawor > Assignee: Jarek Gawor > > Web application bundles of an OSGi application are deployed and processed asynchronously. A deadlock might occur when OSGi application is updated while the Web application bundles are still being deployed. Specifically, a web application might block waiting to use PackageAdmin service while OSGi application update operation uses PackageAdmin service to stop and re-start the same web application. The stop operation waits until the web application is done deploying... -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira