Summary: Isode components write to logging streams when events occur.
Facility javalib
Java "isode-lib" library messages
Name | Severity | ID | Description | Action |
---|---|---|---|---|
authfail | authfail | 115 | An authentication attempt failed. | No operator action. |
authok | authok | 107 | An authentication attempt was successful. | No operator action. |
badservicestate | warning | 116 | A call made to obtain the current state of a Windows service reported a state value which was not recognised. | Report to Isode. |
critical | warning | 114 | A java application logged a critical error. | Use the error text to determine the cause of the error and attempt to rectify it. |
debug | detail | 101 | A java application logged a debug message. | No operator action. |
detail | detail | 104 | A java application logged a detailed informational message. | No operator action. |
error | error | 112 | A java application logged an error. | Use the error text to determine the cause of the error and attempt to rectify it. |
fatal | fatal | 113 | A java application logged a fatal error, and is likely to have terminated. | Use the error text to determine the cause of the error and attempt to rectify it. |
information | information | 105 | A java application logged an informational message. | No operator action. |
jni_scm_function_called | detail | 1 | An windows function was called by the Isode Windows Service Management library. | No action is necessary. |
notice | notice | 106 | A java application logged a notice level message. | No operator action. |
pdu | pdu | 102 | A java application logged a message relating to a PDU. | No operator action. |
serviceexception | debug | 118 | An operation relating to Isode Windows Service Management threw an exception | No action is necessary. |
serviceinfo | information | 117 | An operation relating to an Isode Service was performed. | No action is necessary. |
success | success | 100 | A java application logged that an operation completed successfully. | No operator action. |
warning | warning | 108 | A java application logged an warning. | No operator action. |
jni_scm_function_called
- Message Text
- %1 called %2 (%3)
- Parameters
- caller
- windows_function
- extra_info
- Description
- An windows function was called by the Isode Windows Service Management library.
- Action
- No action is necessary.
success
- Message Text
- %1
- Parameters
- messageText
- Description
- A java application logged that an operation completed successfully.
- Action
- No operator action.
debug
- Message Text
- %1
- Parameters
- messageText
- Description
- A java application logged a debug message.
- Action
- No operator action.
pdu
- Message Text
- %1
- Parameters
- messageText
- Description
- A java application logged a message relating to a PDU.
- Action
- No operator action.
detail
- Message Text
- %1: %2="%3" (#%4)
- Parameters
- messageText
- extraArgName
- extraArgStringVal
- extraArgIntVal
- Description
- A java application logged a detailed informational message.
- Action
- No operator action.
information
- Message Text
- %1
- Parameters
- messageText
- Description
- A java application logged an informational message.
- Action
- No operator action.
notice
- Message Text
- %1
- Parameters
- messageText
- Description
- A java application logged a notice level message.
- Action
- No operator action.
authok
- Message Text
- %1
- Parameters
- messageText
- Description
- An authentication attempt was successful.
- Action
- No operator action.
warning
- Message Text
- %1
- Parameters
- messageText
- Description
- A java application logged an warning.
- Action
- No operator action.
error
- Message Text
- %1
- Parameters
- messageText
- Description
- A java application logged an error.
- Action
- Use the error text to determine the cause of the error and attempt to rectify it.
fatal
- Message Text
- %1
- Parameters
- messageText
- Description
- A java application logged a fatal error, and is likely to have terminated.
- Action
- Use the error text to determine the cause of the error and attempt to rectify it.
critical
- Message Text
- %1
- Parameters
- messageText
- Description
- A java application logged a critical error.
- Action
- Use the error text to determine the cause of the error and attempt to rectify it.
authfail
- Message Text
- %1
- Parameters
- messageText
- Description
- An authentication attempt failed.
- Action
- No operator action.
badservicestate
- Message Text
- The current state (%1) for Windows service %2 was not recognised
- Parameters
- nativeCode
- serviceName
- Description
- A call made to obtain the current state of a Windows service reported a state value which was not recognised.
- Action
- Report to Isode.
serviceinfo
- Message Text
- %1 (%2)
- Parameters
- text
- extraInfo
- Description
- An operation relating to an Isode Service was performed.
- Action
- No action is necessary.
serviceexception
- Message Text
- %1
- Parameters
- exceptionMessage
- Description
- An operation relating to Isode Windows Service Management threw an exception
- Action
- No action is necessary.