Content starts here

System Messages: GWWS Catalog 1700-1799

Previous

1700


ERROR: Could not get private key info.(retcode)

Description

Unable to get the private key information.

Action

Contact your Oracle support.


1701


ERROR: Failure occurred while getting certificate from file "fname".(retcode)

Description

Failed to read X.509 certificate from the PEM file fname, and the error return code is retcode.

Action

Check whether the file exists with correct permission, and then check whether it is a PEM file contains the the X.509 certificate. If configuration and setup is good but problem still persist contact your Oracle support.


1702


ERROR: Could not parse private key from file keyfile.(retcode)

Description

Failed to parse the private key from the PEM file keyfile, and the error return code is retcode.

Action

Check whether the PEM file exists, and whether a RSA private key is inside the file. If everything looks good but the failure persists contact your Oracle support.


1703


ERROR: Could not file certificate matching private key.

Description

The specified X.509 certificate and private do not match.

Action

Correct your certificate and private key setup, and make sure the public key stored in the X.509 certificate matches the private key.


1704


ERROR: Failure occurred while getting trusted certificate from file "cafile".(retcode)

Description

Unable to load CA certificate from the configured CA PEM file cafile with error return code retcode.

Action

Check whether the configured CA file cafile exists and contains proper CA X.509 certificate in PEM file format. If everything looks good but failure persists contact your Oracle support.


1705


ERROR: Failed to create PKCS12 data structure.

Description

Unable to create a PKCS12 data structure from the configured certificates and private key.

Action

Check any prior error message in Tuxedo USERLOG log file. If there is no prior error message then check whether the setup is correct. If everything looks good but failure still persist contact your Oracle support.


1706


ERROR: Failed to create PKCS12 in ASN.1.

Description

Failure occurred while building a PKCS12 in ASN.1 encoding.

Action

Contact your Oracle support.


1707


ERROR: Cannot open fname for writing as a new wallet (errno=code)

Description

Unable to open file fname for writing encoded PKCS12 to. The error code is code.

Action

Check the meaning of system errno information and then check your file system permission and free space for writing the file to disk.


1708


ERROR: Cannot change permission on new wallet fname (errno=code)

Description

Unable to change permission on the new wallet fname with errno equals to code.

Action

Check the meaning of system errno information then check your file system permission and correct any problem.


 Back to Top Previous