Summary: Isode components write to logging streams when events occur.
Facility DSA_GDAM
Errors associated with GDAM databases.
Name | Severity | ID | Description | Action |
---|---|---|---|---|
BadPagedResultsCookie | error | 6 | A client operation failed because the passed paged results cookie/query reference was invalid. | |
ChangeLoadError | error | 22 | A change could not be loaded for the given reason. | |
ChangeLogError | error | 20 | Error reading a change from a transaction log file. | |
ChangelogPruned | information | 13 | A changelog was pruned. | No action necessary. |
ChangelogPruneFail | error | 14 | A changelog prune attempt failed. | No action necessary. |
ChangelogWriteFail | error | 15 | A write to a shadow or LDAP changelog failed. | No action necessary. |
CheckError | error | 24 | Error detected. | |
CheckInfo | info | 23 | Checking step. | |
DBDeadlock | information | 5 | A database operation was rejected in order to resolve a deadlock. | |
EntryLoadError | error | 21 | An entry could not be loaded at startup for the given reason. | |
Error | error | 25 | GDAM general error. Check error information and detail. | |
FileError | error | 19 | Error while processing a transaction log file. | |
FileReadFail | error | 16 | Failed to read from a file while initializing GDAM. | |
GdamOpenFail | fatal | 1 | Failed to open a GDAM. | |
IndexBuildComplete | information | 8 | An index build operation has completed. | |
IndexBuildFail | error | 9 | An index build operation has failed. | This event message serves only to notify of failure. Log messages preceding this one should provide context. |
IndexBuildStart | information | 7 | An index build operation has started. | |
MultiNameLockFail | error | 3 | An operation failed to get a multiple name lock. | |
MultiNameLockWait | information | 2 | An operation is waiting on a multiple name lock. | |
NotEnoughDiskSpace | error | 11 | The minimum free disk space threshold has been reached for the GDAM in the given directory. The GDAM will go into read only mode. | |
ParseError | error | 18 | Invalid data encountered while reading a data or changelog file. | |
PerfStats | info | 17 | GDAM load and run time performance statistics. | |
SufficientDiskSpace | error | 12 | The minimum free disk space has become available. The GDAM will become writable. | |
UnresolvedDBDeadlock | error | 4 | An operation failed due to repeated database deadlock. | |
Warning | warning | 26 | GDAM non-fatal error. Check warning information and detail. | |
WritingDisabled | error | 10 | The minimum free block threshold has been reached for the GDAM in the given directory. |
GdamOpenFail
- Message Text
- failed to open GDAM %1
- Parameters
- GDAM label.
- Description
- Failed to open a GDAM.
- Action
MultiNameLockWait
- Message Text
- waiting on a multiple (%1) name lock
- Parameters
- Lock number
- Description
- An operation is waiting on a multiple name lock.
- Action
MultiNameLockFail
- Message Text
- failed to get a multiple (%1) name lock
- Parameters
- Lock number
- Description
- An operation failed to get a multiple name lock.
- Action
UnresolvedDBDeadlock
- Message Text
- operation failed due to unresolved deadlock, op=%1
- Parameters
- Operation ID.
- Description
- An operation failed due to repeated database deadlock.
- Action
DBDeadlock
- Message Text
- database operation rejected after deadlock, op=%1, desc=%2
- Parameters
- Operation ID.
- Description.
- Description
- A database operation was rejected in order to resolve a deadlock.
- Action
BadPagedResultsCookie
- Message Text
- invalid paged results cookie/query reference
- Description
- A client operation failed because the passed paged results cookie/query reference was invalid.
- Action
IndexBuildStart
- Message Text
- index build has started in GDAM %1
- Parameters
- GDAM
- Description
- An index build operation has started.
- Action
IndexBuildComplete
- Message Text
- index building has completed in GDAM %1
- Parameters
- GDAM
- Description
- An index build operation has completed.
- Action
IndexBuildFail
- Message Text
- index building has failed in GDAM %1
- Parameters
- GDAM
- Description
- An index build operation has failed.
- Action
- This event message serves only to notify of failure. Log messages preceding this one should provide context.
WritingDisabled
- Message Text
- Free space threshold exceeded; gdam:"%1", min_blocks:%2
- Parameters
- GDAM directory
- Free block threshold
- Description
- The minimum free block threshold has been reached for the GDAM in the given directory.
- Action
NotEnoughDiskSpace
- Message Text
- Minimum disk space threshold reached; gdam:"%1", min_disk_space:%2M
- Parameters
- GDAM directory
- Disk space threshold
- Description
- The minimum free disk space threshold has been reached for the GDAM in the given directory. The GDAM will go into read only mode.
- Action
SufficientDiskSpace
- Message Text
- Minimum disk space now available; gdam:"%1", min_disk_space:%2M
- Parameters
- GDAM directory
- Disk space threshold
- Description
- The minimum free disk space has become available. The GDAM will become writable.
- Action
ChangelogPruned
- Message Text
- gdam:"%1", num:%2
- Parameters
- GDAM
- Entries pruned
- Description
- A changelog was pruned.
- Action
- No action necessary.
ChangelogPruneFail
- Message Text
- gdam:"%1" error:"%2"
- Parameters
- GDAM
- Reason
- Description
- A changelog prune attempt failed.
- Action
- No action necessary.
ChangelogWriteFail
- Message Text
- gdam:"%1" error:"%2" op:"%3" dn:"%4"
- Parameters
- GDAM
- Reason
- Operation
- Target
- Description
- A write to a shadow or LDAP changelog failed.
- Action
- No action necessary.
FileReadFail
- Message Text
- failed to read file "%2" when initializing GDAM "%1"
- Parameters
- GDAM label.
- Filename.
- Description
- Failed to read from a file while initializing GDAM.
- Action
PerfStats
- Message Text
- gdam:\"%1\" op:\"%2\" num:%3 secs:%4
- Parameters
- GDAM
- Operation
- Number processed
- Duration (seconds)
- Description
- GDAM load and run time performance statistics.
- Action
ParseError
- Message Text
- file:"%1" detail:"%2" offset:%3
- Parameters
- Filename
- Detail
- Offset
- Description
- Invalid data encountered while reading a data or changelog file.
- Action
FileError
- Message Text
- file:\"%1\" detail:\"%2\"
- Parameters
- Filename
- Detail
- Description
- Error while processing a transaction log file.
- Action
ChangeLogError
- Message Text
- file:"%1" id=%2 detail:"%3"
- Parameters
- Filename
- ID
- Detail
- Description
- Error reading a change from a transaction log file.
- Action
EntryLoadError
- Message Text
- dn:\"%1\" error:\"%2\"
- Parameters
- DN
- Error
- Description
- An entry could not be loaded at startup for the given reason.
- Action
ChangeLoadError
- Message Text
- dn:"%1" id:"%2" error:"%3"
- Parameters
- DN
- Change ID
- Error
- Description
- A change could not be loaded for the given reason.
- Action
CheckInfo
- Message Text
- %1
- Parameters
- Check
- Description
- Checking step.
- Action
CheckError
- Message Text
- %1
- Parameters
- Error
- Description
- Error detected.
- Action
Error
- Message Text
- error:"%1" detail:"%2"
- Parameters
- Error information
- Detail
- Description
- GDAM general error. Check error information and detail.
- Action
Warning
- Message Text
- error:"%1" detail:"%2"
- Parameters
- Warning information
- Detail
- Description
- GDAM non-fatal error. Check warning information and detail.
- Action