Internal Website Search

1-10 of 10 results

Database Transaction Replayer

. Recording is enabled by default and can be disabled in the configuration . The ObjectDB Replayer tool ... . Running the ObjectDB Replayer The ObjectDB Replayer tool is bundled in the objectdb.jar file. It can be run from the command line: java -cp objectdb.jar com.objectdb. Replayer my.odb If objectdb.jar

Database Management Settings

Database engine operations can be recorded in files and later replayed using the ObjectDB Replayer ... a database that has not been closed properly by running the Replayer tool. Recording might also be useful

Replication issue, Replayer failing due to NullPointerException.

I'm getting replication errors and upon trying to play the replayer I get a NullPointerException ... com.objectdb. Replayer db.odb ObjectDB Replayer [version 2.4.2] Copyright (c) 2012, ObjectDB ... .t(RPM.java:223) at com.objectdb. Replayer .main( Replayer .java:62) Any idea what could be causing

Incremental online backup

, this is the expected behaviour. You may also find the Transaction Replayer useful in this scenario. support Support Isn't the Transaction Replayer more like the opposite of this? The Transaction Replayer ... among a few restoration points from a backup. GuillaumeAD Guillaume Aouizerate The Replayer can also be run

Size of recording directory keeps growing

prepare a snapshot database, 9123744.odb, using the Replayer . support Support I don't ... be up to date with the latest odr file? im trying to understand how to use recording and replayer ... ,and which can be deletes. When you run the replayer it takes one parameter, the database file.  

ODB lost?

(which represent transactions). You can also restore the database explicitly by using the Replayer ... if your database file exists with _nonclosed suffix. If not found - rebuild the database by using the  Replayer . support Support

High availability and other pratical questions

? What is the overhead of the Transaction Replayer ?   Many thanks, Amit   gemini Amit Naveh Embedded

ArrayIndexOutOfBoundsException on flush

by using the Replayer . support Support To answer your questions: 1) The problem is re-producable

cannot delete objects after crash (see issue 2283)

, too ? Recording enables manual recovery by running the Transaction Replayer . - is the replication possible

ObjectDB 2.0.1

Fixed a bug in lazy loading of instances of non enhanced classes. Fixed a bug in using the Replayer with no updates to the database. Fixed an activation bug.