Skip navigation.

LIBSEC メッセージ 0-99

  Previous

1

ERROR:Unknown hash algorithm algorithm-id
ERROR: 不明なハッシュ・アルゴリズム algorithm-id です。

説明

証明書に不明なハッシュ・アルゴリズムが見つかりました。アルゴリズム識別子は algorithm-id です。

アクション

BEA Customer Support にお問い合わせください。

2

ERROR:Unable to digest message errorcode
ERROR: メッセージ errorcode をダイジェストできません。

説明

The system was unable to digest a certificate. The error code was errorcode.

アクション

BEA Customer Support にお問い合わせください。

3

ERROR:Unable to decrypt digest errorcode
ERROR: ダイジェスト errorcode を復号化できません。

説明

The system was unable to decrypt the digest value of a certificate. The error code was errorcode.

アクション

BEA Customer Support にお問い合わせください。

4

ERROR:Unable to parse digest information errorcode
ERROR: ダイジェスト情報 errorcode を解析できません。

説明

The system was unable to parse information contained in the encrypted digest of a certificate. The error code was errorcode.

アクション

BEA Customer Support にお問い合わせください。

5

ERROR:Unable to acquire cache mutex (function-name/errorcode)
ERROR: cache mutex (function-name/errorcode) を獲得できません。

説明

While attempting to encrypt or decrypt a message, the system was unable to acquire a mutex. The function this occurred in was function-name, and the error code was errorcode.

アクション

BEA Customer Support にお問い合わせください。

6

ERROR:Unable to release cache mutex (function-name/errorcode)
ERROR: cache mutex (function-name/errorcode) をリリースできません。

説明

While attempting to encrypt or decrypt a message, the system was unable to release a mutex. The function this occurred in was function-name, and the error code was errorcode.

アクション

BEA Customer Support にお問い合わせください。

7

INFO:Setting cache size of sealers to cache-size
INFO: 検印側のキャッシュ・サイズを cache-size に設定します。

説明

A cache of sealer information is maintained by the system. This cache size can be modified with the EVSEALERCACHESIZE environment variable. This message indicates that a new cache size has been set to cache-size. The default cache size is twenty.

アクション

なし。

8

INFO:Setting cache size of signers to val
INFO: 署名側のキャッシュ・サイズを val に設定します。

説明

A cache of signer information is maintained by the system. This cache size can be modified with the EVSIGNERCACHESIZE environment variable. This message indicates that a new cache size has been set to cache-size. The default cache size is twenty.

アクション

なし。

9

INFO:Setting cache size of signer/sealer information to val
INFO: 検印側/署名側の情報のキャッシュ・サイズを val に設定します。

説明

A cache of pkcs7 information is maintained by the system. This cache size can be modified with the EVSSCACHESIZE environment variable. This message indicates that a new cache size has been set to cache-size. The default cache size is twenty.

アクション

なし。

10

ERROR: Invalid return from implementation. cds_cert=0xcert-val, cds_cert_size=cert-size, cds_principal_name=0xname cds_usage=0xusage

説明

The implementation of a plug-in function has returned an invalid certificate descriptor. The possible output fields in the certificate descriptor are cert-val, cert-size, name and usage.

アクション

プラグイン・インプリメンテーションのコードを変更して入出力基準に合わせます。

関連項目

_ec_sec_cert_by_name_ec_sec_cert_by_dsn

11

ERROR: Proof mapping failure:errorcode
ERROR: プルーフ・マッピング・エラー: errorcode

説明

The plug-in method that maps configured names has returned a failure code of errorcode.

アクション

Ensure the plug-in function _ec_sec_map_proof does not return an error. If the BEA provided plug-in is installed, contact your BEA Customer Support.

関連項目

_ec_sec_map_proof_ec_sec_pki_init

12

ERROR:Process initialization failure: errorcode

説明

The plug-in public key initialization method has returned a failure code of errorcode.

アクション

Ensure the plug-in function _ec_sec_pki_init does not return an error. If the BEA provided plug-in is installed, contact your BEA Customer Support.

