Summary: Isode components write to logging streams when events occur.
Facility javacryptomsg
Java "isode-crypto" library messages
Name | Severity | ID | Description | Action |
---|---|---|---|---|
CryptoException | information | 104 | An exception was thrown by the isode-crypto library. Application functionality may be reduced. | No action. |
java_trace | detail | 105 | A trace message was emitted by the Java layer. | No action. |
jni_exception | detail | 1 | The JNI code threw a CryptoException. | No operator action. |
no_pkcs12_provider | error | 108 | No PKCS12 Keystore could be instantiated. The application will use the SSLCertificate class, but functionality may be reduced | Check that a valid Java security provider has been installed. Refer to http://java.sun.com/j2se/1.5.0/docs/guide/security/CryptoSpec.html |
no_such_provider | fatal | 109 | The Provider that is being used for X509 functions does not exist. | Contact Isode Support. |
no_x509_object | fatal | 106 | An illegal attempt was made to use functionality available only in the X509Certificate class, but no X509Certificate object was available. | Contact Isode Support. |
no_X509Factory | error | 101 | No Java X.509 CertificateFactory could be instantiated. The application will use the SSLCertificate class, but functionality may be reduced | Check that a valid Java security provider has been installed. Refer to http://java.sun.com/j2se/1.5.0/docs/guide/security/CryptoSpec.html |
pkcs12_error | information | 107 | An exception occurred when processing a PKCS#12 file. The application will have been notified using an exception. | No action. |
prohibited_method_called | error | 2 | A call was made to a C++ function whose use is prohibited | Submit logs to Isode. |
SubjectAltNamesException | information | 110 | An exception was thrown by the isode-crypto library while encoding decoding of subjectAltNames. Application functionality related to subjectAltNames may be reduced. | No action. |
X509_Exception | information | 103 | An exception was thrown when attempting to use a Java X509Certificate. Application functionality may be reduced. | No action. |
X509Factory_warning | warning | 102 | An error occurred when attempting to use the Java X.509 CertificateFactory. The application will use the SSLCertificate class, but functionality may be reduced. | Check that a valid Java security provider has been installed. Refer to http://java.sun.com/j2se/1.5.0/docs/guide/security/CryptoSpec.html |
jni_exception
- Message Text
- C++ CryptoException(%1) was thrown
- Parameters
- errorText
- Description
- The JNI code threw a CryptoException.
- Action
- No operator action.
prohibited_method_called
- Message Text
- An illegal call was made to %1
- Parameters
- method
- Description
- A call was made to a C++ function whose use is prohibited
- Action
- Submit logs to Isode.
no_X509Factory
- Message Text
- No X.509 Certificate Factory available %1
- Parameters
- exception
- Description
- No Java X.509 CertificateFactory could be instantiated. The application will use the SSLCertificate class, but functionality may be reduced
- Action
- Check that a valid Java security provider has been installed. Refer to http://java.sun.com/j2se/1.5.0/docs/guide/security/CryptoSpec.html
X509Factory_warning
- Message Text
- %1 failed %2
- Parameters
- failedOperation
- exception
- Description
- An error occurred when attempting to use the Java X.509 CertificateFactory. The application will use the SSLCertificate class, but functionality may be reduced.
- Action
- Check that a valid Java security provider has been installed. Refer to http://java.sun.com/j2se/1.5.0/docs/guide/security/CryptoSpec.html
X509_Exception
- Message Text
- %1 failed with %2
- Parameters
- failedOperation
- exception
- Description
- An exception was thrown when attempting to use a Java X509Certificate. Application functionality may be reduced.
- Action
- No action.
CryptoException
- Message Text
- %1 failed with %2
- Parameters
- failedOperation
- exception
- Description
- An exception was thrown by the isode-crypto library. Application functionality may be reduced.
- Action
- No action.
java_trace
- Message Text
- %1
- Parameters
- text
- Description
- A trace message was emitted by the Java layer.
- Action
- No action.
no_x509_object
- Message Text
- Attempted %1 with no X509Certificate
- Parameters
- operation
- Description
- An illegal attempt was made to use functionality available only in the X509Certificate class, but no X509Certificate object was available.
- Action
- Contact Isode Support.
pkcs12_error
- Message Text
- %1 %2
- Parameters
- text
- exception
- Description
- An exception occurred when processing a PKCS#12 file. The application will have been notified using an exception.
- Action
- No action.
no_pkcs12_provider
- Message Text
- %1 failed %2
- Parameters
- failedOperation
- exception
- Description
- No PKCS12 Keystore could be instantiated. The application will use the SSLCertificate class, but functionality may be reduced
- Action
- Check that a valid Java security provider has been installed. Refer to http://java.sun.com/j2se/1.5.0/docs/guide/security/CryptoSpec.html
no_such_provider
- Message Text
- The provider is not recognised by SUN: %1
- Parameters
- operation
- Description
- The Provider that is being used for X509 functions does not exist.
- Action
- Contact Isode Support.
SubjectAltNamesException
- Message Text
- %1 failed with %2
- Parameters
- failedOperation
- exception
- Description
- An exception was thrown by the isode-crypto library while encoding decoding of subjectAltNames. Application functionality related to subjectAltNames may be reduced.
- Action
- No action.