Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 95417 invoked from network); 19 Jun 2008 08:46:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jun 2008 08:46:37 -0000 Received: (qmail 54347 invoked by uid 500); 19 Jun 2008 08:46:38 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 54325 invoked by uid 500); 19 Jun 2008 08:46:38 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 54314 invoked by uid 99); 19 Jun 2008 08:46:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jun 2008 01:46:37 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jun 2008 08:45:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 507F9234C147 for ; Thu, 19 Jun 2008 01:45:45 -0700 (PDT) Message-ID: <1291999058.1213865145328.JavaMail.jira@brutus> Date: Thu, 19 Jun 2008 01:45:45 -0700 (PDT) From: "santosh gadkari (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Created: (JCR-1656) Repository get locked when redeploying the brms war file on weblogic. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Repository get locked when redeploying the brms war file on weblogic. --------------------------------------------------------------------- Key: JCR-1656 URL: https://issues.apache.org/jira/browse/JCR-1656 Project: Jackrabbit Issue Type: Bug Components: jackrabbit-core Environment: Windows, weblogic, jdk 1.5, Reporter: santosh gadkari Most of the time when we need to redeploy the brms web application on weblogic, we are expriencing the below exception. The worst part of this is that, only after restarting the server this get disappear. We don't want server restarts, as we are high profile finance company. restarting at critical time may be penalty of us. weblogic.application.ModuleException: at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:894) at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:336) at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26) at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60) Truncated. see log file for complete stacktrace javax.jcr.RepositoryException: The repository home at C:\Local\weblogic92\user_projects\domains\base_domain\repository appears to be in use since the file at C:\Local\weblogic92\user_projects\domains\base_domain\repository\.lock is locked by another process. at org.apache.jackrabbit.core.RepositoryImpl.acquireRepositoryLock(RepositoryImpl.java:423) at org.apache.jackrabbit.core.RepositoryImpl.(RepositoryImpl.java:236) at org.apache.jackrabbit.core.RepositoryImpl.create(RepositoryImpl.java:584) at org.apache.jackrabbit.core.TransientRepository$2.getRepository(TransientRepository.java:245) at org.apache.jackrabbit.core.TransientRepository.startRepository(TransientRepository.java:265) Truncated. see log file for complete stacktrace > Please suggest suitable solution to avoid this exception. We tried to use OracleFileSystem for storing repository but not able to get rid of this problem. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.