Help Center/ ServiceStage/ User Guide (ME-Abu Dhabi Region)/ FAQs/ What Should I Do If the Microservice Application Name Is Different from the Component Application Name?
Updated on 2023-06-25 GMT+08:00

What Should I Do If the Microservice Application Name Is Different from the Component Application Name?

Symptom

After a microservice component is created and deployed on ServiceStage, when you choose Service Catalog > Microservice List on the engine console where the microservice component is deployed to view the microservice application name (as shown in Figure 2), this microservice application name may be different from that of the application where the microservice component is located (as shown in Figure 1).

Figure 1 Application name on the Application Management page
Figure 2 Application name on the Service Catalog page

Solution

  1. Log in to ServiceStage and choose Application Management > Application List.
  2. Click the application where the faulty microservice component is located to go to its details page.
  3. Click Environment Variables and select a created environment from the Environment drop-down list.
  4. Choose Environment Variable > Add Environment Variable to configure global environment variables.

    • Spring Cloud framework: Enter a key and value by referring to Table 1.
      Table 1 Global environment variables of the Spring Cloud framework

      Key

      Value

      spring_cloud_servicecomb_discovery_appName

      Enter the name of the application where the microservice component is located.

    • Java Chassis framework: Enter a key and value by referring to Table 2.
      Table 2 Global environment variables of the Java Chassis framework

      Key

      Value

      servicecomb_service_application

      Enter the name of the application where the microservice component is located.

  5. Deploy the created component for the application again. For details, see Deploying an Application Component.

    Wait until the component deployment is complete and the component status changes to Running.

  6. Choose Infrastructure > Cloud Service Engines.
  7. Select the microservice engine where the microservice component is deployed and click Console.
  8. Choose Service Catalog > Microservice List. The application name on the displayed page is the same as the application name on the Application Management page.