関連項目

_ec_sec_map_proof_ec_sec_pki_init

13

ERROR:Could not find valid decryption key
ERROR: 有効な復号化キーが見つかりません。

説明

システムは暗号化メッセージを受信しましたが、有効な復号化キーが見つかりませんでした。

アクション

メッセージを復号化するプロセスに、有効な復号化キーがあることを確認します。

関連項目

tpkey_open_ec_sec_key_open_private_key

14

ERROR:No license for signature verification or generation
ERROR: シグニチャの検証または生成を行うためのライセンスがありません。

説明

シグニチャの検証または生成を行うためのライセンスがインストールされていません。

アクション

適切なシグニチャ用のライセンスをインストールします。公開鍵のシグニチャの有効なライセンスを持っていると確信がある場合は、BEA Customer Support にお問い合わせください。

15

ERROR:No license for public key encryption or decryption
ERROR: 公開鍵の暗号化または復号化を行うライセンスがありません。

説明

公開鍵の暗号化または復号化を行うためのライセンスがインストールされていません。

アクション

適切な公開鍵暗号方式のライセンスをインストールします。公開鍵暗号化の有効なライセンスを持っていると確信がある場合は、BEA Customer Support にお問い合わせください。

16

ERROR:Maximum certificate chain depth of max-depth exceeded
ERROR: 証明書のチェーンの最大深度 max-depth を越えました。

説明

A certificate chain starts with a normal certificate (called a leaf) and ends with either an implicitly trusted certificate authority certificate or a self-signed certificate. Generally, these chains rarely exceed a depth of three or four. However, the system is attempting to access a chain greater than max-depth deep.

アクション

Ensure there is no security problem on the system where this error occurs. If there is a need to have a maximum chain depth greater than max-depth, the environment variable EVMAXCERTDEPTH can be set to the maximum depth of a certificate chain.

関連項目

_ec_sec_cert_by_name_ec_sec_cert_by_dsn_ec_sec_val_trust

17

ERROR: Invalid return from implementation. Returned Private Key=0xprivate-key, cds_usage=0xusage

説明

The implementation of a plug-in function has returned an invalid private key. The possible output fields of the private key and associated certificate are private-key and usage.

アクション

プラグイン・インプリメンテーションのコードを変更して入出力基準に合わせます。

関連項目

_ec_sec_key_open_private_key

18

ERROR: Invalid return from implementation. Returned Public Key=0xpublic-key, cds_usage=0xusage

説明

The implementation of a plug-in function has returned an invalid public key. The possible output fields of the public key and associated certificate are public-key and usage.

アクション

プラグイン・インプリメンテーションのコードを変更して入出力基準に合わせます。

関連項目

_ec_sec_key_open_public_key

19

ERROR:Invalid return from implementation. cds_usage=0xusage
ERROR: インプリメンテーションで不正な結果が返されました。cds_usage=0xusage

説明

The implementation of a plug-in function has returned an invalid certificate descriptor. The invalid output field of the certificate descriptor is usage.

アクション

プラグイン・インプリメンテーションのコードを変更して入出力基準に合わせます。

関連項目

_ec_sec_val_cert

20

ERROR:Deadlock detected
ERROR: デッドロックが検出されました。

説明

The security system has detected an invalid access pattern of public keys. An example would be an attempt to change the property of a key while inside of a callback function. For example, it is invalid to call tpkey_setinfo from inside certain callback functions.

アクション

プラグインのコードで使用される鍵のアクセス・パターンが許可されたものであることを確認します。これ以外の場合は、BEA Customer Support にお問い合わせください。

関連項目

tpkey_setinfo

21

ERROR:Memory allocation error in function, code location
ERROR: メモリ割り当てエラーが function、コード location で発生しました。

説明

An attempt to allocate memory with malloc in the security subsystem has failed. It failed in function function, at location location.

アクション

