Help Center> Cloud Service Engine> FAQs> ServiceComb Engines> What Should I Do If SpringCloud Applications Fail to Connect to the Configuration Center of ServiceComb Engine 2.x?
Updated on 2024-05-16 GMT+08:00

What Should I Do If SpringCloud Applications Fail to Connect to the Configuration Center of ServiceComb Engine 2.x?

Symptom

The center is configured in the code, but the configuration items cannot be obtained.

Possible Cause

The type and address of the configuration center in the configuration file are incorrect.

Fault Location

  1. The engine uses the 2.x key, but the configuration center uses the 1.x key.
  2. The environment is specified in the configuration file, but the environment key obtained from the code is incorrect.

Solution

  1. Set spring.cloud.servicecomb.config.serverType to kie in the configuration file to change the configuration center type to kie.
  2. Modify server.env to change the environment key in the configuration file.

ServiceComb Engines FAQs

more