Stopping/Restarting/Starting a FineDataLink Project

  • Last update: October 13, 2025
  • Overview

    Application Scenario

    • After manually upgrading FineDataLink, you need to restart the project.

    • After modifying a certain configuration of the FineDataLink project, you need to restart the project.

    Function Description

    This document describes how to stop and restart the FineDataLink project in the Linux system.

    Function Description

    1. For FineDataLink projects deployed in Tomcat, WebLogic, or WebSphere containers, you can stop them by stopping the container.

    iconNote:
    The methods provided in this article apply to all JAR versions.

    2. If there are pipeline tasks in the FineDataLink project, you need to pause the pipeline tasks before restarting the FineDataLink project.

    Tomcat Container

    In this example, the project is deployed in /home/wendy/FineDataLink/tomcat-linux.

    Stopping the Project

    1. Execute the following command to check the project processes. You will find that the current server is running, with process IDs 14429 and 13878, as shown in the following figure.

    ps -ef|grep tomcat-linux

    2. Kill the project process, and check whether there are unclosed project processes. All processes related to this project need to be killed.

    iconNote:
    You are not advised to use the kill -9 pid command, as it may cause abnormalities in pipeline tasks.
    kill 14429
    kill 13878

    After using the command above, you can wait for half a minute, and then use the command ps -ef|grep tomcat-linux again to check if the process has been closed.

    Restarting the Project

    1. Enter the bin directory of the project, and then restart the project, as shown in the following figure.

    iconNote:
    If the FineDataLink project is running on a Linux system, restarting the project requires root privileges.
    cd /home/wendy/FDL/tomcat-linux/bin
    ./startup.sh

    2. Check the real-time log. If the consumed time is displayed in the real-time log, it means that the project has been restarted successfully, as shown in the following figure.

    Method One:

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

    Method Two:

    tail -f /home/wendy/FDL/tomcat-linux/logs/catalina.out
    The path in this example is for reference only. The actual path shall prevail. 

    WebLogic Container

    For details, see WebLogic container.

    WebSphere Container

    For details, see WebSphere container.


    附件列表


    主题: Deployment and Upgrade
    • Helpful
    • Not helpful
    • Only read

    滑鼠選中內容,快速回饋問題

    滑鼠選中存在疑惑的內容,即可快速回饋問題,我們將會跟進處理。

    不再提示

    10s後關閉

    Get
    Help
    Online Support
    Professional technical support is provided to quickly help you solve problems.
    Online support is available from 9:00-12:00 and 13:30-17:30 on weekdays.
    Page Feedback
    You can provide suggestions and feedback for the current web page.
    Pre-Sales Consultation
    Business Consultation
    Business: international@fanruan.com
    Support: support@fanruan.com
    Page Feedback
    *Problem Type
    Cannot be empty
    Problem Description
    0/1000
    Cannot be empty

    Submitted successfully

    Network busy