ObjectDB Database Search

1-50 of 141 results

Can I Disable the Creation of the "log" Directory?

" directory still gets created.  A "log" directory also gets created when I run com.objectdb.Enhancer ... to ignore these "log" directories , which is a minor annoyance. Can the creation of "log" directories ... ObjectDB as the log directory is in the  objectdb.conf file. See this manual page regarding

Setting temp directory location in ObjectDB

HI, I am using ObjectDB and would to change the temp directory location wihtout using objectDB ... .class.getClassLoader()); I read in the ObjectDB website that we can change the temp directory using ... , how can i set the temp directory using my java class  e.g setting through 

Size of recording directory keeps growing

of objects. I am observing that the recording directory (*.odr.. 19GB!!) is keep growing ... --r-- 1 nef nef 182M May 13 17:38 db/cloudai/genose.odb Recording directory nef@l1:~/objectdb$ ls ... file that you keep. For example, in your directory it is now 3500781.odb, a snapshot

Database Transaction Replayer

When recording is enabled , ObjectDB maintains a recording directory for each database file. The name of the recording directory is the database file name with the .odr (ObjectDB Recording) suffix. By default, the recording directory is created in the same directory as the database file. If the purpose

Server Configuration

directory . The data path of an ObjectDB server is similar to the document root directory of a web server. Every database file in the data directory and its subdirectories can be accessed by the server. The server process requires appropriate file system permissions on the data directory

JPA Class Enhancer

.Enhancer If objectdb.jar is not in the current directory , a path to the file must be specified ... on Unix/Linux) from the ObjectDB bin directory . To use that script, you must edit the paths ... classes -pu : persistence unit name -s : include sub directories in search -d : output path for enhanced

Database Doctor

recovery file or recording directory . Copying, moving, or transferring a database file without its corresponding recovery file or recording directory . A power failure during a database update ... objectdb.jar com.objectdb.Doctor my.odb If objectdb.jar is not in the current directory

Database Management Settings

environments. By default, the recovery file is created in the same directory as the database file ... default, a recording subdirectory is created in the same directory as the database file

Database Replication and Clustering

root directory , $replication , which is located under the server's data root directory . To start

Obtaining a JPA Database Connection

directory , which by default is the directory where ObjectDB is installed. If a database file does not

How to install ObjectDB?

ObjectDB is distributed as a zip file. Just download and extract the ObjectDB distribution zip file. No need to run any install or setup program. You can uninstall ObjectDB by deleting the ObjectDB directory . ObjectDB does not modify the registry or any other system file.

[ODB1] Chapter 8 - ObjectDB Server

ObjectDB version to the same installation directory . Consult your operating system documentation ... On Windows, you can also run the server using the server.exe application, located in the bin directory . For this to work, the original structure of ObjectDB directory must be preserved because server.exe tries

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 ... " ). The $objectdb prefix refers to a special directory , the ObjectDB Home, which is either the directory in

[ODB1] Chapter 9 - ObjectDB Explorer

ObjectDB's lib directory . Because this file is an executable jar, on most systems, you can double click ... You can start the Explorer on Windows using the explorer.exe application, located in the bin directory . Notice that the original structure of the ObjectDB installation directory must be preserved

Java EE 6 JPA Tutorial - Eclipse Project

the  guestbook-jee6 directory as Root Directory and press  ENTER . Select the project and click

Step 4: Run the Application

- directory under the ObjectDB installation directory . Consequent runs of the application will use

Spring MVC JPA Tutorial - Eclipse Project

-spring directory as Root Directory and press  ENTER . Select the project and click  Finish

JPA Web App Tutorial - Eclipse Project

; guestbook-web directory as Root Directory and press  ENTER . Select the project and click  Finish

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 ... the directory I created by unzipping the maven version of your tutorial. In this version eclipse won't ... . Where is the project directory ? support Support Sorry! Apparently the import feature in eclipse does not work the way

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

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 that directory a lock file, lock.lck

lockfiles in client/server mode

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 a way ... . changing the temporary directory on the server should have prevented it from creating and using /tmp

Replaying recorded requests...

directory has many files like this: mr.odb_nonclosed, mr_1.odb_nonclosed up to mr_10.odb_nonclosed 2. there is a directory mr.odr, with many files ending in .odr   So, questions: a) how can I ... the root directory of my web project and now it is being read. So, I think for now I can live with it in

FileNotFoundException

directory )         at java.io.RandomAccessFile.open0(Native Method ... more sjzlondon Steve Zara The stack trace indicates a problem in preparing a directory for ObjectDB temporary files. Please verify that the ObjectDB process has permissions to create directories and files

Path in tomcat

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 should be defined in objectdb.conf) - add java agent using export CATALINA_OPTS="-javaagent

Online Backup in client-server mode

backup relative to the ObjectDB home directory thamal Tomas Hamal You are right ... parameter 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

