ObjectDB ObjectDB

Internal Website Search

71-80 of 200 resultsRefresh
21

Replication error on slave restart

recording to write operations:     <recording enabled="true" sync="false" path="." mode="write ... > <temp path="$temp" threshold="128mb" /> <network inactivity-timeout="0" /> <url-history size="50" user="true" password="true" /> <log path="$objectdb/log/" max="8mb" stdout="false" stderr
21

EntityManagerFactory Fails To Swtich Over To Slave When Master Is Unavailable

more Master Configuration <objectdb>         <general>                 <temp path="$temp ... size="50" user="true" password="true" />                 <log path="$objectdb/log/" max="8mb" stdout="true" stderr="true" />                 <log-archive path="$objectdb/log/archive/" retain="90
18

Help with 'not like/lower' query

): ParameterExpression<String> stringProp = criteriaBuilder.parameter(String.class); Path<String> path = root ... .LIKE)){ predicate = criteriaBuilder.like(criteriaBuilder.lower(path), stringProp ... (Operator.NOT_LIKE)){ predicate = criteriaBuilder.notLike(criteriaBuilder.lower(path
17

Performance Issues After Migrating to ObjectDB - Urgent Assistance Required

>                 <temp path="$temp" threshold="2000mb" />                 <network inactivity-timeout="0" />                 <url-history size="50" user="true" password="true" />                 <log path="$objectdb/log/" max="64mb" stdout="false" stderr="false" />                 <log-archive path="$objectdb/log
17

UserException: Invalid configuration in 'internal' - Check permissions

. ObjectDB entities do not allow serialization and so I have sent, to each slave, the file path ... is thrown because ObjectDB doesn't have a permission to create a log file in the default path (as ... for the default log path, or change ObjectDB home, or change the log path by adding your own configuration file
16

virtual servers and one file

> <size initial="16mb" resize="16mb" page="2kb" /> <recovery enabled="true" sync="true" path="." max="6mb" /> <recording enabled="false" sync="false" path="." mode="write" /> <locking version-check ... Configuration --> <objectdb> <general> <temp path="$temp" threshold="64mb" /> <network inactivity
16

The server cannot start in CentOS

is: <!-- ObjectDB Configuration --> <objectdb> <general>   <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" />   <logger
15

Can I Disable the Creation of the "log" Directory?

to forum thread mentioned above), I disable logging (by setting log path="") but the "log" directory ... This may indicate that ObjectDB doesn't use the objectdb.conf file in which you set the log path ... ? <objectdb> <general> <temp path="$temp/ObjectDb" threshold="64mb" /> <network inactivity-timeout
14

Connection is closed Caused by: java.io.EOFException

with jdk1.6.0_17 My conf is close to the default <objectdb> <general> <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
3

database corrupt

Configuration --> <objectdb> <general> <temp path="$temp" threshold="256mb" /> <network inactivity-timeout="0" /> <url-history size="50" user="true" password="true" /> <log path="$objectdb/log/" max="8mb" stdout="false" stderr="false" /> <log-archive path="$objectdb/log/archive/" retain="90" /> <logger name

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