ObjectDB ObjectDB

Internal Website Search

61-70 of 137 resultsRefresh
9

InternalException when reading a HashMap

Hi, our app threw this exception during saving an object after running for several days (using the database) and we have the proper activation key set in objectdb.conf file. Caused by: com.objectdb ... services running with it's own objectdb.conf. So we added the new activation key
9

Is there an update on running ObjectDB purely in-memory?

below one in objectDb.conf file   <database>       <extensions drop="temp,tmp" memory="mem,memory ... \objectdb.conf line 22: cvc-complex-type.2.4.a: Invalid content was found starting with element
9

How force always recreate database on redeployment.

to the path of the objectdb.jar file (see the manual), so make sure you edit the correct objectdb.conf ... /bin as: java -cp ./objectdb.jar com.objectdb.Server start The objectdb.conf above the bin I run
9

Compiled Queries and Cache

objectdb.conf has options for query results and program cache. (objectdb.conf > database > query-cache > results and programs, https://www.objectdb.com/java/jpa/setting/database#The_query-cache_element_.) query.compile(); query.closeAll(); After code like above, are the query results and program
9

How to open a running db in ObjectDB Explorer?

to your objectdb.conf file: <server>   <connection port="6136" max="0" />   <data path ... this specific objectdb.conf file. support Support Hi, The application is deployed on Glassfish 4.1.1 I
9

Activation key causes database to not start

We had ObjectDB version 2.5.7_06, then we bought a server license, then we activated it today. We get an error when trying to start ObjectDB after adding activation in objectdb.conf. We initially ... . We still cannot start ObjectDB if we add the activation key in objectdb.conf. This is the ObjectDB log
9

Client server mode no longer works after JRE install

the command line or batch file? The conf file cannot be used to state which jvm is being used? cmahony Craig Mahony The conf file cannot be used because it is read only after the JVM is found and started
9

Activation license not picked up in Jenkins

/jenkins_home/workspace/AuctionSoftware-gh02_master/config/objectdb.gh02.conf and is correct, as ... /jenkins_home/workspace/AuctionSoftware-gh02_master/config/objectdb.gh02.conf [2020-09-03 22:03:33
6

Jboss 6 persistence.xml startup error

configuration can be placed at deploy/object.conf, the ObjectDB log directory is deploy/log
6

Database connection url

I'd like to run a database called db1.odb on port 6136, and simultaneously open it in the explorer. I left the conf file set as: <server>     <connection port="6136" max="100" />     <data path="$objectdb/db-files" /> </server> However, I'm not sure about the connection url for the code

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