コンテンツはここから始まります

システム・メッセージ: IJSSLNカタログ0-99

前

1


ERROR: Out of memory

Description

An attempt to allocate space for internal data structures failed because the process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that operating system parameters are set correctly for the amount of memory on the machine and for the amount of memory that can be used by a process. Reduce the memory usage on the machine, or increase the amount of physical memory on the machine.


2


ERROR: SSLSocket class is not found

Description

The Java class com.beasys.CORBA.iiop.SSLSocket was not found in the CLASSPATH.

Action

Check the CLASSPATH to make sure that com.beasys.CORBA.iiop.SSLSocket can be found.


3


ERROR: SSLSocket.writeCallback() not found

Description

The Java class com.beasys.CORBA.iiop.SSLSocket does not have a method called writeCallback().

Action

Make sure that the correct version of com.beasys.CORBA.iiop.SSLSocket is in the CLASSPATH.


4


ERROR: SSLSocket.readCallback() not found

Description

The Java class com.beasys.CORBA.iiop.SSLSocket does not have a method called readCallback().

Action

Make sure that the correct version of com.beasys.CORBA.iiop.SSLSocket is in the CLASSPATH.


5


ERROR: Initialization of SSL image failed, error code: val

Description

Initialization of the SSL system libraries failed.

Action

Notify Oracle Technical Support.


6


ERROR: Out of memory

Description

An attempt to allocate space for internal data structures failed because the process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that operating system parameters are set correctly for the amount of memory on the machine and for the amount of memory that can be used by a process. Reduce the memory usage on the machine, or increase the amount of physical memory on the machine.


7


ERROR: Could not initialize SSL context, err = val

Description

Initialization of the main SSL context failed.

Action

Contact Oracle Customer Support.


8


ERROR: Could not set SSL protocol version, err = val

Description

SSL version could not be set to 3.0.

Action

Contact Oracle Customer Support.


9


ERROR: No cipher suites found for encryption strength specified

Description

The encryption bit strength range is invalid.

Action

Check the org.omg.CORBA.ORBminCrypto and org.omg.CORBA.ORBmaxCrypto system properties.


10


ERROR: Out of memory

Description

An attempt to allocate space for internal data structures failed because the process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that operating system parameters are set correctly for the amount of memory on the machine and for the amount of memory that can be used by a process. Reduce the memory usage on the machine, or increase the amount of physical memory on the machine.


11


ERROR: Could not set cipher suites, err = val

Description

Failed to set cipher suites for the encryption bit strengths specified.

Action

Check the org.omg.CORBA.ORBminCrypto and org.omg.CORBA.ORBmaxCrypto system properties.


12


ERROR: Could not set SSL callback, err = val

Description

A callback function required for the SSL protocol handling could not be set.

Action

Contact Oracle Customer Support.


13


ERROR: Could not set SSL callback, err = val

Description

A callback function required for the SSL protocol handling could not be set.

Action

Contact Oracle Customer Support.


14


ERROR: Could not set SSL mutual authentication, err = val

Description

Failed to configure the SSL protocol stack for mutual authentication.

Action

Contact Oracle Customer Support.


15


ERROR: Could not set SSL callback, err = val

Description

A callback function required for the SSL protocol handling could not be set.

Action

Contact Oracle Customer Support.


16


ERROR: Could not set SSL callback, err = val

Description

A callback function required for the SSL protocol handling could not be set.

Action

Contact Oracle Customer Support.


17


ERROR: Could not create random seed, err = val

Description

The random seed needed for the SSL protocol could not be created.

Action

Contact Oracle Customer Support.


18


ERROR: Could not set cryptographic strength, err = val

Description

An internal error occurred in the SSL libraries.

Action

Contact Oracle Customer Support.


19


ERROR: Out of memory

Description

An attempt to allocate space for internal data structures failed because the process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that operating system parameters are set correctly for the amount of memory on the machine and for the amount of memory that can be used by a process. Reduce the memory usage on the machine, or increase the amount of physical memory on the machine.