UserException: Package com.example.model is not found by the enhancer

and move the dist directory out of the project to a remote location and run it using java -jar example.jar then I ... and build my dist directory contains: 1. lib directory with all the jars 2. example.jar 3. README.txt However, in my source code's lib directory I have: \lib\objectdb-2.5.4_05\database\example.odb

Step 4: Run the Application

directory . Running the application again will use the existing database file to store an additional

JPA Web App Tutorial - Maven Project

: mvn package jetty:run The current directory should be  guestbook-web (containing the  pom

Spring MVC JPA Tutorial - IntelliJ Project

To open and run the  Spring MVC JPA tutorial project in Download and extract the project zip file: Spring MVC JPA - Maven Project (8KB) Open the project in IntelliJ IDEA: Select  File Open Project... . Select the  guestbook-spring directory and click  OK . Define

Step 6: Set the Spring XML

the WEB-INF directory . The next step (and the last in this tutorial) is  running the Spring web application .

JPA Web App Tutorial - NetBeans Project

To open and run the  JPA Web Application tutorial project in NetBeans: Download and extract the project zip file: JPA Web App - Maven Project (6KB) Open the Maven project in NetBeans: Select  File Open Project... . Select the  guestbook-web directory and click  Open

Step 1: Create a Java Project

of the ObjectDB installation directory and click Open . Now you should have a new NetBeans project

Step 6: Set the Spring XML

for JSP pages in the WEB-INF directory . The next step (and the last in this tutorial) is running the Spring web application .

Step 7: Run the Spring Web App

is created under the Tomcat directory . You can stop the Tomcat server and open the database file in 

Java EE JPA Tutorial - Maven Project

the command line: mvn package The current directory should be  guestbook-jee6

Step 6: Run the Java EE 6 Application

You can run the application now by right clicking the GuestServlet node (in the [Project Explorer] window) and selecting Run As Run on Server Finish : Since we are using ObjectDB in embedded mode - the database file is created under the GlassFish directory (e.g. at domains\domain1\eclipseApps

Step 6: Run the Web Application

You can run the application now by right clicking the GuestServlet node (in the [Project Explorer] window) and selecting Run As Run on Server Finish : Since we are using ObjectDB in embedded mode - the database file is created under the Tomcat directory . You can stop the Tomcat server and open

Step 2: Entity Class and Persistence Unit

right clicking the new source directory node (in the [Package Explorer] window) and selecting 

Getting Started with JPA - Maven Project

The current directory should be points-console (containing the pom.xml file). No need to download

Java EE 6 JPA Tutorial - NetBeans Project

To open and run the  Java EE 6 Web Application tutorial project in NetBeans: Download and extract the project zip file: Java EE JPA Web App - Maven Project (7KB) Open the Maven project in NetBeans: Select  File Open Project... . Select the  guestbook-jee6 directory

Spring MVC JPA Tutorial - Maven Project

jetty:run The current directory should be  guestbook-spring (containing the  pom.xml file

Step 6: Run the Java EE 6 Application

under the GlassFish directory (e.g. at domains\domain1\eclipseApps\Guestbook\WEB-INF ). You can stop the GlassFish

Getting Started with JPA - NetBeans Project

To open and run the  Quick Start with JPA tutorial project in NetBeans: Download and extract the project zip file: Getting Started with JPA - Maven Project (3KB) Open the Maven project in NetBeans: Select File Open Project... . Select the points-console directory and click Open Project . Run

Getting Started with JPA - IntelliJ Project

To open and run the  Quick Start with JPA tutorial project in IntelliJ IDEA: Download and extract the project zip file: Getting Started with JPA - Maven Project (3KB) Open the project in IntelliJ IDEA: Select File Open Project... . Select the points-console directory and click Open Project

Step 6: Run the Web Application

You can run the application now by right clicking the GuestServlet node (in the [Projects] window), selecting Run File , and then clicking  OK (no need to change the servlet execution URI). Since we are using ObjectDB in embedded mode - the database file is created under the Tomcat directory

Step 1: Create a Java EE Web Project

of the ObjectDB installation directory and click Open . Now you should have a NetBeans Java EE 6 Web

[ODB1] Chapter 3 - Persistent Classes

user classes -d output path for enhanced classes -s include sub directories in search -noopt disable ... directories using the -s option (the "*.class" expression is in quote marks here to avoid auto ... option to redirect the output classes to a different directory , keeping the original class files

[ODB1] Chapter 2 - A Quick Tour

, step by step. Both sample programs are contained in ObjectDB's samples directory . 2.1   ... , which is devoted to JDO metadata. The following package.jdo file is located in the same directory as person

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

Deleting archive log folder causes exception

Hello, we have observed strange behaviour when we delete odb archive log directory . We are running ... any configuration. There is some file named archive created instead(?) of the original directory ... that should be able to handle also deletion of the archive directory when the database is open. Alternatively