ObjectDB Database Search
1-49 of 49 resultsReplication error - parsing objectdb config I'm trying to replicate a database using the following config : The 6126 ... with a connection error) it failed with the exception below. Is there something wrong with my config ? Caused by: com ... is running on port 6136 while the slave runs on 6138. Config from the slave looks as follows: My test saves | |
odb files and config file://www.objectdb.com/java/jpa/setting ) that you can define the odb home in a config file. But where to I find the config file in my project? pril Max Mustermann You can specify an absolute path. support Support | |
config file for embedded database Hi, I'm going back to embedded mode after some time with client/server mode. Question: how does the embedded jar find it's config file? Dave ps: thanks for the improvements to the explorer - still need a way to view (view only) an open embedded database. dmoshal David Moshal The same procedure | |
config optimizingconfig optimizing | |
Schema-Update: Deactivation of automatic entity class removing and introduction of a new class remove in the schema config to explicitly define the classes, in the schema config (objectdb. config ), that should be deleted. In | |
config file for embedded database Hi, I'm going back to embedded mode after some time with client/server mode. Question: how does the embedded jar find it's config file? Dave ps: thanks for the improvements to the explorer - still need a way to view (view only) an open embedded database. dmoshal David Moshal Please read | |
Spring Data JPA - PersistenceException thrown. config .JpaMetamodelMappingContextFactoryBean.getMetamodels(JpaMetamodelMappingContextFactoryBean.java:90) at org.springframework.data.jpa.repository. config .JpaMetamodelMappingContextFactoryBean ... . config .JpaMetamodelMappingContextFactoryBean.createInstance(JpaMetamodelMappingContextFactoryBean.java:26 | |
How to define Default Entity Listeners without persistence.xml and orm.xml Listeners. How to do ? Here my init code: Properties config = new Properties(); config .put("javax.persistence.provider", "com.objectdb.jpa.Provider"); config .put("javax.persistence.jdbc.url", "objectdb://localhost/my.odb"); config .put("javax.persistence.jdbc.user", "admin"); config .put("javax | |
Activation Issue) ~[MetamodelImpl.class:na] at org.springframework.data.jpa.repository. config ... ) ~[JpaMetamodelMappingContextFactoryBean.class:na] at org.springframework.data.jpa.repository. config ... ) ~[JpaMetamodelMappingContextFactoryBean.class:na] at org.springframework.beans.factory. config .AbstractFactoryBean.afterPropertiesSet | |
Again about $temp from objectdb.conf config ) throws ServletException { super.init( config ); System.setProperty("objectdb.home", config .getInitParameter("OBJECT_DB_HOME")); // sets $objectdb System.setProperty("objectdb.conf", config .getInitParameter("OBJECT_DB_ CONFIG ")); } Well, my question is: what would be the name of the property | |
ObjectDB License Error I got.manage. config ; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.data.jpa.repository. config .EnableJpaRepositories ... JpaTransactionManager(emf); } } for config file i have specified on jvm param -Dobjectdb.conf=F:/Files/Works | |
Can I Disable the Creation of the "log" Directory?, "objectdb.conf"); if(Files.exists(objectDbConFile)) System.out.println("objectdb. config FOUND"); else System.out.println ("objectdb. config NOT found"); Path logDirectory = Paths.get(currentDirectory ... \Programming\UniLogical\ObjectDbTest objectdb. config FOUND log does NOT exist before test ObjectDB created | |
objectdb.conf Information: - Which config entries are relevant for the client and which one for the server? I.e. what about: we want ... the client and the server config ? quasado Alexander Adam Yes, this is confusing. The objectdb.conf file ... the config for the next release? This would certainly help a lot in managing configurations... thanks | |
PostUpdate on array changes Given this config : I'm not getting PostUpdate changes when a string is added to a list ... the config file before any tests with: System.setProperty("objectdb.home", " ") b) So, now that I'm sure that objectdb.conf is found - The config path as set above is printed to the logs, and  | |
JPA Configuration without persistance.xml to do the following: org.hibernate.cfg.AnnotationConfiguration config = new AnnotationConfiguration(); config .addAnnotatedClass(mypackage.MyClass.class); org.hibernate.SessionFactory factory = config | |
Replaying recorded requests... Hi, I get the following when ODB starts in embedded mode: Replaying recorded requests... then I get something like 500 lines of recordset information. Here is the relevant part of the config file ... have recording sets when that is turned off in the config file? b) should I be worried about so many | |
ObjectDB Roles and Groups Hello, How can I incorporate roles/group in ObjectDB config file? I see no support for this. For example, I would like to place several users under a given group or role, but I see no way of doing this as no such element is present in the config file. Is it possible to have this? st.clair | |
enumeration table? how to on pure jpa? application configs . Like; tablename : enumeration table rows: key   ... ; } } So , when i make set , get servername I will directly set or get config from server. I know | |
Unexpected NoSuchFieldError exception out whether configuration settings have been found (e.g. is it possible to print out the config that ObjectDB is using, ie: in case it hasn't found the right config file). [ObjectDB 2.6.9_09 | |
Dirty checking) some config settings to track changes to collections, e.g: http://www.objectdb.com/java/jpa/setting ... thinking, I need to: 1) set the config file to track array changes. 2) capture all entities changed | |
ObjectDb.conf Defaults"); if(Files.exists(objectDbConFile)) System.out.println("objectdb. config FOUND"); else System.out.println ("objectdb. config NOT found"); System.setProperty("objectdb.home", currentDirectory); // Sets | |
Glassfish 4 AbstractMethodError: com.objectdb.jpa.EMF.createEntityManager. config .ApplicationConfig]: Servlet.service() for servlet org.netbeans.rest.application. config | |
turn off auto-serialization persistable type java.lang.Class (error 303) regardles config settings :   ... ; Yes, you are right, wrong config file and I waited for callback i embeded entity, my fault. Tomasz Tomasz Wozniak | |
Unexpected exception during open the database have now disabled the index update in *all* objectdb config files that we use, including the ones ... still enabled and I don't know why. I've attached our config file to this post. Can you please have a look | |
mapping file is not being loaded; mil/navy/navo/arf/ config /orm.xml   | |
Enhancer failure: Failed to process class file of type.2_02 and the following enhancement config in gradle works: task enhance ( type: JavaExec ) {   | |
Activation Issue and put both in the config . Hopefully now it will work regardless of where I am. pedwards Paul Edwards | |
Failed to commit transaction: Attempt to commit a rollback only transaction config file update 2: problem goes away with this check:   | |
Mismatch client-server protocol prefix don't understand it fully. This are the annotations of the config class: @SpringBootApplication | |
Schema evolution & renamed/moved enum to use the tag in the config file because my enum is not an entity. What is a the proper way | |
Post-compile enhancement fails when static Log4j 2.5 based logger used in Entity.apache.logging.log4j.core. config .xml.XmlConfiguration.(XmlConfiguration.java:97) In the build.xml Ant | |
osx menu item about window osx menu item (for starting/stopping server, viewing config files, data roots, etc) is extremely useful. However, currently the about box doesn't show the current jar version of the server (and with rapid updates, it's difficult to know which version of the server is currently running, and track | |
Suspected memory leak Hi, We are running soak testing with Object DB and it is showing signs of memory leak: used memory is growing overtime until Object DB JVM fails with OutOfMemoryException. Object DB is running in a separate JVM. All the config is attached. We are continuing to investigate this and will create | |
Cache usage. The config is attached as well. The question is: is the cache really used ? hgzwicker Hans-Georg | |
Insert time increases as db grows.; then 11 seconds and so on. Should I change my config in some way to get more stable insertion time | |
OptimisticLockException the following works for me: 1) standard config file with these changes: 2) refreshing every object and in | |
Tuning and making reliable for server For production , sometimes we modify entities. We use this config on production for 128GB Ram server its too low ? with 48 Core How to increase performance more ? Also chatgpt suggested to use this for auto update entities but when i add it , it crashes. ObjectDB doesnt let these params :   | |
Cannot cast com.objectdb.jpa.Provider to PersistenceProvider Hi! I'm trying to get ObjectDB 2.5.1_1 work with stable Glassfish 4 in a Java EE 7 NetBeans project. objectdb.jar is added into GF's classpath (domains\domain1\lib\ext folder). Any help, please?... Thanks! Here it is the persistence.xml config : com.objectdb.jpa.Provider The following error appears | |
Multiple inputs not supported on WHERE ?; at com.manage. config .security.JwtTokenFilter.doFilterInternal(JwtTokenFilter.java:141 | |
How force always recreate database on redeployment.. Is there a system property, persistence.xml property, or config file property I can use to set | |
Open several objectdb databases the same time that uses objectdb and my requirement is to share database so i create new config file | |
Attempt to refresh a non managed entity object (error 635) Just ran into a problem that I've not seen in 10 years of running ObjectDb: java.lang.IllegalArgumentException Attempt to refresh a non managed entity object (error 635) Nothing changed in my code, but I'm wondering if there is a problem with the config file, and /or my recent experiments | |
ODB should auto-restart if it detects it's necessary objectdb. config ) that each time ObjectDB detects a schema change that requires restart | |
doctor error message after database getting page errors we have now these entries: Large number of query plan combinations (1906624) is there a config setting | |
ArrayIndexOutOfBoundsException. config .RAConfig[raId] requires rebuild. - has 3 entries instead of 0 [3] Index com | |
Support for roles/groups in ObjectDB ObjectDB should incorporate roles/group in ObjectDB config file? I see no support for this. I would like to place several users under a given group or role, but I see no way of doing this as no such element is present in the config file. Maybe under the $default, or any particular user | |
ODB Server tries to write a log file to a weird location We are testing client-server architecture. Our server has the following config : path = "$temp" threshold = "64mb" / inactivity-timeout = "0" / size = "0" user = "true" password = "true" / path ... /" retain = "90" / name = "*" level = "info" / Client has the following config :   | |
Entity field renaming does not work String comparisonDisplayDataTypeName; We added the schema for renaming to the objectdb config :   | |
Server out of memory exceptions is connecting to quite a few databases so it may be that the problem boils down to the cache/ config |