ObjectDB ObjectDB

Internal Website Search

1-10 of 200 resultsRefresh
116

Failed to resize file - file system limitation error

(STD.java:75) com.objectdb.o.UserException: Failed to resize file 'F:\CAP\AdherisHealthSolutions ... be completed due to a file system limitation at java.io.RandomAccessFile.setLength(Native Method ... file size and which file system do you use? If the database file size reached the maximum size
110

Backup file always bigger than live db file

I use em.createQuery("objectdb backup", Thread.class); to backup hourly. And the backup file is always getting bigger even if the db file is not getting bigger. Why is that? Trianglehead Json Error Does the database file itself remain the same size? Is the backup size different (either smaller or
108

odb files and config file

/. But there were no obd files in it. I'm getting my EntityManager by doing this: EntityManagerFactory emf = Persistence.createEntityManagerFactory("$objectdb/db/account.odb"); I looked for the odb files and found it somewhere in my workspace metadata (eclipse plugins). What can I do to save the odb files in
107

Recovery file does not match db file

up, these errors started: ObjectDB 2.3.1_03] javax.persistence.PersistenceException Recovery file '/auctionologies/java/storage.odb$' does not match db file '/auctionologies/java/storage.odb' (error 145 ... , which has been fixed in version 2.4.0. Please check if the recovery file (odb$) is empty
25

Database Management Settings

that are relevant on the server side and in embedded mode. The default configuration file contains the following ... initial="256kb" resize="256kb" page="2kb" /> The <size> element specifies the database file and page size settings: The initial attribute specifies the initial size of every new database file
24

Database Doctor

database file Checks a given ObjectDB database file, verifies that it is healthy and valid, and if the file is not valid (it is corrupted), produces a detailed diagnosis report of all the errors. Repair of a corrupted ObjectDB database file Repairs a corrupted ObjectDB database file by creating a new
22

Database Transaction Replayer

ObjectDB can record its internal engine operations in special binary recording (journal) files ... & Recording Files When recording is enabled, ObjectDB maintains for every database file a recording directory whose name is the name of the database file with the odr (ObjectDB Recording) suffix. By
21

JPA Persistence Unit

a persistence.xml file, which has to be located in the META-INF directory in the classpath. One persistence.xml file can include definitions for one or more persistence units. The portable way ... a persistence unit. The following persistence.xml file defines one persistence unit: <?xml version="1.0
4

[ODB1] Chapter 8 - ObjectDB Server

mode are discussed in Section 1.2. Because the JDO API and the format of the database file ... , packaged in the odbse.jar file. The jar file contains the entire ObjectDB implementation including support for embedded mode. In order to use client server mode, you have to install the odbse.jar file
3

[ODB1] Chapter 9 - ObjectDB Explorer

ObjectDB development jar file (odbfe.jar / odbee.jar / odbse.jar), located in ObjectDB's lib directory. Because this file is an executable jar, on most systems, you can double click on it to start ... . The following procedure is recommended, copy the file to the bin subdirectory, edit the copy and use it to start

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support