ObjectDB Database Search
101-150 of 200 resultsConfigure ObjectDB in spring context is to configure entire ObjectDB (optionally objectdb.conf too) in springs context.xml file so that I'd ... creating persistance.xml file . My previous database.xml (which is included in application-context.xml ... to keep this structure, and define all my database related properties in this file ... Can you help | |
General Performance Issues Illustrated with a Specific Method(String address) { this.address = address; } } Persistence.xml file cHIMS com.objectdb.jpa.Provider ... seems broken. Please post it as an attachment. support Support Please find as a text file . MOH-SL Ministry of Health Sri Lanka You should have sent a log file with only one query execution | |
WebSphere Liberty Configuration; aobrien Aaron OBrien It may be related to the location of the objectdb.jar file . Please provide details about how you are using the ObjectDB jar file : Are you using Maven to get the ObjectDB jar file ? If you are using a local ObjectDB jar file , is it objectdb.jar or objectdb-jee.jar? Where is the JAR | |
Getting com.objectdb.o.UserException: the default configuration file . I am getting the follwing error when I launch the application. Please help. com.objectdb.o.UserException: Failed to create a new file 'file:C:\Program Files (x86)\Apache Group ... .FileNotFoundException: file:C:\Program Files (x86)\Apache Group\Tomcat 4.0\webapps\Expresso\WEB-INF\log\odb20120904 | |
errors on repair Zwicker Unfortunately these are critical errors that indicate a corrupted database file . Please provide ... or copying a database file when it is in use (the copy may be corrupted), disabling recovery, or discarding the recovery file when exists (e.g. by moving the database file without its associated | |
Single Server License and Embedded Mode you have to update the configuration file by adding the activation code . If the evaluation ... file , i.e. the configuration file that ObjectDB is using following these rules . In short, find the location of the objectdb.jar file . If it is in a lib, bin or build directory go one level | |
Modifying something with Explorer -> app JPQL with Enum doesn't work anymore with many exceptions that indicate that ObjectDB is not found. Looking at the pom.xml file ... ). Apparently the files that you sent at #1 above mismatch: the web application includes Type { GOOD, BAD } . the odb file includes Type { BAD, GOOD }, probably because of an older version | |
Jboss 6 persistence.xml startup error.xml file . If the IDE requires specifying SQL driver, etc - specify default settings (anything that is acceptable) and later, if necessary, edit the persistence.xml file manually, following the attached sample file . Use objectdb-jee.jar instead of objectdb.jar . The new jar ( objectdb-jee | |
Objectdb recovery recovered corretly after unexpected finish. When are the transactions physically written to recovery file ... of the ObjectDB database file . Therefore, after power outage (when recovery is enabled) the database file should not be corrupted. You can check your database file after such events by running | |
How to restore the offline backup An ObjectDB backup is a valid database itself. Just replace the database file with the backup file . support Support the file which is used by the database is not replacing as it is currently in use now how can i replace the backup file with the previously used file which is in use ? kindly help | |
Catching exceptions from online backup ( ) ; } But it does not work well. For small database files in cases the exception is risen in the beginning ... ( ) ; support Support I tested the improvement and the delayed starting is working. However if the file ... it. There is some handling of the exception like writing it into the log file with trace level | |
WORM (Write once read many) support in the future. What are the exact capabilities and limitations of the hardware in terms of Java file and I/O operations? support Support The hardware can provide a regular file system to the Linux OS. emil_peric Emil Perić Is it possible to extend an existing file , i.e. to append new data at the end | |
Compare old and new schema Hello, I have an old database file with important data. Over time, I have modified some ... " the entity classes have in the old database file and compare that with the new classes definitions ... are not in the class path allows objectdb to retrieve the data model as it is in the database file | |
ObjectDB License Error I got = new Properties(); // Embedded file DB (use an absolute path) // for making new odb file : // java -jar ... JpaTransactionManager(emf); } } for config file i have specified on jvm param -Dobjectdb.conf=F:/ Files /Works ... . Check the ObjectDB log file to see which configuration is actually used. Note that activation | |
ways to recover from DB curruption Hi, I have a database file which was mistakenly opened by a different version of my entities model and is now not usable any more. When I try to open this file using explorer or even running ... myclass1 extends myclass2. Is there any way to recover the file by somehow reloading | |
Trouble viewing db in Explorer..odb Brian Please check the log file . It should include a more detailed exception stack trace. support Support The log file systematically list all class in the following manner: [2012-06-11 11:31:51 ... it is not related to the reported problem (it is written to the log file only when the logging level | |
javax.persistence.PersistenceException: No Persistence provider for EntityManager named in Karaf 4.0.7 and OSGi DS test the objectdb.jar file that I fixed in order to make it a valid OSGi bundle. I have attached: 1) my bundle to deploy to Karaf 2) the objectdb bundle I use 3) a zip file containing the source project (Eclipse ... .jar file was included in the bundle that is supposed to reference it. I want to deploy objectdb.jar | |
Explorer in 2.3 text to the clipboard or save to a file (csv, html, etc..). (There appear to be copy menu options ... for circular references) c. Binary - Select some objects, serialize the data to a binary file . Then allow import of that file into another database. 2. Lazy loading of data, especially in table view | |
suddenly a batchquery appears batchquery files appearing in a local folder. Beside the fact that the local folders are not excluded from ... what that means. Also the $ file is extremely huge, what can be the reason ? hgzpincher Hans-Georg Zwicker Local files are generated in the temporary directory when processing exceeds RAM | |
app.jelastic.eapps.com and objectdb-docs/environment-variables/ Do you use the right file location for the ObjectDB files ? Peter   ... of ObjectDB files would be as usual, as demonstrated in the ObjectDB web application tutorials. Note that in embedded mode using ObjectDB is like using any Java library (i.e. adding a JAR file | |
Database corrupted after schema change via the toString() method). The DB Doctor finds then errors like this in the file : ObjectDB Doctor [version 2.8.3_05] Copyright (c) 2021, ObjectDB Software. All rights reserved. Scanning the database file ... to fix the DB file , the Doctor deleted all listed instances of TC. Could u please help me clarify | |
Replication failed and have the the following error in the log files : [ObjectDB 2.3.4] javax.persistence.PersistenceException Failed ... . The directory '$replication' and the files in the directory however are created but only once - is there anything special to do with permissions on file access? Many thanks for help or tips! AgileDeveloper | |
Starting Explorer programmatically Thanks though not working for me. Do I have to add the Explorer jar file to Gradle separately? Here are the relevant parts of my Gradle file : repositories { jcenter () maven { url 'http ... JAR file and it is not available on ObjectDB Maven repository. You can find it in the bin directory | |
Vacuum - Reclaiming Unused Space In Odb. Our odb files are about 50Gb in size and are written to about a million times a day ... file (basically a sql dump) and reload. Is there a capability in ObjectDb to provide a vacuum ... . Original File Size Post Doctor File Size   | |
NullPointerException in ENH.g(ENH.java:401) a list of objects from the database. Please check your database file for errors using the ObjectDB ... to read could be read before without any issues so it seems that the database file gets corrupted ... the database file ? Thanks in advance Markus Ritter doppelrittberger Markus Ritter We can check | |
OEM license, enhancer ObjectDB database files without the free edition restrictions. Any ObjectDB 2.x database file can be used (including a database that was created before purchasing the OEM license), since the database file | |
ObjectDB throws `NullPointerException` in internal code (`com.objectdb.o.ENH.b`) be able to upload files if you have any additional relevant information to share. support Support Hi ... is unclear, even after reviewing the bug report and the log files . The schema evolution rules ... , the database schema and the objectdb.conf file must be fully synchronized with the migration | |
Academic license limitations? code in the wrong configuration file , i.e. letting ObjectDB use a configuration file ... extra copy of the conf file and things worked just fine. Best Regards, Kal kmbugrara kal | |
database version Is there some way of telling, just from an obd database file , what version it is? dmoshal David Moshal An ObjectDB 2.x database file has no version, at least from the point of view of ObjectDB users. You should be able to use the same database file with different versions of the ObjectDB 2.x software. support Support | |
EntityManager refresh problem -------------------- package example; import java.io. File ; import javax.persistence.EntityManager; import ... ; File odbFile = new File (dbFileName);   | |
Missing (null) elements in eager loaded references a one file format (i.e. not a large Gradle project). This project has 21 Java files . Clearly ... for submitting this one file test case. Apparently the test passes if you change the following line:   | |
Cast exception?(); Where the query is a NamedQuery store in Player class file : @NamedQuery(name="Player.getPlayer ... because the URLClassLoader is not accessible for it. Where do you install the objectdb.jar file ... .persistence package name inside the objectdb.jar file ? So if there is a problem loading objectdb | |
package not found running ObjectDB under OSGi Hi I have created in Eclipse a new plugin from existing jar file and than I tried to enhance my classes (using Ehancer from that new bundle), however I got an error : [ObjectDB 2.2.8_02 ... of specific file based class loaders (by scanning the file system) but not in the general case | |
EntityManager getMetamodel() causes crash just the one type. The log file shows the same stack trace and nothing else of note. Crispy ... defined in the persistence.xml file ? Even if you do not use them em.getMetamodel().getEntities ... persistence.xml file with additional entity classes? support Support No, but this shouldn't make | |
objectdb on single server 20TB storage possible ?; Not affected Mmio stale data: Not affected Reg file data ... ) irdac1@gsrv5:~$ kadirbasol Kadir BASOL ObjectDB uses a single paged file for storage. By default ... size of 64 KB , a single database file can theoretically reach about 128 TB (64 KB × 2³¹ pages | |
Spring Data JPA - PersistenceException thrown failed; nested exception is com.objectdb.o._PersistenceException: Failed to validate xml file ... .java:351) ... 69 more Caused by: com.objectdb.o._PersistenceException: Failed to validate xml file ... : Failed to validate xml file / /META-INF/orm-objectdb.xml: at com.objectdb.o.MSG.d(MSG.java:75 | |
DB Doctor sets type to "unknown" for new fields and run DB Doctor on the exiting DB file in order to update the schema. The fields are added ... DB file is what was produced by DB Doctor after adding the emergency and broadcast fields ... the DB file and for the confirmation that it is Ok. We are struggling to understand then why updates | |
Post-compile enhancement fails when static Log4j 2.5 based logger used in Entity extends Element { On post-compile enhancement I get this error (as reported in the odb log file ): [ObjectDB 2.6.3_04] Failed to process class file of type 'com.example.SubEntity' (error 422) com.objectdb.o.UserException: Failed to process class file of type 'com.example.SubEntity' at com.objectdb.o.MSG.d | |
Is it possible to remove parent/child entities without refresh? example; import java.io. File ; import java.util.HashMap; import java.util.Map; import javax ... ; EntityManagerFactory emf = null; if (delete) { new File (dbFileName).delete(); new File (dbFileName + "$").delete(); } emf = Persistence | |
Merge with Parent/Child entities not possible Can you please tell me why the following unit test ends with "[ObjectDB 2.5.7_02] javax.persistence.RollbackException"? package example; import java.io. File ; import java.util.HashMap; import java ... ) { new File (dbFileName).delete(); new File (dbFileName + "$").delete();   | |
EntityManager creation taking long time, are the client and server on the same machine/VM? Do you see anything relevant in the ObjectDB log files (check both client and server log files if client-server is used). If you try ... . CAPdev CAP Dev Check the maximum connections in the configuration file (on the server side), maybe | |
Why does ObjectDB duplicate classes from javax.jdo:jdo-api?. Thanks, Joel jleblanc Joel Leblanc You are right, of course. JDO files should be removed from the objectdb.jar file . When ObjectDB 2.0 was released many years ago, one appealing point was that it had a single JAR file with no external dependencies (e.g., compared to Hibernate | |
Feature suggestion: auto-detection of entities via persistence.xml extension file . The classpath root that contains the persistence.xml file and any jar file specified with jar- file in the persistence.xml file (but not the entire classpath) are searched for annotated | |
evalution limit error on digital ocean ubuntu conf file . It gives below exceeds evaluation error when we try to run the code. Caused by: com ... the activation key in the wrong objectdb.conf file , i.e. in an objectdb.conf file that is not in use by ObjectDB. More details about the location of the ObjectDB configuraiton file can be found in this manual page . support Support | |
JDO PersistenceManager.getSequence() returns null sometimes When using JDO without annotations, database sequences are normally defined in the ORM file ... file . Unfortunately, it doesn't seem to be supported consistently. It appears to work only in the situation that a new odb file has just been created AND something has been persisted | |
Deleting archive log folder causes exception-01-08 18:53:55 #34601 *] com.objectdb.o.UserException: Failed to create a new file 'C:\SafeQORS ... any configuration. There is some file named archive created instead(?) of the original directory. The only way to get system working is to delete the archive file . Can you provide us some hint | |
Negative snapshot user count exception I found the following stack trace in my log files ; it's cropped up a number of times: [2013-08-23 ... file size = 297009152, dirty pages = 1, update list s = 2, dirty page map = 1, FastModel Ben ... (see attached log file ). Last week I had inadvertently left the database running with inadequate | |
ODB-FileWriter holds unecessary entity reference after transaction and entity manager are closed a transaction (including the entity manager) the ODB file writer still holds a reference to entities ... EmbeddedSystems Hello, we have already again problems that the ODB file writer still holds references ... of different Db files at the same time, each with own entitiy manager and open transaction holding | |
Unexpected exception (Error 990) com.objectdb.o.InternalException.Worker.run(Worker.java:54) The Log file : (It contains two error ... .eclipse.core.internal.jobs.Worker.run(Worker.java:54) In this case, the log file was not created ... :45) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) Log file : [2015-03-06 18:15:01 #1 | |
ObjectDB 2.6.8 Added JPA XML validation schema files to Maven/JEE objectdb.jar. Added automatic release ... . Fixed a NullPointerExeption on flush ( issue #1840 ). Fixed a bug in using temporary files in large transactions. Reverts a change in 2.6.6_08 that may cause issue #1839 . Attempt to fix a bug in using temporary files in large transactions. |