反馈已提交

网络繁忙

You are viewing 5.1 help doc. More details are displayed in the latest help doc.

Close or Restart FineBI Project

  • Recent Updates: August 25, 2022
  • Ⅰ. Overview

    1. Version 

    FineBI versionnew features
    5.1.15

    For a project deployed in a container, if there are residual threads in the system due to improper user operation and other reasons, when the project starts, after detecting residual threads, it will prompt the super-pipe in the form of a platform message. The content of the notification is as follows:

    • Standalone

    It is detected that process No. XXX may have process residues. In order not to affect the normal operation of the current application, it is recommended to check and confirm in time

    • cluster

    It is detected that the XXX process under the XXXXX (node address) node may have process residues. In order not to affect the normal operation of the current application, it is recommended to check and confirm in time

    2. Application scenarios

    • When restarting a project, you need to completely close the process related to the project before restarting.

    • The user wants to close the project.

    3. Function introduction

    This article provides methods for shutting down and restarting projects in Tomcat, WebLogic, and WebSphere in Linux systems.

    Ⅱ. Tomcat Container

    Example: The project is deployed under /home/wendy/tomcat-linux.

    1. Close the project

    1) Execute the following command to view the project process. As shown below:

    ps -ef|grep tomcat-linux

    1617265472744533.png

    2) Kill the engineering process, and check whether there are any remaining engineering processes. 

    All processes related to this project need to be killed. As shown below:

    kill -9 31126

    7.png

    2. Restart the project

    1) Enter the project bin directory and restart the project. As shown below:

    cd /home/wendy/tomcat-linux/bin
    ./startup.sh

    8.png

    2) View the real-time log. If the restart time is displayed in the real-time log, it means that the restart is successful. As shown below:

    cd /home/wendy/tomcat-linux/logs
    tail -f catalina.out

    1617266270387055.png

    Ⅲ. WebLogic Container

    1. Close the project

    1) Check the process ID, as shown below:

    ps -ef|grep weblogic

    1617268284394454.png

    2) Kill all processes related to this project, and check whether there are any remaining project processes. 

    As shown below:

    kill -9 113351
    kill -9 113352
    ps -ef|grep weblogic

    11.png

    2. Restart the project

    Find the directory where startWebLogic.sh  is located. The example directory in this article is: /web/weblogic/Oracle/Middleware/user_projects/domains, enter this directory to restart the project. 

    As shown below:

    cd /web/weblogic/Oracle/Middleware/user_projects/domains
    nohup ./startWebLogic.sh &
    ps -ef|grep weblogic

    Ⅳ. WebSphere Container

    1. Close the project

    1) View the process number, as shown in the following figure:

    ps -ef|grep WebSphere

    1617274236894892.png

    2) Kill all processes related to this project, and check whether there are any remaining project processes. 

    As shown below:

    14.png

    2. Restart the project

    Find the path where startServer.sh, the example directory of this article is: /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/bin , enter the directory and restart the project. 

    As shown below:

    cd /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/bin
    ./startServer.sh server1
    ps -ef|grep websphere

    24.png

    Note: server1 is the application server name, which can be viewed in the console. 


    Attachment List


    Theme: Deployment Integration
    Already the First
    Already the Last
    • Helpful
    • Not helpful
    • Only read

    售前咨询电话

    400-811-8890转1

    在线技术支持

    在线QQ:800049425

    热线电话:400-811-8890转2

    总裁办24H投诉

    热线电话:173-1278-1526

    文 档反 馈

    鼠标选中内容,快速反馈问题

    鼠标选中存在疑惑的内容,即可快速反馈问题,我们将会跟进处理。

    不再提示

    10s后关闭