Summary: Isode components write to logging streams when events occur.
Facility DSA_INIT
DSA server event notifications.
Name | Severity | ID | Description | Action |
---|---|---|---|---|
BadCommandOpts | error | 26 | The server failed to start because the command line arguments contained an error. | |
DirAlreadyExists | error | 21 | The server failed to create the named directory because it already exists. | |
DirOpenFail | error | 20 | The server failed to open the named directory. | |
FileOpenFail | error | 17 | The server failed to open the named file. | |
FileReadFail | error | 18 | The server failed to read from the named file. | |
FileWriteFail | error | 19 | The server failed to write to the named file. | |
GdamLockAlreadyInited | fatal | 9 | GDAM directory lock initialization failed as it is already initialized. | |
GdamLockCreateFail | fatal | 10 | Failed to create a lock file when attempting to lock a GDAM directory. | |
GdamLockError | fatal | 8 | Failed to take a GDAM directory lock. | |
GdamLockLosing | information | 13 | Losing a GDAM directory lock. | |
GdamLockTakeFail | fatal | 11 | Failed to take a GDAM directory lock. | |
GdamLockTakeRetrying | information | 12 | Retrying to take a GDAM directory lock. | |
InitErr | error | 27 | An error occurred during server initialization. The server will attempt to continue though further errors may occur following on from this start up error. | |
InitFailed | fatal | 4 | Could not open the DSA directory. DSA cannot initialize. | Configuration problem or missing/corrupt files to be rectified. |
InitProblem | error | 3 | An error occurred during initialization. | See log file for further information. Possible configuration problem that should be investigated and many need adjusting |
InvalidProcArgs | error | 16 | Missing or invalid arguments to a proecdure. | |
LicenseProblem | fatal | 5 | There was a problem with the license file that resulted in a failure to start up. | Contact support@isode.com. |
ListenFail | error | 24 | Failed to listen on the | Ensure that the configured presentation address is valid. Check that no other application is listening on the configure address. |
MissingConfig | error | 15 | A configuration item was not found. The missing configuration is included in the message, along with any context. | |
OutOfMemory | fatal | 6 | Failed to allocate memory. Probably out of memory. | Check logs for futher information. Review system configuration, and if necessary add more memory or additional swap space |
SetUIDFail | error | 23 | Failed to set the DSA effective user ID. | Please contact support@isode.com |
SnmpInitFailed | fatal | 7 | Failed to initialize or start SNMP thread. | This message is currently considered unlikely to occur. Contact Isode Support. |
Started | information | 1 | An M-Vault instance has started. | No Operator Action |
Stopped | information | 2 | An M-Vault instance has stopped. | No Operator Action |
Stopping | information | 22 | An M-Vault instance is commencing shut down. | No Operator Action |
UnknownAttrType | error | 14 | An unrecognized attribute type has been encountered. Additional detail may describe the error context. | |
UnknownObjectClass | error | 25 | An unrecognized object class has been encountered. Additional detail may describe the error context. |
Started
- Message Text
- %1 (R%2.%3.%4.%5) has started. Copyright (c), Isode Limited, London, England."
- Parameters
- DN of DSA
- Major version
- Minor version
- Update version
- Patch version
- Description
- An M-Vault instance has started.
- Action
- No Operator Action
Stopped
- Message Text
- DSA has stopped
- Description
- An M-Vault instance has stopped.
- Action
- No Operator Action
InitProblem
- Message Text
- error occurred during initialization, %1
- Parameters
- Description
- An error occurred during initialization.
- Action
- See log file for further information. Possible configuration problem that should be investigated and many need adjusting
InitFailed
- Message Text
- initialization failed, cannot start up
- Description
- Could not open the DSA directory. DSA cannot initialize.
- Action
- Configuration problem or missing/corrupt files to be rectified.
LicenseProblem
- Message Text
- %1
- Parameters
- Description
- There was a problem with the license file that resulted in a failure to start up.
- Action
- Contact support@isode.com.
OutOfMemory
- Message Text
- failed to perform a memory allocation, exiting
- Description
- Failed to allocate memory. Probably out of memory.
- Action
- Check logs for futher information. Review system configuration, and if necessary add more memory or additional swap space
SnmpInitFailed
- Message Text
- Failed to initialize SNMP thread, exiting
- Description
- Failed to initialize or start SNMP thread.
- Action
- This message is currently considered unlikely to occur. Contact Isode Support.
GdamLockError
- Message Text
- failed to take directory lock in %2 for GDAM %1
- Parameters
- GDAM label.
- Directory.
- Description
- Failed to take a GDAM directory lock.
- Action
GdamLockAlreadyInited
- Message Text
- GDAM lock is already initialized in GDAM %1
- Parameters
- GDAM label.
- Description
- GDAM directory lock initialization failed as it is already initialized.
- Action
GdamLockCreateFail
- Message Text
- failed to create directory lock file %2 for GDAM %1
- Parameters
- GDAM label.
- Lock filename.
- Description
- Failed to create a lock file when attempting to lock a GDAM directory.
- Action
GdamLockTakeFail
- Message Text
- failed to take %2 for GDAM %1
- Parameters
- GDAM label.
- Lock type.
- Description
- Failed to take a GDAM directory lock.
- Action
GdamLockTakeRetrying
- Message Text
- retrying to take %2 for GDAM %1
- Parameters
- GDAM label.
- Lock type.
- Description
- Retrying to take a GDAM directory lock.
- Action
GdamLockLosing
- Message Text
- losing %2 lock for GDAM %1
- Parameters
- GDAM label.
- Lock type.
- Description
- Losing a GDAM directory lock.
- Action
UnknownAttrType
- Message Text
- unknown attribute type %1, found when %2
- Parameters
- Attribute type.
- Detail.
- Description
- An unrecognized attribute type has been encountered. Additional detail may describe the error context.
- Action
MissingConfig
- Message Text
- missing configuration %1, context %2
- Parameters
- Configuration item.
- Detail.
- Description
- A configuration item was not found. The missing configuration is included in the message, along with any context.
- Action
InvalidProcArgs
- Message Text
- invalid arguments to %1, detail %2
- Parameters
- Procedure.
- Detail.
- Description
- Missing or invalid arguments to a proecdure.
- Action
FileOpenFail
- Message Text
- failed to open file %1
- Parameters
- Description
- The server failed to open the named file.
- Action
FileReadFail
- Message Text
- failed to read from file %1
- Parameters
- Description
- The server failed to read from the named file.
- Action
FileWriteFail
- Message Text
- failed to write to file %1
- Parameters
- Description
- The server failed to write to the named file.
- Action
DirOpenFail
- Message Text
- failed to open directory %1
- Parameters
- Description
- The server failed to open the named directory.
- Action
DirAlreadyExists
- Message Text
- failed to create directory (as it already exists) %1
- Parameters
- Description
- The server failed to create the named directory because it already exists.
- Action
Stopping
- Message Text
- DSA is shutting down
- Description
- An M-Vault instance is commencing shut down.
- Action
- No Operator Action
SetUIDFail
- Message Text
- failed to set DSA process uid to %1
- Parameters
- UID
- Description
- Failed to set the DSA effective user ID.
- Action
- Please contact support@isode.com
ListenFail
- Message Text
- failed to listen on DSA presentation address (retrying: %1, retry delay: %2)
- Parameters
- Retrying
- Retry delay
- Description
- Failed to listen on the
- Action
- Ensure that the configured presentation address is valid. Check that no other application is listening on the configure address.
UnknownObjectClass
- Message Text
- unknown object class %1, found when %2
- Parameters
- Object class.
- Detail.
- Description
- An unrecognized object class has been encountered. Additional detail may describe the error context.
- Action
BadCommandOpts
- Message Text
- %1
- Parameters
- Description
- The server failed to start because the command line arguments contained an error.
- Action
InitErr
- Message Text
- %1
- Parameters
- Description
- An error occurred during server initialization. The server will attempt to continue though further errors may occur following on from this start up error.
- Action