ObjectDB ObjectDB

Internal Website Search

111-120 of 200 resultsRefresh
8

Access objectdb.conf as class loader resource

Hi, is it possible configure ObjectDB so it searches the objectdb.conf file as a class loader resource? Regards, Vladimir tsichevski Vladimir Tsichevski If a configuration file is not found at the expected path, then it is loaded as a resource from: META-INF/objectdb.conf Default configuration
8

run several embedded systems on one server, problem with double used port

but there are endless logs generated reporting about a double used port. Ist there a possibility to configure ... the ObjectDB configuration: <embedded-server enabled="false" /> support Support we switched ... Zwicker Please verify that you only use a configuration file that specifies: <embedded-server
8

Open several objectdb databases the same time

(read/write speed) after re-configuring open a database with socket model? Do you have any metrics ... that using undocumented option in ObjectDb configuration file is allowing to open several databases ... please help me to solve this problem prateek Prateek gupta A possible cause is that the configuration
8

Failed to commit transaction: Java heap space (error 613)

an option for us) or periodically restarting the JVM? b) Can we configure ObjectDB to use less heap space and persist more data on disk instead? c) Can we configure ObjectDB not to throw the exception ... (which could be missing in OutOfMemoryError) it may help. We may be able to add a configuration option
8

Primary key generation problem after changing entity package

... /></schema> of my configuration file - and the changes have been succesfully made in database ... update to the configuration:     <schema>       <package name="com.objectdb.test.forum ... , notice that any code refactoring that is not synchronized with the configuration may damage the database
8

turn off auto-serialization

configuration and now serialization (which should usually be avoided) is disabled by default. support ... only when the configuration is changed to true the build passes. Please verify that you changed the correct configuration file. If you have separate configuration files for the server and the client
8

ObjectDB Enhancer Tool in Java 9

output: com.objectdb.o.UserException: Configuration is not found - try setting objectdb.conf at com ... :32) Caused by: com.objectdb.o.UserException: Invalid configuration in 'internal' - Check permissions ... >(CFG.java:61) ... 2 more Caused by: com.objectdb.o.UserException: Configuration is not found - try
8

Activated ObjectDB still throws "Too many persistable types"

my configuration changed except the version. What could possibly be the problem with that? Is there any way ... sure that activation code is set in the server configuration file (not on the client ... ? support Support > Make sure that activation code is set in the server configuration file (not
8

Performance tuning, best practices

we would expect. We have currently 20.000.000 objects in the database, our configuration settings are: <!-- ObjectDB Configuration --> <objectdb> <general> <temp path="$temp" threshold="64mb ... settings in the configuration ? - other hints or proposals hgzwicker Hans-Georg Zwicker
1

ArrayIndexOutOfBoundException

of the database? What is the size of the page cache, as specified in the configuration. Can you identify ... Configuration is default: <processing cache="64mb" max-threads="10" /> <query-cache results="32mb" programs ... running ObjectDB with the following configuration:     <processing cache="64mb" max-threads="10

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