ObjectDB ObjectDB

Internal Website Search

61-70 of 200 resultsRefresh
16

How to configure where the ODB is stored?

to set it to "$objectdb/db/points.odb" and that this defaults to "the installation directory ... restarts. I'd just like to know how to configure it to be in my home directory. What is the syntax ... to a special directory, the ObjectDB Home, which is either the directory in which the objectdb.jar file
14

How to resolve 404 errors with Eclipse/Maven Spring MVC

because there was only one project in it. I suppose deleting the class files in the bin directory might save a few KB. I'm ... made this by using the import feature in the file menu of eclipse to import the directory I created by ... ), but the project explorer is closed and cannot be opened. Where is the project directory? support
14

Attempt to open a non existing file '/tmp/objectdb_xxxx/SortQueryItr_6.mrg'

process, but more precisely a separate class loader) manages its own directory of temporary files, e.g. /tmp/objectdb_2116263629532821442. This directory is created as soon as a temporary file is required. The name is random so you cannot identify the process of each temporary directory. In
14

lockfiles in client/server mode

that try using the same directory for their temporary files. Changing the temporary directory path ... ). A better solution could be changing the permissions of the temporary directory (/tmp/ObjectDB) in ... . changing the temporary directory on the server should have prevented it from creating and using /tmp
13

Replaying recorded requests...

a PersistenceManagerFactory? Dave dmoshal David Moshal Couple of additional points: 1. the database directory ... . there is a directory mr.odr, with many files ending in .odr So, questions: a) how can I have recording sets ... down. Is that wrong? dmoshal David Moshal Regarding the conf file, I put a copy in the root directory
13

FileNotFoundException

directory)         at java.io.RandomAccessFile.open0(Native Method)         at java.io.RandomAccessFile ... indicates a problem in preparing a directory for ObjectDB temporary files. Please verify that the ObjectDB process has permissions to create directories and files at that path. support Support I was using
13

Path in tomcat

Support You can try configuration like this (it's my day to day dev environment): - create directory 'objectdb' somewhere - in my case ~/objectbd - put objectdb.jar and objected.conf in this directory - create ~/objectbd/db (or any other directory where you want store you database - this directory
13

JBoss 7 startup fails

FileSystemDeploymentService for directory /usr/local/jboss7/standalone/deployments 13:49:34,888 INFO [org ... directory. To trigger deployment create a file called Guestbook_ObjectDB_web.war.dodeploy 13:49 ... If you built the project by yourself step by step - maybe you misplaced a directory or a file
12

Online Backup in client-server mode

relative to the ObjectDB home directory thamal Tomas Hamal You are right - that is also the behaviour as ... it represents a path relative to the ObjectDB home directory, and in client-server mode, relative to the ObjectDB home directory on the server side." As a workaround, consider using a symlink (symbolic link
2

user defined backup file

")); which should create a backupfile with the name 'test.objectdb" in the directory '/User/Backup/' or backupQuery ... with the origin name of the database in the directory '/User/Backup/'. Otherwise we had to do the backup in an empty temp directory, scan the backup directory for a newly created backup database-file (in

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