ObjectDB ObjectDB

Internal Website Search

151-160 of 200 resultsRefresh
9

The server cannot start in CentOS

.0.254,127.0.0.1" admin="true">    <dir path="/" permissions="access,modify,create,delete ... ,modify,create,delete">     <quota directories="5" files="20" disk-space="5mb" />    </dir>   </user ... ="access,modify,create,delete" />                 </user>                 <user username="$default
7

Schema-Update: Rename superclass and remove one subclass

to RenamedSuperClass and Remove the ChildClassB. <schema> <package name="schemaupdate.delete ... ) at schemaupdate.delete.UpdateDB.main(UpdateDB.java:32) Exception in thread "main" [ObjectDB 2.6.9 ... ) at schemaupdate.delete.UpdateDB.main(UpdateDB.java:32) btc_es BTC EmbeddedSystems Thank you for this report
7

Soft Reference Object Cache Recommendation

when the JdoBlob2 gets deleted. I use JavaVirtualVm to look at my application heap to see the references to the byte ... , leaving the newer ones in the cache, such as delete 1/2 of the list, the older ones, for each ... that if I delete the JdoBlob2 via persistenceManager.deletePersisted(jdoBlob2) then the memory gets
7

impossible to drop a table with 50 million objects

when trying to execute in explorer (max heap size 1GByte) delete from LogEntry l it comes ... Zwicker This may be because the transaction size is limited by the heap size. You can try deleting these objects in batches, using several transactions, each transaction will delete the results
7

virtual servers and one file

,create,delete" /> </user> <user username="$default" password="xxxxxxxxx"> <dir path="/$user/" permissions="access,modify,create,delete"> <quota directories="5" files="20" disk-space="5mb" /> </dir> </user ... the right format. You may delete it from your server. support Support No issues were found in the heap dump
7

Database(*.odb) file size on disk

us something about how the deleting of entities affects the size of *.odb files on disk? -Will the released ... a small test, in which we create and delete entities. It looks like that the released memory ... reuses space of deleted objects but the database is never resized to a smaller file. Currently
7

Size of recording directory keeps growing

to the "write" mode. ObjectDB does not purge old recording files. However, you can delete old odr files ... #3500781. If you want to delete all the odr files except the last one, 9123744.odr, you should first ... and what they mean, and which ones do I need to keep in order for restoration,and which can be deletes
7

Embedded in JDO metadata not working in objectDB 2.x ?

are created and then delete all the unwanted entity objects that the new embedded objects replace ... smooth, the new embedded objects were created, but how can I delete now the unwanted entity objects ... the Explorer and can not make a query on them. jakab Gergely Jakab Try running the delete query from a small
1

ClassCastException: com.objectdb.o.SLV cannot be cast to com.objectdb.o.RSV

.ObjectCacheDB.delete(ObjectCacheDB.java:356) at com.ysoft.cache.objectdb.ObjectCacheDB.delete(ObjectCacheDB.java:347) at eu.ysoft.safeq.ors.CacheDBWrapper.delete(CacheDBWrapper.java:73) at ysoft.sqcore
1

Exception Failed to read from file

.ysoft.cache.objectdb.ObjectCacheDB.delete(ObjectCacheDB.java:356) at com.ysoft.cache.objectdb.ObjectCacheDB.delete(ObjectCacheDB.java:347) at eu.ysoft.safeq.ors.CacheDBWrapper.delete(CacheDBWrapper

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