Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 77599 invoked from network); 25 Apr 2008 20:27:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Apr 2008 20:27:27 -0000 Received: (qmail 20085 invoked by uid 500); 25 Apr 2008 20:27:28 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 19864 invoked by uid 500); 25 Apr 2008 20:27:28 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 19793 invoked by uid 99); 25 Apr 2008 20:27:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Apr 2008 13:27:27 -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; Fri, 25 Apr 2008 20:26:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 18042234C113 for ; Fri, 25 Apr 2008 13:23:56 -0700 (PDT) Message-ID: <2014191338.1209155036096.JavaMail.jira@brutus> Date: Fri, 25 Apr 2008 13:23:56 -0700 (PDT) From: "Manjula Kutty (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-3643) store/bootLock.java fails on AIX with ibm16 In-Reply-To: <384142079.1209065605324.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592492#action_12592492 ] Manjula Kutty commented on DERBY-3643: -------------------------------------- I got the following Exception instead of EXCLUSIVE_FILE_LOCK_NOT_AVAILABLE Strike any key to exit $ java TestExclusiveLock Exception in thread "main" java.io.IOException: The file access permissions do n ot allow the specified action. at sun.nio.ch.FileChannelImpl.lock0(Native Method) at sun.nio.ch.FileChannelImpl.tryLock(FileChannelImpl.java:886) at java.nio.channels.FileChannel.tryLock(FileChannel.java:962) at TestExclusiveLock.main(TestExclusiveLock.java:12) $ > store/bootLock.java fails on AIX with ibm16 > ------------------------------------------- > > Key: DERBY-3643 > URL: https://issues.apache.org/jira/browse/DERBY-3643 > Project: Derby > Issue Type: Bug > Affects Versions: 10.4.1.3 > Environment: OS : AIX 5.3 > Java : $ java -version > java version "1.6.0" > Java(TM) SE Runtime Environment (build pap3260-20071123_01) > IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 AIX ppc-32 jvmap3260-20071121_15015 > (JIT enabled) > J9VM - 20071121_015015_bHdSMR > JIT - r9_20071121_1330 > GC - 20071031_AA) > JCL - 20071118_01 > Reporter: Manjula Kutty > Attachments: TestExclusiveLock.java > > > Here is the diff: > Framework: embedded > *** Start: bootLock jdk1.6.0 2008-04-24 11:27:51 *** > 2 del > < expected exception > 3 del > < SQLSTATE(XJ040): > 4 del > < SQLSTATE(XSDB6): > 4a2 > > WARNING: Derby (instance xxxxFILTERED-UUIDxxxx) is attempting to boot the data > base /local1/mkutty/10.4/bootLock/wombat even though Derby (instance xxxxFILTERE > D-UUIDxxxx) may still be active. Only one instance of Derby should boot a datab > ase at a time. Severe and non-recoverable corruption can result and may have alr > eady occurred. > No other warnings or Exception in the derby.log -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.