We are testing client-server architecture.
Our server has the following config:
>
path="$temp" threshold="64mb" />
inactivity-timeout="0" />
size="0" user="true" password="true" />
path="$objectdb/log/odb" max="8mb" stdout="false" stderr="false" />
path="$objectdb/log/odb/archive/" retain="90" />
name="*" level="info" />
>
Client has the following config:
<!-- Shared configuration--> > path="$temp" threshold="64mb" /> inactivity-timeout="0" /> size="0" user="true" password="true" /> path="$objectdb/log/odb-client" max="8mb" stdout="false" stderr="false" /> path="$objectdb/log/odb-client/archive/" retain="90" /> name="*" level="info" /> >
However sometimes happens, that the Server tries to create log file in location: $objectdb/log/ for which we don't have explanation. In our situation this ends with Permission denied, as the ODB Server doesn't have permission to write to that directory and whole application fails.
Sometimes it helped to run a doctor above database files and it stopped doing it. Sometimes it doesn't help.