ObjectDB ObjectDB

Internal Website Search

131-140 of 200 resultsRefresh
7

OutOfMemoryError on search after update on DB created with DB Doctor

the configuration). We create a large file deliberatly as we do not want Object DB to increase its size ... specified in the configuration file. So if you make sure that the same configuration that was used
7

EntityManagerFactory Fails To Swtich Over To Slave When Master Is Unavailable

more Master Configuration <objectdb>         <general>                 <temp path="$temp ... /client-tstore" password="pwd" />         </ssl> </objectdb> Slave Configuration <objectdb ... ()); } } imofe thomas simms Your test and configuration files are fine. It was a problem in ObjectDB
7

Attempt to refresh a non managed entity object (error 635)

with Intellij's JPA database explorer, which required me to use a JPA persistence.xml configuration file ... on my own a bit more. Am thinking it's time to really dig into the configuration parameters ... sure that my configuration is not right. dmoshal David Moshal
7

Out of memory

the ObjectDB configuration file (to show cache sizes, etc.). support Support I just uploaded ... parameter in the configuration. The default of 64MB may be too high (because it means using ... configuring ObjectDB to use less memory) should solve the problem. The database size should not
7

Path in tomcat

/, then where the .conf should be in? And the .odb? See explanations about ObjectDB home and configuration path ... Support You can try configuration like this (it's my day to day dev environment): - create directory ... /objectdb.jar" or by setting this in your dev software (in my case in eclipse server configuration
7

Query results are not up to date for entities, not primitives

values rather than entities, so these queries are different. Could you please post the configuration ... <!-- ObjectDB Configuration --> <objectdb> <general>   <temp path="$temp/ObjectDB" threshold ... over JPA functions. flavioreboucassantos Flávio Rebouças Santos Your configuration indicates
1

javax.persistence.PersistenceException Attempt to store an instance of a non persistable type java.net.URL

the configuration. support Support I've set <persist serialization="true" /> in objectdb.conf, but still got ... ObjectDB in client-server mode - verify that you changed the configuration on the client side. support Support Thanks. I forgot to set configuration file in client. Just set System.setProperty("objectdb.conf
1

Entity field renaming does not work

configuration as posted above. However, for this to work the timing is very important. On the first time that the database is opened with the schema change specified in the configuration file ... names and your ObjectDB configuration file? support Support I created a private ticket: https://www
1

Server out of memory exceptions

the configuration. support Support Fair point - I hadn't considered the caches. I've rerun the test ... size (it makes sense to make the configuration more flexible in the future). You may try reducing ... might be larger than the size in the configuration in some cases. I will check the heap dump
1

stackoverflow big sur eclipse debug

you for this report. It may indicate an issue with access permission to the objectdb.conf (configuration ... the access permissions to the configuration file. Anyway, ObjectDB should produce a better error message ... the configuration file and not the database file. Although the ObjectDB jar file is minified

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support