20


ERROR: Out of memory

Description

An attempt to allocate space for internal data structures failed because the process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that operating system parameters are set correctly for the amount of memory on the machine and for the amount of memory that can be used by a process. Reduce the memory usage on the machine, or increase the amount of physical memory on the machine.


21


ERROR: Out of memory

Description

An attempt to allocate space for internal data structures failed because the process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that operating system parameters are set correctly for the amount of memory on the machine and for the amount of memory that can be used by a process. Reduce the memory usage on the machine, or increase the amount of physical memory on the machine.


22


ERROR: Out of memory

Description

An attempt to allocate space for internal data structures failed as the process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine, or increase the amount of physical memory on the machine.


23


ERROR: Could not copy SSL context, err = val

Description

An internal error occurred in the SSL libraries.

Action

Contact Oracle Customer Support.


24


ERROR: Could not set SSL protocol side to val, err = val

Description

An internal error occurred in the SSL libraries.

Action

Contact Oracle Customer Support.


25


ERROR: Could not set SSL callback info, err = val

Description

A callback function required for the SSL protocol handling could not be set.

Action

Contact Oracle Customer Support.


26


ERROR: Could not set SSL callback info, err = val

Description

A callback function required for the SSL protocol handling could not be set.

Action

Contact Oracle Customer Support.


27


ERROR: Could not read from SSL connection, err = val

Description

The SSL handler could not read application data from the SSL connection. The reason for this error can be SSL protocol failure or network failure.

Action

Check the network connection for failures. Check the status of the server to which the client is connected via SSL. Check the client and the server ULOG files for related errors in case of SSL protocol failure.


28


ERROR: Could not write to SSL connection, err = val

Description

The SSL handler could not write application data to the SSL connection. The reason for this error can be SSL protocol failure or network failure.

Action

Check the network connection for failures. Check the status of the server to which the client is connected via SSL. Check the client and the server ULOG files for related errors in case of SSL protocol failure.


29


エラー: 不明なSSL暗号です

説明

SSLハンドシェイクによってネゴシエーションされた暗号スイートが、クライアントでサポートされていません。

アクション

暗号スイートがサーバー上で構成されていることを確認してください。


30


ERROR: Could not get SSL cipher suite info, err = val

Description

An internal error occurred in the SSL libraries.

Action

Contact Oracle Customer Support.


31


ERROR: Negotiated cipher val is not exportable

Description

The cipher suite negotiated by the SSL handshake is not supported by the client because the encryption strength is set to a nonexportable level. The encryption strength is the length (in bits) of the encryption key. The encryption strength range supported by a WLE Java client is specified via the org.omg.CORBA.ORB.minCrypto and org.omg.CORBA.ORB.maxCrypto system properties.

Action

The encryption strength limits of the client and the server should be set so that the encryption strength can be successfully negotiated.


32


エラー: ネゴシエーションされた暗号の強度が許容限度を超えています

説明

SSLハンドシェイクによってネゴシエーションされた暗号スイートは、暗号化強度がクライアントの構成でサポートされるレベルより高く設定されているため、クライアントでサポートされません。暗号化強度は、暗号化鍵の長さ(ビット単位)です。 WLE Javaクライアントでサポートされる暗号化強度の範囲は、org.omg.CORBA.ORB.minCryptoおよびorg.omg.CORBA.ORB.maxCryptoシステム・プロパティを介して指定されます。

アクション

暗号化強度が正常にネゴシエーションされるように、クライアントおよびサーバーの暗号化強度の限度を設定する必要があります。


33


エラー: ネゴシエーションされた暗号の強度が低すぎます

説明

SSLハンドシェイクによってネゴシエーションされた暗号スイートは、暗号化強度がクライアントの構成でサポートされるレベルより低く設定されているため、クライアントでサポートされません。暗号化強度は、暗号化鍵の長さ(ビット単位)です。WLE Javaクライアントでサポートされる暗号化強度の範囲は、org.omg.CORBA.ORB.minCryptoおよびorg.omg.CORBA.ORB.maxCryptoシステム・プロパティを介して指定されます。