操作を完了するために十分な物理メモリまたは仮想メモリがシステムにあるかどうかを調べます。システムにオペレーションを行うのに十分なメモリがあり、malloc アリーナがユーザ・コードにより破損していないという確信がある場合は、BEA Customer Support にお問い合わせください。

22

ERROR:Unable to realize the _ec_sec_map_proof interface implementation val. Error code (val)
ERROR: _ec_sec_map_proof インターフェイスのインプリメンテーション val を認識できません。エラー・コード (val)

説明

The registry was unable to properly realize an implementation for the _ec_sec_map_proof interface.

アクション

レジストリが有効な状態であるかどうかを確認します。レジストリが有効で、システムがインプリメンテーションを認識できる場合は、Customer Support にお問い合わせください。

関連項目

epifregedtepifreg_ec_sec_map_proof

23

ERROR:Unable to realize the _ec_sec_pki_init interface implementation val. Error code (val)
ERROR: _ec_sec_pki_init インターフェイスのインプリメンテーション val を認識できません。エラー・コード (val)

説明

The registry was unable to properly realize an implementation for the _ec_sec_pki_init interface.

アクション

レジストリが有効な状態であるかどうかを確認します。レジストリが有効で、システムがインプリメンテーションを認識できる場合は、Customer Support にお問い合わせください。

関連項目

epifregedtepifreg_ec_sec_pki_init

31

ERROR:Encryption keys cannot have conflicting algorithms (alg1/alg2) or bit sizes (bit-size1/bit-size2)
ERROR: 暗号化キーには、矛盾するアルゴリズム (alg1/alg2) やビット・サイズ (bit-size1/bit-size2) を指定できません。

説明

1 つのメッセージで使用できるバルク・データの暗号化アルゴリズムは 1 つだけです。バッファに複数のアルゴリズムまたはビット・サイズが設定されていると、このエラーが発生します。アルゴリズム alg1alg2、またはビット・サイズ bit-size1bit-size2 が矛盾しています。

アクション

個々のメッセージに暗号化アルゴリズムまたはビット強度が 1 つだけ設定されていることを確認します。

関連項目

tpkey_setinfotpseal

32

ERROR:Invalid return from _ec_sec_cert_by_name error-code
ERROR: _ec_sec_cert_by_name error-code から不正な結果が返されました。

説明

The implementation of the plug-in function _ec_sec_cert_by_name returned an unexpected error code of error-code.

アクション

レジストリが破損されていないことを確認します。セキュリティ・プロバイダ・インターフェイスの製造元に問い合わせ、エラーを報告します。BEA Customer Support にお問い合わせください。

関連項目

_ec_sec_cert_by_name

33

ERROR:Invalid return from _ec_sec_cert_by_dsn error-code
ERROR: _ec_sec_cert_by_dsn error-code から不正な結果が返されました。

説明

The implementation of the plug-in function _ec_sec_cert_by_dsn returned an unexpected error code of error-code.

アクション

レジストリが破損されていないことを確認します。セキュリティ・プロバイダ・インターフェイスの製造元に問い合わせ、エラーを報告します。BEA Customer Support にお問い合わせください。

関連項目

_ec_sec_cert_by_dsn

34

ERROR:Invalid return from _ec_sec_prs_get_principal error-code
ERROR: _ec_sec_prs_get_principal error-code から不正な結果が返されました。

説明

The implementation of the plug-in function _ec_sec_prs_get_principal returned an unexpected error code of error-code.

アクション

レジストリが破損されていないことを確認します。セキュリティ・プロバイダ・インターフェイスの製造元に問い合わせ、エラーを報告します。BEA Customer Support にお問い合わせください。

関連項目

_ec_sec_prs_get_principal

35

ERROR:Invalid return from _ec_sec_prs_get_issuer error-code
ERROR: _ec_sec_prs_get_issuer error-code から不正な結果が返されました。

説明

The implementation of the plug-in function _ec_sec_prs_get_issuer returned an unexpected error code of error-code.

アクション

レジストリが破損されていないことを確認します。セキュリティ・プロバイダ・インターフェイスの製造元に問い合わせ、エラーを報告します。BEA Customer Support にお問い合わせください。

