我要评分
获取效率
正确性
完整性
易理解

No Response During Login from a Browser

Symptom

When you enter https://server_IP_address:port_number (for example, https://xx.xx.xx.xx:8086) in the address box of a browser, you are redirected to a wrong page or there is no response to login operations.

Possible Causes

Port 8086 is occupied by another tool and cannot be allocated.

Troubleshooting Procedure

Configure the HTTPS port number and log in again.

The default HTTPS port number is 8086.

  1. Use an SSH tool to remotely log in to the OS CLI as the DevKit installation user.
  2. Stop the Nginx service.
    • root user
      systemctl stop devkit_nginx
      systemctl stop java_perf
    • Common users
      bash /home/test01/DevKit/tools/service_management.sh stop devkit_nginx
      bash /home/test01/DevKit/tools/service_management.sh stop java_perf
    • /home/test01: Replace the example installation directory with the actual one.
    • Before changing the IP address and port number, you must stop the Kunpeng DevKit. If the Java Profiler is not installed, you do not need to stop the java_perf service.
    • If the tool is installed in a container, you can run service_management.sh to stop the service based on the installation method for a common user.
  3. Check for port conflicts.
    1. Run the following command to access the tools directory (/opt is the tool installation directory. Replace it with the actual directory.):
      1
      cd /opt/DevKit/tools/
      
    2. Check for port conflicts.
      1
      bash change_ip_port.sh
      
      • After the automatic modification is complete, the following port information is displayed. xxxx is the new port number, and xx.xx.xx.xx is the IP address of the running environment.
        1
        2
        3
        4
          Changing the IP address or port requires service restart. In the multi-node scenario, this will cause the remote node to be unavailable and you need to add the remote node again on the Agent Management page. Are you sure you want to continue? [y/N]: y
        Please enter install port. (The default install port is 8086):xxxx
        ...
        Web console is now running, go to: https://xx.xx.xx.xx:xxxx
        
      • After the script is successfully run, the Nginx service automatically starts.
  4. Log in to the DevKit WebUI again.