About repair

manual

Database Doctor

Explains how to use the ObjectDB object database Doctor tool to diagnose and repair database files and damaged Java/JPA/JDO objects.... diagnosis report of all the errors. Repair of a corrupted ObjectDB database file Repairs a corrupted ... Doctor Diagnosis Running ObjectDB Doctor Repair Corrupted Database Files Database files ...

 
forum_thread

Objectdb Doctor

Hi, I have deleted an instance of ClassA. However, if I try to access ClassB, which has a field of type ClassA, ClassB.classA, then, rather than getting a null pointer for classB.classA, I get an enormous exception. How does the ObjectDB Doctor help?  ... in an existing database file you can run the Doctor in repair mode. This cannot replace fixing the application but it is an easy way to repair a specific database. ObjectDB Support ...

 
forum_thread

possible index required for improving query performance

Hi,   I have the following entity class:   @Entity @Table @Indices({ @Index(members={"relationshipType", "party"}), @Index(members={"relationshipType", "otherParty"}),     @Index(members={"relationshipType"}) }) @XmlRootElement public class Relationship implements Comparable<Relationship> { ... we'd need to stop the DB, run the Doctor in repair mode and start the DB with the repaired file before accessing it ...

 
issue

Querying error - java.lang.ClassCastException: com.objectdb.o.STV

I'm getting the ClassCastException below when querying objects. As yet I haven't been able to track down the exact circumstance in which it occurs - saving and querying objects works fine on attempts to recreate - but presumably at some point an object gets saved which objectdb doesn't like. Any pointers as to what is wrong or approaches to investigate further would be much appreciated. ... database or fix this database by running the Doctor in repair mode (and then verify the fix by using the Doctor in diagnosis mode). ... fix the corrupted database files by running the Doctor in repair mode (with 2 arguments): > java -cp objectdb.jar ...

 
page

ObjectDB Object Database Features

ObjectDB provides a rich set of features, many of them as the result of supporting the JPA and JDO APIs.... Automatic diagnosis and repair of corrupted database files (the ObjectDB Doctor ). ...

 
release

2.2.3

... to run the ObjectDB Doctor of version 2.2 (in repair mode) on existing database files, and to switch to the new database ...

 
release

2.2.1

... to run the ObjectDB Doctor of version 2.2 (in repair mode) on existing database files, and to switch to the new database ...

 
release

2.2.0

... to run the ObjectDB Doctor of version 2.2 (in repair mode) on existing database files, and to switch to the new database ...

 
release

2.2.2

... to run the ObjectDB Doctor of version 2.2 (in repair mode) on existing database files, and to switch to the new database ...

 
forum_thread

ObjectDB version 2.2 has been released

ObjectDB 2.2 has been released and it includes important additions and fixes: ... to run the ObjectDB Doctor of version 2.2 in repair mode on existing database files, and to switch to the new database files ...