About corrupted
Database Doctor
Explains how to use the ObjectDB object database Doctor tool to diagnose and repair database files and damaged Java/JPA/JDO objects.... is healthy and valid, and if the file is not valid (it is corrupted), produces detailed diagnosis report of all the errors. Repair of a corrupted ObjectDB database file Repairs a corrupted ObjectDB database ...
Safe Settings
Hi, I am trying to set up ObjectDb in a safe way that allows turning the machine off while database transactions are running. I would like to test if things are really safe and if I don't get corrupted database files in any possible case. I found "recovery" and "recording" in the objectdb.conf file. Which one is safer to use? I suppose I should turn on sync="true", right? ... like to test if things are really safe and if I don't get corrupted database files in any possible case. I found "recovery" and ...
2.4.0_01
Release date: 2012-05-21 Download (5.4 MB) Binary: objectdb-2.4.0_01.zip You should start by following a tutorial or reading the manua ...
2.4.0
Release date: 2012-05-20 Download (5.4 MB) Binary: objectdb-2.4.0.zip You should start by following a tutorial or reading the manual ...
Failed to commit transaction: Attempt to commit a rollback only transaction
Anyone know what this means?? Suddenly cropped up. Failed to commit transaction: Attempt to commit a rollback only transaction (error 613) at com.objectdb.jpa.EMImpl.commit(EMImpl.java:271) at javax.jdo.Transaction$commit.call(Unknown Source) ... this problem. ie: somehow the database became corrupted, leading to the above problem. note: I have 2 ... all - the Doctor output indicates that the database is not corrupted. The two missing objects are probably the result of deleting objects ...
NullPointer on query
I'm getting a null pointer when running the following code: TypedQuery<ObjectDbMessagePayload> query = em.createQuery("SELECT m FROM ObjectDbMessagePayload m WHERE m.id = :id", ObjectDbMessagePayload.class); query.setParameter("id", msg.getId()); List<ObjectDbMessagePayload> loaded = query.getResultList(); Stack trace follows: ... The database file is corrupted. A post mortem analysis reveals that the last change to the only ...
ArrayIndexOutOfBoundsException on flush
The following exception was thrown when my app attempted to flush an objectdb database: ... the database that you have uploaded is totally corrupted (as shown by running the Doctor) so using it would generate various ... specific that is discussed here but to working with a corrupted database file. A new issue should be created if necessary. ...
Removing an entity throws exception
Hi all, I'm testing ObjectDB for my project, but I have troubles with it. At this time I'm not able to remove customer entity, when it's read by a query (it's attached), it throws this exception: Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: com.objectdb.o._RollbackException: Failed to commit transaction: 51 ... ... changed the number 51 to 34. But it looks like my db was corrupted, because when I tried to create new project as a test case for this ... that the bug that your test demonstrates cannot cause a corrupted database. The problem was the result of comparing object ...
@JoinColumn(nullable=false)
During the evaluation of ObjectDB (We're currently developing with EclipseLink/mysql) I noticed was the following: #1 2011-08-01 20:44 During the evaluation of ObjectDB (We're currently developing with EclipseLink/mysql) I noticed was the ...
Explorer bug ? Objects seem to be missing from database in Class view, but are present as references
objectdb-2.2.5_08 NetbeansID6.9.1+Glassfish3.01 I suspect the following is an Explorer bug. It is marked knowingly as CRITICAL by me because it makes the ObjectDB system unusable for a real project because it appears to be either database integrity corruption, or it just looks like it, which is just as bad. I attach a running project illustrating the problem, as well as screenshots. Bug Version: Priority: Critical Status: Fixed Replies: 5 Type: Bug ...