Return-Path: Delivered-To: apmail-db-ojb-user-archive@www.apache.org Received: (qmail 13192 invoked from network); 3 Jun 2005 08:47:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Jun 2005 08:47:24 -0000 Received: (qmail 75602 invoked by uid 500); 3 Jun 2005 08:47:22 -0000 Delivered-To: apmail-db-ojb-user-archive@db.apache.org Received: (qmail 75554 invoked by uid 500); 3 Jun 2005 08:47:22 -0000 Mailing-List: contact ojb-user-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "OJB Users List" Reply-To: "OJB Users List" Delivered-To: mailing list ojb-user@db.apache.org Received: (qmail 75537 invoked by uid 99); 3 Jun 2005 08:47:21 -0000 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_10_20,HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of stas.ostapenko@gmail.com designates 64.233.170.197 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.197) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 03 Jun 2005 01:47:20 -0700 Received: by rproxy.gmail.com with SMTP id a41so681256rng for ; Fri, 03 Jun 2005 01:46:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=Bsf18Qw3hfn23MUa1MZm2/izW3/AjlcyHBMj4uGhpq1gRR7N6gQVUTPW9384cyUisR442rW3ZcO8xUjnjLFkkwssRBuUcubka9UON5av58LKxC+c2iakuis27BPuHyCKmCcgYjJy2deuwuQkqpwDYg1c65KFnZ+A6CoTE6tIosk= Received: by 10.38.22.69 with SMTP id 69mr896825rnv; Fri, 03 Jun 2005 01:46:57 -0700 (PDT) Received: by 10.38.86.51 with HTTP; Fri, 3 Jun 2005 01:46:57 -0700 (PDT) Message-ID: Date: Fri, 3 Jun 2005 11:46:57 +0300 From: Stas Ostapenko Reply-To: Stas Ostapenko To: OJB Users List Subject: hsqldb setup problem Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1070_30508673.1117788417433" X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_1070_30508673.1117788417433 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi ! I have problems with setting up hsqldb 1.8.0 RC10 to work with OJB 1.0.1.= =20 Hypersonic SQL is supported platform, but how about hsqldb ? When I do > ant prepare-testdb I get such exception : ----- insert-sql: [torque-sql-exec] Our new url ->=20 jdbc:hsqldb:/temp/SearchReporting/HSQL_OJB_Files BUILD FAILED C:\build\db-ojb-1.0.1\build.xml:390: The following error occurred while=20 executing this line: C:\build\db-ojb-1.0.1\build-torque.xml:339: java.sql.SQLException: The=20 database is already in use by another process: org.hsqldb.persist.NIOLockFile@9b698c74[file=20 =3DC:\temp\SearchReporting\HSQL_OJB_Files.lck, exists=3Dtrue, locked=3Dfals= e, valid=3Dfalse, fl =3Dnull]: java.lang.Exception: The process cannot access = the=20 file because another process has locked a portion of the file : C:\temp\SearchReporting\HSQL_OJB_Files.lck ------ The same situation when I using latest stable version hsqdb 1.7.3.3. How it can be resolved ?=20 ------=_Part_1070_30508673.1117788417433--