Internal Website Search

171-180 of 200 resultsRefresh

First query takes 4+ minutes to complete

> <objectdb> <general> <temp path="$temp" threshold="64mb ... ="true" /> <log path="$objectdb/log/" max="8mb" stdout="false" stderr="false" /> <log-archive path="$objectdb/log/archive/" retain="90" /> <logger name="*" level="info" />

Out of memory

;temp path="$temp/ObjectDB" threshold="64mb" /> <network inactivity-timeout="0" /> <log path="$objectdb/log/" max="8mb" stdout="false" stderr="false" /> <log-archive path="$objectdb/log/archive/" retain="90" />

Occasionally slow requests in load testing

> <general> <temp path="$temp/ObjectDB" threshold="8mb" /> ... " /> <log path="$objectdb/log/" max="8mb" stdout="false" stderr="false" /> <log-archive path="$objectdb/log/archive/" retain="90" /> <logger name="*" level="info" /> <

Catching exceptions from client-server mode online backup

= em.createQuery("objectdb backup", Thread.class); backupQuery.setParameter("target", "relative-path ... the relative-path is not writable we've get: com.objectdb.o.UserException: Failed to create a new file '/absolute-path/relative-path/database.odb' at com

ObjectDB within a resource adapter module and Java EE Connector Architecture

unit in an XML file or you can simply provide the file path of the ObjectDB database instead:'path with a parameter (similar ... , but at least the path is clear. Note also that the user and password are also identical (shared

Online Backup in client-server mode

then it is interpreted as the path on the server machine to which to write the backup file and no temporary file ... . But now it seems, that the Absolute path on Linux/MacOS is not working. When I enter the path /tmp/odb_backup it is still creating backup

Connecting to a remote objectdb server

="100" /> <data path="objectdb://db.mydomain.com/db" /> </server>     <data path="objectdb://db.mydomain.com/db" /> The path (or relative, starting with $objectdb

Failed to write to ObjectDB log file

path. Possible solutions: Change the location of the log files to another path. Grant the ObjectDB process permission to write to that path. Disable logging by

Failed to read DB file while online backup is running

.objectdb.o._JdoUserException: Failed to read from file '/path_to_db/dbFile.odb' NestedThrowables: java ... = 2048 Caused by: com.objectdb.o._JdoUserException: Failed to read from file '/path_to_db/dbFile.odb ... Unfortunately the "Failed to read from file '/path_to_db/dbFile.odb'" error is happening

How to convert a boolean to an int in the query?

; Path<Boolean> boolCaptial = c.get("capital");         ... ;Person> c = q.from(Person.class); Path<Boolean> boolApproveEmail = c ... ); Root<Person> c = q.from(Person.class); Path<Boolean> boolApproveEmail = c