アクション

暗号化強度が正常にネゴシエーションされるように、クライアントおよびサーバーの暗号化強度の限度を設定する必要があります。


34


エラー: 暗号スイートがサポートされていません

説明

SSLライブラリで内部エラーが発生しました。

アクション

Oracleカスタマ・サポートに連絡してください。


35


エラー: SSLハンドシェイクにSSL証明書チェーンがありません

説明

ハンドシェイク処理の一部として、SSLプロトコル・ハンドラがサーバーから証明書チェーンを取得しようとしましたが失敗しました。

アクション

開始プリンシパル・クライアントに証明書を提示するために、サーバーが正しく構成されていることを確認してください。


36


エラー: SSLハンドシェイクにSSL証明書がありません

説明

SSLハンドシェイクの操作中に、リモート・サーバーから提示された証明書チェーンにSSL証明書が含まれていないことを開始プリンシパル(クライアント)が検出しました。

アクション

開始プリンシパル・クライアントに証明書を提示するために、サーバーが正しく構成されていることを確認してください。 証明書チェーンのすべての証明書が有効で、アクセス可能であることを確認してください。


37


ERROR: Peer validation failed on server at val

Description

The server name retrieved from the server's certificate did not match the server name that was passed to the Bootstrap object.

Action

Make sure that the server name in the server's certificate matches the server name that gets passed to the Bootstrap object. To override this error, set the system property org.omg.CORBA.ORBpeerValidate to none or warn.


38


WARN: Peer validation failed on server at val

Description

The server name retrieved from the server's certificate did not match the server name that got passed to the Bootstrap object.

Action

This is only a warning. No corrective action is needed.


39


ERROR: Out of memory

Description

An attempt to allocate space for internal data structures failed because the process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that operating system parameters are set correctly for the amount of memory on the machine and for the amount of memory that can be used by a process. Reduce the memory usage on the machine, or increase the amount of physical memory on the machine.


40


ERROR: SSL certificate chain could not be validated, err = val

Description

The certificate validation plug-in module reported an error with the peer's certificate chain.

Action

Check the client ULOG file for the error condition reported by the certificate validation plug-in module.


41


ERROR: Could not open private key, err = val

Description

The key management plug-in module reported an error with the private key of the principal.

Action

Check the client ULOG file for the error condition reported by the key management plug-in module.


42


エラー: 鍵が改ざんされています

説明

プリンシパルの秘密鍵が改ざんされています。

アクション

秘密鍵ファイルを確認してください。


43


エラー: この鍵の信頼関係が無効です

説明

プリンシパルの証明書の署名者が、信頼性のあるCAファイルに含まれていません。

アクション

プリンシパルの証明書および信頼性のあるCAファイルを確認してください。


44


エラー: プリンシパルは信頼性がないと認識されています

説明

プリンシパルの証明書自体、またはプリンシパルの証明書の証明書パスにある証明書が、証明書失効リスト・ファイルに含まれています。

アクション

プリンシパルの証明書を確認してください。


45


エラー: 鍵は有効ですが、期限切れです

説明

プリンシパルの証明書、またはプリンシパルの証明書の証明書パスにある証明書が期限切れになっています。

アクション

プリンシパルの証明書を確認してください。


46


エラー: 認識できない重要な拡張があります

説明

プリンシパルの証明書、またはプリンシパルの証明書の証明書パスにある証明書に、認識できない重要な拡張があります。

アクション

プリンシパルの証明書を確認してください。


47


エラー: 鍵は有効ですが、期限切れです

説明

プリンシパルの証明書、またはプリンシパルの証明書の証明書パスにある証明書が期限切れになっています。

アクション

プリンシパルの証明書を確認してください。


48


ERROR: Could not get info on private key, err = val

Description

The key management plug-in module reported an error with the private key of the principal.

Action

Check the client ULOG file for the error condition reported by the key management plug-in module.


49


ERROR: Out of memory