関連項目

_ec_sec_prs_get_issuer

36

ERROR:Invalid return from _ec_sec_val_cert error-code
ERROR: _ec_sec_val_cert error-code から不正な結果が返されました。

説明

The implementation of the plug-in function _ec_sec_val_cert returned an unexpected error code of error-code.

アクション

レジストリが破損されていないことを確認します。セキュリティ・プロバイダ・インターフェイスの製造元に問い合わせ、エラーを報告します。BEA Customer Support にお問い合わせください。

関連項目

_ec_sec_val_cert

37

ERROR:Invalid return from _ec_sec_val_trust error-code
ERROR: _ec_sec_val_trust error-code から不正な結果が返されました。

説明

The implementation of the plug-in function _ec_sec_val_trust returned an unexpected error code of error-code.

アクション

レジストリが破損されていないことを確認します。セキュリティ・プロバイダ・インターフェイスの製造元に問い合わせ、エラーを報告します。BEA Customer Support にお問い合わせください。

関連項目

_ec_sec_val_trust

38

ERROR:Invalid return from _ec_sec_key_open_private_key error-code
ERROR: _ec_sec_key_open_private_key error-code から不正な結果が返されました。

説明

The implementation of the plug-in function _ec_sec_key_open_private_key returned an unexpected error code of error-code.

アクション

レジストリが破損されていないことを確認します。セキュリティ・プロバイダ・インターフェイスの製造元に問い合わせ、エラーを報告します。BEA Customer Support にお問い合わせください。

関連項目

_ec_sec_key_open_private_key

39

ERROR:Invalid return from _ec_sec_key_open_public_key error-code
ERROR: _ec_sec_key_open_public_key error-code から不正な結果が返されました。

説明

The implementation of the plug-in function _ec_sec_key_open_public_key returned an unexpected error code of error-code.

アクション

レジストリが破損されていないことを確認します。セキュリティ・プロバイダ・インターフェイスの製造元に問い合わせ、エラーを報告します。BEA Customer Support にお問い合わせください。

関連項目

_ec_sec_key_open_public_key

40

ERROR:Invalid return from _ec_sec_key_copy_key error-code
ERROR: _ec_sec_key_copy_key error-code から不正な結果が返されました。

説明

The implementation of the plug-in function _ec_sec_key_copy_key returned an unexpected error code of error-code.

アクション

レジストリが破損されていないことを確認します。セキュリティ・プロバイダ・インターフェイスの製造元に問い合わせ、エラーを報告します。BEA Customer Support にお問い合わせください。

関連項目

_ec_sec_key_copy_key

41

ERROR:Invalid return from _ec_sec_key_close error-code
ERROR: _ec_sec_key_close error-code から不正な結果が返されました。

説明

The implementation of the plug-in function _ec_sec_key_close returned an unexpected error code of error-code.

アクション

レジストリが破損されていないことを確認します。セキュリティ・プロバイダ・インターフェイスの製造元に問い合わせ、エラーを報告します。BEA Customer Support にお問い合わせください。

関連項目

_ec_sec_key_close

42

ERROR:Invalid return from _ec_sec_key_getinfo error-code
ERROR: _ec_sec_key_getinfo error-code から不正な結果が返されました。

説明

The implementation of the plug-in function _ec_sec_key_getinfo returned an unexpected error code of error-code.

アクション

レジストリが破損されていないことを確認します。セキュリティ・プロバイダ・インターフェイスの製造元に問い合わせ、エラーを報告します。BEA Customer Support にお問い合わせください。

関連項目

_ec_sec_key_getinfo

43

ERROR:Invalid return from _ec_sec_key_setinfo error-code
ERROR: _ec_sec_key_setinfo error-code から不正な結果が返されました。

説明

The implementation of the plug-in function _ec_sec_key_setinfo returned an unexpected error code of error-code.

Action

レジストリが破損されていないことを確認します。セキュリティ・プロバイダ・インターフェイスの製造元に問い合わせ、エラーを報告します。BEA Customer Support にお問い合わせください。

