ObjectDB Database Search
101-137 of 137 resultsReplication error on slave restart) I changed my local ODB conf (recovery=false, recording=true), restarted and opened it with explorer | |
Java 6/7 Performance Comparison and then again after adjusting the objectdb. conf to grant more memory/threads to applications but have not noticed any | |
OutOfMemoryError on search after update on DB created with DB Doctor totalrecall 1339 Feb 19 16:35 objectdb. conf -rw-r--r-- 1 root root 1073741824 Mar 11 12:40 SystemDB.odb | |
BIRT plugin: Trouble with Client/Server connection: 2.5.6.b04 (server)objectdb. conf : -points.odb copied to D | |
Complex Schema Upgrade not working added the schema upgrade to the objectdb. conf :   | |
a second mapping-file is ignored in persistence.xml by enhancer all entities were enhanced (the activation code would be removed from objectdb. conf after enhancement | |
Start ObjectDB inside java code. of that this configuration file is provided as argument to main ( using - conf ), not its content. support Support | |
First persist takes long time Here you can see well that it will take longer if the entity is more complex. Important setting in objectDB. conf for the example | |
Pre-detach loading: retrieval by navigation not working in if statement (objectdb. conf that is available to the the objectdb.jar file that is used as a java agent):   | |
Open several objectdb databases the same time application instances! Following steps are required: 1. Update in conf file following section 2. Use in source | |
significant performance decrease settings, current objectdb. conf is: Now the question is, are there settings to change the caching | |
objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check") vs. generic classes with interfaces: detailed investigation - Edit activation code in objectdb. conf as needed. - Open in NetBeans8.1 and perform Clean and Build | |
How can I enable serialization? How can I enable serialization for objectdb or an entity manager if I do not use a configuration file: System.setProperty("objectdb.???", /* ??? */); OR this.entityManager.setProperty(/* ??? */, /* ??? */); itsme Martin Petzold It has to be enabled in the objectdb. conf file as shown on this manual | |
client server mod of communication. if any changes in objectdb. conf file give me the that codes also. Thank you. Bimal Bimal kumar | |
unable to connect to remote server using VPN:844) ----------------------- The users section in objectdb. conf in server is as follows.   | |
multiple connection using share folder: - conf : specify a configuration file explicitly -port : override configuration's server port | |
com.objectdb.o.TEX: Type ... is not found, for a class that's already been enhanced successfully.-2019-09-12. conf [2019-09-13 17:13:02 #7 type] Type common.app.Model is not enhanced. [2019-09-13 | |
setting activation code in persistence.xml or env file or system properties. conf resource in the objectdb.jar file. support Support | |
How to check that ObjectDb licenses are activated? Hi Support, I have added license keys to objectDb. conf file and according to https://www.objectdb.com/forum/1384 I tried to check the activation status using following code EntityManagerFactory emf = Persistence . createEntityManagerFactory ( "objectdb:myDbFile.odb" ); boolean isRegistered = emf | |
Doctor for large database You need an objectdb. conf file with the activation code, as usual, where ObjectDB expects it . support Support | |
Schema Update large refactoring Hello, we want to perform a major refactoring of our package names and hence need to do an automatic schema update of our database using the objectdb. conf file. The old package structure looks like this: "com.btc.ep.*, while the new one will be "ep.*", where "*" can be any number of "sub"-packages | |
Performance of "InsertTest". And conf is set as " " What happen? The 2011 version is better than the version 2.8.0 | |
Academic license limitations? extra copy of the conf file and things worked just fine. Best Regards, Kal kmbugrara kal | |
ObjectDB Parsing taking huge processing time. Check how many activation keys you have in the ObjectDB configuration file (objectdb. conf | |
Not releasing locked MST object Thanks for the tip. I don't have the element in my ObjectDB conf file, so I guess the index | |
java 8 LocalDateTime is not working in query explicitly using objectdb. conf and hence default serialization="false" is being used in my case | |
Support Attribute Conversion for Persistence the objectdb. conf file). 2) They also make it possible to persist custom objects | |
cannot delete objects after crash (see issue 2283). Could you please post your production objectdb. conf file? support Support find attached our configuration hgzwicker | |
merger missing in log. conf [2018-05-14 15:00:52 #4 server] Server on port 3333 has started by 476@wzbhb101 [2018-05 | |
each 1-2 days objects on some objectdb level lock/block each other error shown - ojectdb. conf is (we tried max-threads with 24, 40, 80, more or less the same result | |
Unexpected exception during query, if entity is not enhanced Hello, the entity TCVector is not enhanced and the enhancement check in the objectdb. conf is active. And we got an unexpected exception in our main thread. Do you know why? We had expected that the activated enhancement check would throw an exception. In a parallel secondary thread we got | |
Errors in log to repprt] Configuration path: F:\Hummingbird\Objectdb\db\objectdb. conf [2019-09-26 11:33:40 #4 server] Server | |
Enhancing a class causes it to not save changes. models, the objectdb logs for both the enhanced and unenhanced versions, and the objectdb. conf | |
database corrupt. One possible cause is not using sync in the objectdb. conf , which we may have discussed in the past | |
stackoverflow big sur eclipse debug with access permission to the objectdb. conf (configuration) file rather than to the database file | |
ObjectDB 2.8.5 Fixed a bug in using AS in SELECT NEW (breaks some Spring Data JPA queries). Fixed a bug in tracking changes to new collections after flush ( issue #2640 ). Fixed a StackOverflowError on no access permission to objectdb. conf ( issue #2643 ). Fixed a bug in managing pessimistic locks after using | |
Unexpected exception when execute query without enhanced entities ObjectDB 2.8.7.b08 Our entities are not enhanced and we execute a query "select max(uid) from ModelElementImpl". In the objectdb. conf the reflection is set to error. ... We got following exception after execution of the query: Caused by: com.objectdb.o.UserException: Unexpected query token |