About reproduce
Database Transaction Replayer
Explains how to use the ObjectDB object database Replayer tool to restore recorded Java/JPA/JDO actions. ObjectDB can record its internal engine operations in special binary recording (journal) files. Recording is enabled by default and can be disabled in the configuration . The ObjectDB Replayer tool can apply recorded database operations on ...
ArrayIndexOutOfBoundsException on flush
The following exception was thrown when my app attempted to flush an objectdb database: ... help in finding the problem. Of course, if you can reproduce it with a test case it would be very helpful, but I understand that ... Recording transactions could help if replaying them reproduce the problem and you can share these logs. Large objects (> ...
Apache License, Version 2.0, January 2004
... royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly ... litigation is filed. 4. Redistribution . You may reproduce and distribute copies of the Work or Derivative Works thereof ...
[ObjectDB 2.2.6_02] Unexpected exception (Error 990) at com.objectdb.o.OBC.aJ(OBC.java:961)
I was experiencing an exception so I did a test to reproduce it. here it is. ... I was experiencing an exception so I did a test to reproduce it. here it is. [ObjectDB 2.2.6_02] Unexpected exception ... com.objectdb.jpa.EMImpl.merge(EMImpl.java:450) at com.reproduce.error.ReproduceTest.edit(ReproduceTest.java:116) at ...
schema update procedure
Is there a specific procedure that we should follow when making schema updates? ... reporting this issue. Unfortunately with no test case that reproduce the problem it might be very difficult to explore the problem and fix ...
Exception on creation when running multithreaded
Hi, I'm trying to test the creation of an object from my datamodel(Organisation) and the creation process includes the creation of an acl for the newly created organisation all in the same transaction. The process is as followed: 1. The organisation gets created 2. The acl is being searched to check if it already exists 3. if it exists it will be updated, otherwise it will be created ... Well, I tried to create a test project to reproduce the error but couldn't. In the meantime, ... up after the creation. I can't reproduce it on my test project yet which is a lot less complex than the one ...
Threaded Test - Failed to commit transaction: Unexpected internal exception
Hi I'm trying to create a simple producer-consumer queue scenario but am getting the followin exception: ... is still thrown try to change the following test to reproduce it. package com. objectdb . test . bug . issue ; ...
Unexpected Exception during commit
I'm testing code that otherwise has been working with a clean database. I have seen several examples of the following exception. It never seems to happen in the same place twice, though. If you can give me a hint as to what would internally cause this, I'll try to reproduce it. Carl ... as to what would internally cause this, I'll try to reproduce it. Carl [ObjectDB 2.2.9_01] ...
Database Management Settings
Explains settings and performance tuning of the ObjectDB Java object database for JPA/JDO.... purposes and for debugging (by providing the ability to reproduce problems by replay) The <recording> element ... be necessary to record "all" operations in order to reproduce the problem. Naturally, the recording operation is slower and the ...
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. ... the database and send the result report? Could you reproduce this exception on a new database? If you can - we can try disabling ... Following your report I could reproduce the exception, I found the bug and fixed the problem. Version ...