Facility javacryptomsg

Java "isode-crypto" library messages

NameSeverityIDDescriptionAction
CryptoExceptioninformation104 An exception was thrown by the isode-crypto JNI library. Application functionality may be reduced. No action.
java_tracedebug105A trace message was emitted by the Java layer.No action.
jni_exceptiondebug1The JNI code threw a CryptoException.No operator action.
no_pkcs12_providererror108 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_x509_objectfatal106 An illegal attempt was made to use functionality available only in the X509Certificate class, but no X509Certificate object was available. Contact Isode Support.
no_X509Factoryerror101 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_errorinformation107An exception occurred when processing a PKCS#12 file. The application will have been notified using an exception. No action.
prohibited_method_callederror2A call was made to a C++ function whose use is prohibited Submit logs to Isode.
X509_Exceptioninformation103 An exception was thrown when attempting to use a Java X509Certificate. Application functionality may be reduced. No action.
X509Factory_warningwarning102 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
Parameters
  1. errorCode
  2. errorText
Description
The JNI code threw a CryptoException.
Action
No operator action.

prohibited_method_called

Message Text
Parameters
  1. method
Description
A call was made to a C++ function whose use is prohibited
Action
Submit logs to Isode.

no_X509Factory

Message Text
Parameters
  1. 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
Parameters
  1. failedOperation
  2. 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
Parameters
  1. failedOperation
  2. exception
Description
An exception was thrown when attempting to use a Java X509Certificate. Application functionality may be reduced.
Action
No action.

CryptoException

Message Text
Parameters
  1. failedOperation
  2. exception
Description
An exception was thrown by the isode-crypto JNI library. Application functionality may be reduced.
Action
No action.

java_trace

Message Text
Parameters
  1. text
Description
A trace message was emitted by the Java layer.
Action
No action.

no_x509_object

Message Text
Parameters
  1. 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
Parameters
  1. text
  2. 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
Parameters
  1. failedOperation
  2. 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