File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Object Relational Mapping and the fly likes hibernate with HSQL db - Acquisition Attempt Failed Error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "hibernate with HSQL db - Acquisition Attempt Failed Error" Watch "hibernate with HSQL db - Acquisition Attempt Failed Error" New topic
Author

hibernate with HSQL db - Acquisition Attempt Failed Error

Padma Priya
Ranch Hand

Joined: Feb 01, 2007
Posts: 112
Hi all,

I am trying to run the helloworld program fromJava persistance with Hibernate(http://www.amazon.com/Java-Persistence-Hibernate-Christian-Bauer/dp/1932394885/ref=sr_1_1?ie=UTF8&s=books&qid=1282779459&sr=8-1.)

But I am getting acquisition attempt failed error. Could anyone please help me out.

My pojo is Message.java



HibernateUtil.java



HelloWorld.java



My ant build file is

build.xml



My hibernate.cfg.xml is



My Hibernate mapping file is

Message.hbm.xml



I have all the needed jar files under

D:\JavaProjects\MyProjects\JPWH\helloworld-native\lib

My Hibernate version

hibernate-distribution-3.5.5-Final

My Hsqldb version

hsqldb-2.0.0

when i run ant

ant clean
ant compile
ant copymetafiles
ant startdb
ant dbmanager

All the above run fine. but when i run the command ant schemaexport i get the following error




Thanks for your time and patience.

With regards
Deepthi








 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: hibernate with HSQL db - Acquisition Attempt Failed Error
 
Similar Threads
Hibernatetool error
Facing problem in Schema export
Build file unable to locate hibernate-tools.jar
Hibernate SchemaExportTask Problem
Hibernate tool problem.