Description

An attempt to allocate space for internal data structures failed because the process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that operating system parameters are set correctly for the amount of memory on the machine and for the amount of memory that can be used by a process. Reduce the memory usage on the machine, or increase the amount of physical memory on the machine.


50


ERROR: Could not get info on private key certificate, err = val

Description

The key management plug-in module reported an error with the certificate of the principal.

Action

Check the client ULOG file for the error condition reported by the key management plug-in module.


51


ERROR: Could not add SSL certificate, err = val

Description

An internal error occurred in the SSL libraries.

Action

Contact Oracle Customer Support.


52


ERROR: Could not check private key type, err = val

Description

An internal error occurred in the SSL libraries.

Action

Contact Oracle Customer Support.


53


ERROR: Invalid private key type

Description

The type of the principal's private key is not supported. Supported key types are: RSA, ECC, DSA, and DH.

Action

Check the private key file.


54


ERROR: Could not set private key, err = val

Description

An internal error occurred in the SSL libraries.

Action

Contact Oracle Customer Support.


55


ERROR: Could not get number of bytes in SSL cache, err = val

Description

An internal error occurred in the SSL libraries.

Action

Contact Oracle Customer Support.


56


エラー: SSL CA証明書からバージョン抽出に失敗しました

説明

認証局のX.509証明書のバージョンを確認しようとしましたが、エラーが発生しました。

アクション

証明書チェーンに含まれる認証局の証明書が有効な証明書であることを確認してください。 認証局に連絡するか、Oracleカスタマ・サポートに連絡してください。


57


エラー: SSL CA証明書がBasicConstraints拡張を含んでいません

説明

X.509バージョン3の証明書の要件に反して、認証局の証明書にBasicConstraints拡張が含まれていないことがわかりました。

アクション

証明書チェーンに含まれる認証局の証明書が有効で、正確に適合することを確認してください。 TUXEDOで実行されるBasicConstraintsの強制レベルの調整方法は、TUXEDOのドキュメントまたはリリース・ノートを参照してください。 認証局に連絡するか、Oracleカスタマ・サポートに連絡してください。


58


エラー: BasicConstraintsをSSL CA証明書から取得できませんでした

説明

認証局のX.509証明書からBasicConstraintsの情報を取得しようとしましたが、エラーが発生しました。

アクション

証明書チェーンに含まれる認証局の証明書が有効な証明書であることを確認してください。 認証局に連絡するか、Oracleカスタマ・サポートに連絡してください。


59


エラー: SSL CA証明書にあるBasicConstraints拡張がcriticalとしてマークされていません

説明

X.509バージョン3の証明書の要件に反して、認証局の証明書のBasicConstraints拡張が重要な拡張としてマークされていません。

アクション

証明書チェーンに含まれる認証局の証明書が有効で、正確に適合することを確認してください。 TUXEDOで実行されるBasicConstraintsの強制レベルの調整方法は、TUXEDOのドキュメントまたはリリース・ノートを参照してください。認証局に連絡するか、Oracleカスタマ・サポートに連絡してください。


60


エラー: SSL CA証明書にあるBasicConstraints拡張の解析に失敗しました

説明

認証局のX.509証明書のBasicConstraints情報を解析しようとしましたが、エラーが発生しました。

アクション

証明書チェーンに含まれる認証局の証明書が有効な証明書であることを確認してください。 認証局に連絡するか、Oracleカスタマ・サポートに連絡してください。


61


エラー: SSL CA証明書にあるBasicConstraints拡張がCAとしてマークされていません

説明

認証局の証明書のBasicConstraints拡張に、この証明書が実際に認証局に属すことを示すマークがありません。

アクション

証明書チェーンに含まれる認証局の証明書が有効で、正確に適合することを確認してください。 TUXEDOで実行されるBasicConstraintsの強制レベルの調整方法は、TUXEDOのドキュメントまたはリリース・ノートを参照してください。認証局に連絡するか、Oracleカスタマ・サポートに連絡してください。


 先頭に戻る 前