ObjectDB ObjectDB

recovery enabled="false", still creates tablename.odb$ files

#1

Running in embedded mode, configuration specifies "<recovery enabled ="false"... />".  Still, tablename.odb$ files get created, and if still present after an abrupt stop, the application will not restart properly.

 

What do we need to do to not utilize recovery files (not have orphan tablename.odb$ files)?

edit
delete
#2

Could you please verify that this setting is in the correct objectdb.conf file?

As explained on this page (with more details):

The value of $objectdb (the ObjectDB home directory) is derived from the location of the objectdb.jar file. It is defined as the path to the directory in which objectdb.jar is located, with one exception - if the name of that directory is bin, lib or build the parent directory is considered to be the ObjectDB home directory ($objectdb).

... by default the configuration file is loaded from $objectdb/objectdb.conf.

You can add an XML error to the objectdb.conf file. If your application is still running then it is not the right file.

ObjectDB Support
edit
delete

Reply

To post on this website please sign in.