Skip to main content

After the Certificate change and during middleware server installation we are getting the below error.

 

SEVERE: namespace must be set

 

How can we slow this error?

The problem was caused by an incorrect password specified in the cloud YAML configuration file. 

Steps to Resolve:

  1. Recreate the YAML File:

    • Begin by recreating the cloud YAML file using the official template from the technical documentation.
    • Ensure that you follow the exact structure and syntax as outlined in the documentation to avoid formatting errors.
  2. Verify Passwords and Paths:

    • Carefully review and validate all passwords and file paths included in the cloud YAML file.

Reply