From 1f575e5c2d0568b69d7b4a3b6ff1fb9628da6008 Mon Sep 17 00:00:00 2001 From: Walter Date: Mon, 2 Feb 2026 19:57:00 +0800 Subject: [PATCH] Correct Java class path for SID generation command --- .../install-and-setup/install-enterprise-edition.md | 4 ++-- .../production-deploy/install-tapdata-ha-with-3-node.md | 2 +- docs/platform-ops/production-deploy/install-tapdata-ha.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/getting-started/install-and-setup/install-enterprise-edition.md b/docs/getting-started/install-and-setup/install-enterprise-edition.md index e2c251a7..1bf26af6 100644 --- a/docs/getting-started/install-and-setup/install-enterprise-edition.md +++ b/docs/getting-started/install-and-setup/install-enterprise-edition.md @@ -67,7 +67,7 @@ This guide uses CentOS 7 as an example to demonstrate the deployment process. 1. Execute the following command to obtain the SID information required for the application. ```bash - java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.PropertiesLauncher + java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.launch.PropertiesLauncher ``` 2. Provide the printed SID information to the TapData support team to complete the License application process. @@ -191,7 +191,7 @@ This example uses Windows Server 2019 to demonstrate the deployment process. 1. Execute the following command to obtain the SID information required for the application. ```bash - java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.PropertiesLauncher + java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.launch.PropertiesLauncher ``` 2. Provide the printed SID information to the TapData support team to complete the License application process. diff --git a/docs/platform-ops/production-deploy/install-tapdata-ha-with-3-node.md b/docs/platform-ops/production-deploy/install-tapdata-ha-with-3-node.md index 9959313d..82a28646 100644 --- a/docs/platform-ops/production-deploy/install-tapdata-ha-with-3-node.md +++ b/docs/platform-ops/production-deploy/install-tapdata-ha-with-3-node.md @@ -65,7 +65,7 @@ The following operations need to be **performed separately on each of the three 1. Run the following command to get the SID information required for the license application. ```bash - java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.PropertiesLauncher + java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.launch.PropertiesLauncher ``` 2. Provide the printed SID information to the TapData support team to complete the license application process. diff --git a/docs/platform-ops/production-deploy/install-tapdata-ha.md b/docs/platform-ops/production-deploy/install-tapdata-ha.md index 520143df..12c3fb90 100644 --- a/docs/platform-ops/production-deploy/install-tapdata-ha.md +++ b/docs/platform-ops/production-deploy/install-tapdata-ha.md @@ -77,7 +77,7 @@ Before deployment, we need to perform the following operations on both servers. 1. Execute the following command to obtain the required SID information for application. ```bash - java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.PropertiesLauncher + java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.launch.PropertiesLauncher ``` 2. Provide the printed SID information to the TapData support team to complete the License application process. @@ -185,7 +185,7 @@ Before deployment, we need to perform the following operations on both servers. 1. Execute the following command to obtain the required SID information for application. ```bash - java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.PropertiesLauncher + java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.launch.PropertiesLauncher ``` 2. Provide the printed SID information to the TapData support team to complete the License application process.