ObjectDB Database Search
151-200 of 200 resultsOccasionally slow requests in load testing around 350 threads in the db server process and it is configured for 400. The server it is running ... configurable timeout on the client size and ideally also ability to retry. Kind regards, Natalia ... configurable timeout on the client size and ideally also ability to retry. You can try setting | |
JBOSS AS7 7.1.1 - Entity not persisted and createNamedQuery fire exception is not reasonable. Maybe some configuration can be done at JTA or cache level of JBoss in the jboss configuration file or persistence.xml file ? The standalone.xml configuration file contains | |
Eclipse plugin problem (using ObjectDB as a separate bundle) so the exception is unexpected. Please try changing the configuration : If this doesn't help ... Configurations ... Select _com.epimss.lab.product in the left list, then choose Plug-ins tab ... .lab plugin, right click, select " Configure " in the popup menu and then select "Convert to Groovy | |
Problems Running ODB Explorer. The location of the active configuration file is relative to the location of the objectdb.jar file, as ... configuration for all of them. You wrote that you had to activate odb several times. I see 5 ... more than one activation code in the xml configuration file. Technical support via this public forum | |
Jboss 6 persistence.xml startup error://localhost:8080/Guestbook/guest (if JBoss is configured to use port 8080). The default ObjectDB home directory is the deploy directory: the default ObjectDB configuration can be placed at deploy/object | |
Is there a way to set EAGER fetch on all "ToMany" collection relationships Given that the default seems to be FetchType.LAZY for all collections @OneToMany and @ManyToMany. Such as a configuration option. Instead of having to explicitly set fetch in annotation code in every relationship. webel Dr Darren Kelly No. There is no such configuration option, since having EAGER | |
listening on a particular IP aside localhost 8888 in configuration file but I wasn't able to add listening ip address such as 192.168.50.56 olyjosh ... on all of them and specifying specific IP addresses is not supported. Associating a server with IP addresses is of course unrelated to the ObjectDB configuration . support Support | |
Academic license limitations? code in the wrong configuration file, i.e. letting ObjectDB use a configuration file | |
Server closes if large query runs out of memory, how about making it a non-default configuration option? sjzlondon Steve Zara This issue was discussed ... is often the result. So ObjectDB users must use a configuration that will keep sufficient reserve | |
Server connection management.java:107) at com.objectdb.Server.main(Server.java:66) It would be useful to have a configuration ... to have configuration settings to control the connection pool (min/max connections, etc...). Thanks, Carl | |
Size of recording directory keeps growing the size or history of recording? Is there any setting in configuration file? Thank you   ... :28 active eko EKO FAJAR First, please check the recording mode in the configuration file | |
errors on repair the configuration we are using the (unofficial) combined embedded/server mode. The problem occurs in the embedded ... hgzwicker Hans-Georg Zwicker The configuration looks fine. We will need either a test case or | |
EntityManager creation taking long time that you think may be leading to this situation? Are there any timeouts that can be configured to prevent ... . CAPdev CAP Dev Check the maximum connections in the configuration file (on the server side), maybe | |
objectdb.conf Information the config for the next release? This would certainly help a lot in managing configurations ... thanks ... of the configuration file is not expected anytime soon. But build 2.3.3_01 makes all the top level elements | |
Cascading delete Is there a configuration parameter to set this? dmoshal David Moshal You can set cascade delete using annotations (see also the Orphan Removal section). JDO defines similar annotations, and both JPA ... configuration . You cannot set global cascade delete since that will be too risky - you may delete the entire database. support Support | |
Optimistic lock failed and exceptions in the configuration :   ... to be officially supported in next versions. Update: The configuration above is now | |
connect with server the server . The database will be created automatically if it doesn't exist. You can configure the location of the database files by setting the server configuration . support Support | |
Again about $temp from objectdb.conf I am using the 2.4.5 distribution and I'd like to set up $temp to another folder than the system uses. In my web application I use a servlet to configure some values: public void init(ServletConfig ... that ObjectDB uses in the configuration file . By default ObjectDB uses $temp/ObjectDB where $temp | |
recovery enabled="false", still creates tablename.odb$ files Running in embedded mode, configuration specifies " ". Still, tablename.odb$ files get created, and if still present after an abrupt stop, the application will not restart properly.   ... default the configuration file is loaded from $objectdb/objectdb.conf. You can add an XML error | |
database optimization Hi, couple of questions regarding database optimization: 1) Noticed something odd with the level 2 cache configuration : level2="0mb" - 20 msec query level2="2mb" - 10 msec ... configuration is by testing your application with different settings. But be careful in jumping | |
Custom Transaction Manager Hi, I am trying integrate ObjectDB and Quarkus Framework. Quarkus use Narayana/Arjuna transaction manager. ObjectDB doesn't allow me to configure custom JNDI name or Transaction Manager class and method name. Is there a hidden configuration property to set class and method name to use arjuna tm. I | |
Is there an update on running ObjectDB purely in-memory? version 2.6.4. In the configuration you can define suffixes that indicate memory only databases:   ... of the configuration element should follow this format , when only the element is set to use in-memory mode. support Support | |
ObjectDB Parsing taking huge processing time a configuration file with many unused activation keys or having schema with hundreds of complex types ... . Check how many activation keys you have in the ObjectDB configuration file (objectdb.conf | |
EntityManagerFactory Fails To Swtich Over To Slave When Master Is Unavailable Configuration   ... ; Slave Configuration   | |
First query takes 4+ minutes to complete stored in the database, or youngest 50 records. DB configuration We use following configuration in | |
Check for index existence ?? If you do, set the server configuration and check the server logs (queries are executed on the server ... that specific configuration file. Check the location of the objectdb.conf file, the location | |
unable to update table in slave server database.java:224) This is the configuration done in objectdb configuration file.   | |
Start ObjectDB inside java code.; SimonKhan Simon Bedard You still need a separate configuration file. Only the path of that this configuration file is provided as argument to main ( using -conf ), not its content. support Support | |
Java 6/7 Performance Comparison of the entity manager and I was wondering if there are any additional configuration options I ... and see similar results, both with the default configuration when downloaded | |
Session lost configuration which can fix this problem.......... best babak.naddaf babak naddaf It may be a firewall restriction. If it is, specifying inactivity timeout in ObjectDB configuration may solve the problem. support Support | |
Multi-tenant capability with hierarchies here . You will have to configure the EntityManagerFactory creation to accept a parameter, if you want ... " ) ; } Is this how you meant You will have to configure the EntityManagerFactory creation to accept | |
Replication error on slave restart, unless recording is not working on the master server. Could you please post the configuration files ... , could you please try changing the master recording configuration : support | |
Spring MVC Errors execution not covered by lifecycle configuration : org.codehaus.mojo:exec-maven-plugin:1.2:java (execution ... : Description Resource Path Location Type Plugin execution not covered by lifecycle configuration : org | |
LDAP and ObjectDB but not in the configuration file. You can use one shared user in objectdb.conf for the entire ... the database. The purpose of the user permissions in the configuration is mainly for managing different users | |
Massive schema update Hello, I need to rename/move a lot of classes in my project. I know how to do it with the configuration element, but it's a big database, and I guess that I am going to have  ... of schema update (including using the configuration element) is minimal. After an old object | |
Glassfish 4 JTA Data Source Support I would like to have the persistence.xml of my server application (REST service) use a JTA data source, so that I can configure the data source from the app server (Glassfish 4 in my case). My application already uses a number of JDBC data sources for Oracle etc., that are configured in | |
Query results are not up to date for entities, not primitives the configuration file that you are using, demonstrate the queries and explain how updates are performed? Note ... parameters over JPA functions. flavioreboucassantos Flávio Rebouças Santos Your configuration | |
PersistenceException: Failed to locate field)." is this a bug, or have I somehow configured the database to complain about this? dmoshal ... of the Enhancer page ) against the configuration based enhancement, which in some environments doesn't work | |
problem using macbook with M1 chip? on an attempt to open the ObjectDB configuration file. Nothing has been read yet from the file ... the ObjectDB configuration file, which failed. support Support a big sorry, it was a security setting | |
Groovy JPA example Moshal Nice. Thanks for sharing it. support Support Is there a preferred/recommended way to configure ... , so you cannot configure a JDBC based data source. You can connect ObjectDB from Groovy as specified in #1 above, or | |
ObjectDB 2.x is working without any activation code all your development machine and include all the generated activation codes in the configuration file, so you will be able to share one configuration file for all the development machines. support Support Hi | |
cannot delete objects after crash (see issue 2283). Could you please post your production objectdb.conf file? support Support find attached our configuration hgzwicker ... performance after the configuration change and report as it may have significant effect on speed in | |
each 1-2 days objects on some objectdb level lock/block each other the system configuration hgzwicker Hans-Georg Zwicker Maybe you are reaching the limit with the CPU usage ... then reducing the number of processing threads in the ObjectDB configuration could help. You may try 40 | |
Add Type level permissions to ObjectDB Server Ashton Hogan A possible way to support this feature request is using the user list in the configuration . Currently this configuration supports directory and file (i.e. database) level permissions | |
several times a day queries take several minutes that is still open? Suspected configuration : Consider increasing the threshold to avoid using temporary files ... OK. Please report if these configuration changes have any effect on this issue. support Support | |
ODB Server tries to write a log file to a weird location when no other location is specified (e.g. a configuration file with another location is not found). There some ... . if there is an error before the configuration file can be read). Please check if this happens | |
References to objects of missing obsolete entity classes workaround that you can try is to change the configuration file and allow reflection , or include a dummy ... ? What happens if you change the configuration to enable reflection mode (see #2 above)? Do you have a sample | |
Exception when the log file is full and no archive is defined We encountered an issue with the logging mechanism. We enabled full logging (logger name="*" level="debug") and logged to a file with limited size. We did not configure a log-archive (log-archive ... , the configuration in our case was wrong. An improved error message would definitely help when this happens | |
Getting an error when adding activation code to conf file.o.RCL. (RCL.java:36) ... 8 more If I remove the activation code from my configuration file, I ... to add the activation code to my configuration file and run the application successfully. Thank | |
Another NPE on em.createQuery(query).getResultList() the eclipse project configuration files, or you could m2eclipse eclipse plugin). SeedEntityImplTest is a testng test. I temporarily committed changes to configure the project ready for object |