Closing or Restarting the FineReport Project

  • Last update:November 10, 2025
  • Overview

    Version

    Report Project

    11.0

    Application Scenario

    • Before restarting the project, you need to end all project-related processes completely.

    • You want to stop the project.

    Function Description

    This document introduces methods for stopping and restarting projects deployed on Tomcat, WebLogic, and WebSphere servers in the Linux system.

    iconNote: 
    The methods provided in this document apply to FineReport projects with JAR packages of all versions.

    Other Description

    1. For FineReport projects deployed in Tomcat, WebLogic, or WebSphere containers, you can stop the projects by shutting down the container.

    2. For FineReport projects deployed in containers, if lingering threads remain in the system due to improper user operations or other reasons, the system will detect the threads upon project startup and send a platform message to notify the admin. The message content is as follows:

    Standalone deployment: "Process residues may exist in No.XXX process. To ensure the normal operation of the current application, you are advised to check whether process residues exist in time."

    Cluster deployment: "Process residues may exist in No.XXX process in the XXX node. To ensure the normal operation of the current application, you are advised to check whether process residues exist in time."

    Tomcat Container

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

    Stopping the Project

    Run the following commands to:
    1. View project-related processes, as shown in the following figure.

    ps -ef|grep tomcat-linux

    2. Kill the project processes and check for lingering processes. All project-related processes must be killed, as shown in the following figure.

    kill -9 31126

    Restarting the Project

    Run the following commands to:
    1. Enter the bin folder and restart the project, as shown in the following figure.

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

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

    cd /home/wendy/tomcat-linux/logstail -f catalina.out

    WebLogic Container

    Stopping the Project

    Run the following commands to:
    1. Check the process ID, as shown in the following figure.

    ps -ef|grep weblogic

    2. Kill all project-related processes and check for lingering processes, as shown in the following figure.

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

    Restarting the Project

    Locate the directory containing the startWebLogic.sh file. In this example, the directory is domains in /web/weblogic/Oracle/Middleware/user_projects. Run the following command to enter the directory and restart the project, as shown in the following figure.

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

    WebSphere Container

    Stopping the Project

    Run the following commands to:
    1. Check the process ID, as shown in the following figure.

    ps -ef|grep WebSphere

    2. Kill all project-related processes and check for lingering processes, as shown in the following figure.

    Restarting the Project

    Locate the directory containing the startServer.sh file. In this example, the directory is bin in /opt/IBM/WebSphere/AppServer/profiles/AppSrv01. Run the following command to enter the directory and restart the project, as shown in the following figure.

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

    iconNote:
    server1 is the name of the application server, which can be viewed in the administrative console, as shown in the following figure.

    4.2-2.jpg

    Attachment List


    Theme: Deployment and Integration
    • 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