関連項目

_ec_sec_key_setinfo

44

ERROR:Invalid return from _ec_sec_key_digest error-code
ERROR: _ec_sec_key_digest error-code から不正な結果が返されました。

説明

The implementation of the plug-in function _ec_sec_key_digest returned an unexpected error code of error-code.

アクション

レジストリが破損されていないことを確認します。セキュリティ・プロバイダ・インターフェイスの製造元に問い合わせ、エラーを報告します。BEA Customer Support にお問い合わせください。

関連項目

_ec_sec_key_digest

45

ERROR:Invalid return from _ec_sec_key_encrypt_digest error-code
ERROR: _ec_sec_key_encrypt_digest error-code から不正な結果が返されました。

説明

The implementation of the plug-in function _ec_sec_key_encrypt_digest returned an unexpected error code of error-code.

アクション

レジストリが破損されていないことを確認します。セキュリティ・プロバイダ・インターフェイスの製造元に問い合わせ、エラーを報告します。BEA Customer Support にお問い合わせください。

関連項目

_ec_sec_key_encrypt_digest

46

ERROR:Invalid return from _ec_sec_key_decrypt_digest error-code
ERROR: _ec_sec_key_decrypt_digest error-code から不正な結果が返されました。

説明

The implementation of the plug-in function _ec_sec_key_decrypt_digest returned an unexpected error code of error-code.

アクション

レジストリが破損されていないことを確認します。セキュリティ・プロバイダ・インターフェイスの製造元に問い合わせ、エラーを報告します。BEA Customer Support にお問い合わせください。

関連項目

_ec_sec_key_decrypt_digest

47

ERROR:Invalid return from _ec_sec_key_encrypt_session_key error-code
ERROR: _ec_sec_key_encrypt_session_key error-code から不正な結果が返されました。

説明

The implementation of the plug-in function _ec_sec_key_encrypt_session_key returned an unexpected error code of error-code.

アクション

レジストリが破損されていないことを確認します。セキュリティ・プロバイダ・インターフェイスの製造元に問い合わせ、エラーを報告します。BEA Customer Support にお問い合わせください。

関連項目

_ec_sec_key_encrypt_session_key

48

ERROR:Invalid return from _ec_sec_key_decrypt_session_key error-code
ERROR: _ec_sec_key_decrypt_session_key error-code から不正な結果が返されました。

説明

The implementation of the plug-in function _ec_sec_key_decrypt_session_key returned an unexpected error code of error-code.

アクション

レジストリが破損されていないことを確認します。セキュリティ・プロバイダ・インターフェイスの製造元に問い合わせ、エラーを報告します。BEA Customer Support にお問い合わせください。

関連項目

_ec_sec_key_decrypt_session_key

49

ERROR:Unable to acquire credentials. Error code val1, minor_status val2
ERROR: クリデンシャルを取得できません。エラー・コードは val1、 minor_status val2 です。

説明

The system was unable to acquire credentials for a process attempting to log in to the system. The error code val1 is an engine error code, while val2 is the minor status, as defined by the GSSAPI. Where two BEA TUXEDO Release 7.1 applications are communicating through GWTDOMAIN (domain gateway) processes, and both are using the default authentication plug-ins, a mismatch between the CONNECTION_PRINCIPAL_NAME parameter and the the DOMAINID parameter for the local domain access point can prevent the local domain gateway process from booting.

アクション

GWTDOMAIN プロセスを介する BEA TUXEDO Release 7.1 アプリケーション間の通信でデフォルトの認証プラグインが使用されている場合、ローカル DMCONFIG ファイルの DM_LOCAL_DOMAINS セクションに定義される、ローカル・ドメイン・アクセス・ポイントの CONNECTION_PRINCIPAL_NAME パラメータとローカル・ドメイン・アクセス・ポイントの DOMAINID パラメータが同じであることを確認します。AAA セキュリティ・プロバイダへの問い合わせが必要となる場合もあります。BEA システムにより提供されているデフォルトの AAA セキュリティ・プロバイダを使用している場合は、BEA Customer Support にお問い合わせください。

50

ERROR:Unable to process pkcs7 packaged data (val1/val2/val3)
ERROR: pkcs7 にパッケージ化されたデータ (val1/val2/val3) を処理できません。

説明

システムが、ASN.1 を用いる PKCS7 タイプとしてパッケージされたデータを処理しようとしました。プロセスを復号化する際に障害が発生しました。

アクション

Contact BEA Customer Support. Be sure to have val1, val2 and val3 to give to the support person.

51

ERROR:Unable to resolve interception sequence (val)
ERROR: インターセプション・シーケンス (val) を解決できません。

説明

監査ファンアウト・インプリメンテーションで、インプリメンテーションのインターセプションのリストを検出できませんでした。

アクション

Contact BEA Customer Support. Be sure to have val to give to the support person.

52

ERROR:Unable to allocate array of val handles
ERROR: val ハンドルの配列を割り当てられません。

説明

A call to calloc failed while attempting to allocate an array of val handles.

アクション

操作を完了するために十分な物理メモリまたは仮想メモリがシステムにあるかどうかを調べます。システムにオペレーションを行うのに十分なメモリがあり、malloc アリーナがユーザ・コードにより破損していないという確信がある場合は、BEA Customer Support にお問い合わせください。

53

ERROR:Unable to resolve interception sequence (val)
ERROR: インターセプション・シーケンス (val) を解決できません。

説明

監査ファンアウト・インプリメンテーションで、インプリメンテーションのインターセプションのリストを検出できませんでした。

アクション

Contact BEA Customer Support. Be sure to have val to give to the support person.

54

ERROR:Unable to resolve interception sequence (val)
ERROR: インターセプション・シーケンス (val) を解決できません。

説明

公開鍵初期化ファンアウト・インプリメンテーションで、インプリメンテーションのインターセプションのリストを検出できませんでした。

アクション

Contact BEA Customer Support. Be sure to have val to give to the support person.

55

ERROR:Unable to resolve interception sequence (val)
ERROR: インターセプション・シーケンス (val) を解決できません。

説明

公開鍵検証ファンアウト・インプリメンテーションで、インプリメンテーションのインターセプションのリストを検出できませんでした。

アクション

Contact BEA Customer Support. Be sure to have val to give to the support person.

56

ERROR:Unable to resolve interception sequence (val)
ERROR: インターセプション・シーケンス (val) を解決できません。

説明

公開鍵検証ファンアウト・インプリメンテーションで、インプリメンテーションのインターセプションのリストを検出できませんでした。

アクション

Contact BEA Customer Support. Be sure to have val to give to the support person.

60

ERROR: Invalid return from implementation. cds_cert=0xcert-val, cds_cert_size=cert-size, cds_principal_name=0xname cds_usage=0xusage

説明

The implementation of a plug-in function has returned an invalid certificate descriptor. The possible output fields in the certificate descriptor are cert-val, cert-size, name and usage.

アクション

プラグイン・インプリメンテーションのコードを変更して入出力基準に合わせます。

関連項目

_ec_sec_cert_by_name_ec_sec_cert_by_dsn

61

ERROR: Invalid return from implementation. Returned Private Key=0xprivate-key, cds_usage=0xusage

説明

The implementation of a plug-in function has returned an invalid private key. The possible output fields of the private key and associated certificate are private-key and usage.

アクション

プラグイン・インプリメンテーションのコードを変更して入出力基準に合わせます。

関連項目

_ec_sec_key_open_private_key

62

ERROR: Invalid return from implementation. Returned Public Key=0xpublic-key, cds_usage=0xusage

説明

The implementation of a plug-in function has returned an invalid public key. The possible output fields of the public key and associated certificate are public-key and usage.

アクション

プラグイン・インプリメンテーションのコードを変更して入出力基準に合わせます。

関連項目

_ec_sec_key_open_public_key

 

Skip footer navigation  Back to Top Previous