[GH-ISSUE #4122] build.bat failed to execute #1370

Closed
opened 2026-03-07 21:02:56 +03:00 by kerem · 1 comment
Owner

Originally created by @panda0120 on GitHub (Feb 10, 2026).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/4122

Description

I am using Windows 11 on my computer, and the dependent environments have been installed correctly (OpenJDK 21, Maven 3.9.12, node-v22, yarn-4.12.0). However, when I execute the file deploy/build.bat, an error occurs:
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:45 min
[INFO] Finished at: 2026-02-10T09:35:25+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:5.0.1:compile (default-compile) on project io.cloudbeaver.model.cli: Compilation failure: Compilation failure:
[ERROR] /C:/Users/Lenovo/IdeaProjects/dbeaver-all/cloudbeaver/server/bundles/io.cloudbeaver.model.cli/src/io/cloudbeaver/model/cli/CloudBeaverCommandLine.java:[48,18] 找不到符号
[ERROR] 符号: 类 CommandLineContext
[ERROR] 位置: 类 io.cloudbeaver.model.cli.CloudBeaverCommandLine
[ERROR] /C:/Users/Lenovo/IdeaProjects/dbeaver-all/cloudbeaver/server/bundles/io.cloudbeaver.model.cli/src/io/cloudbeaver/model/cli/CloudBeaverTopLevelCommand.java:[23,35] 找不到符号
[ERROR] 符号: 类 CommandLineContext
[ERROR] 位置: 程序包 org.jkiss.dbeaver.model.cli
[ERROR] /C:/Users/Lenovo/IdeaProjects/dbeaver-all/cloudbeaver/server/bundles/io.cloudbeaver.model.cli/src/io/cloudbeaver/model/cli/CloudBeaverCommandLine.java:[61,18] 找不到符号
[ERROR] 符号: 类 CommandLineContext
[ERROR] 位置: 类 io.cloudbeaver.model.cli.CloudBeaverCommandLine
[ERROR] /C:/Users/Lenovo/IdeaProjects/dbeaver-all/cloudbeaver/server/bundles/io.cloudbeaver.model.cli/src/io/cloudbeaver/model/cli/CloudBeaverTopLevelCommand.java:[38,18] 找不到符号
[ERROR] 符号: 类 CommandLineContext
[ERROR] 位置: 类 io.cloudbeaver.model.cli.CloudBeaverTopLevelCommand
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
The complete log is as follows.:

xxx.log

Steps to reproduce

cd deploy
./build.bat

Expected/Desired Behavior

build success

CloudBeaver Version

release_25_3_4

Additional context

No response

Originally created by @panda0120 on GitHub (Feb 10, 2026). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/4122 ### Description I am using Windows 11 on my computer, and the dependent environments have been installed correctly (OpenJDK 21, Maven 3.9.12, node-v22, yarn-4.12.0). However, when I execute the file deploy/build.bat, an error occurs: [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:45 min [INFO] Finished at: 2026-02-10T09:35:25+08:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:5.0.1:compile (default-compile) on project io.cloudbeaver.model.cli: Compilation failure: Compilation failure: [ERROR] /C:/Users/Lenovo/IdeaProjects/dbeaver-all/cloudbeaver/server/bundles/io.cloudbeaver.model.cli/src/io/cloudbeaver/model/cli/CloudBeaverCommandLine.java:[48,18] 找不到符号 [ERROR] 符号: 类 CommandLineContext [ERROR] 位置: 类 io.cloudbeaver.model.cli.CloudBeaverCommandLine [ERROR] /C:/Users/Lenovo/IdeaProjects/dbeaver-all/cloudbeaver/server/bundles/io.cloudbeaver.model.cli/src/io/cloudbeaver/model/cli/CloudBeaverTopLevelCommand.java:[23,35] 找不到符号 [ERROR] 符号: 类 CommandLineContext [ERROR] 位置: 程序包 org.jkiss.dbeaver.model.cli [ERROR] /C:/Users/Lenovo/IdeaProjects/dbeaver-all/cloudbeaver/server/bundles/io.cloudbeaver.model.cli/src/io/cloudbeaver/model/cli/CloudBeaverCommandLine.java:[61,18] 找不到符号 [ERROR] 符号: 类 CommandLineContext [ERROR] 位置: 类 io.cloudbeaver.model.cli.CloudBeaverCommandLine [ERROR] /C:/Users/Lenovo/IdeaProjects/dbeaver-all/cloudbeaver/server/bundles/io.cloudbeaver.model.cli/src/io/cloudbeaver/model/cli/CloudBeaverTopLevelCommand.java:[38,18] 找不到符号 [ERROR] 符号: 类 CommandLineContext [ERROR] 位置: 类 io.cloudbeaver.model.cli.CloudBeaverTopLevelCommand [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. The complete log is as follows.: [xxx.log](https://github.com/user-attachments/files/25197882/xxx.log) ### Steps to reproduce cd deploy ./build.bat ### Expected/Desired Behavior build success ### CloudBeaver Version release_25_3_4 ### Additional context _No response_
kerem 2026-03-07 21:02:56 +03:00
Author
Owner

@panda0120 commented on GitHub (Feb 10, 2026):

It was my mistake. I switched the branches of dbeaver and cloudbeaver to release_25_3_4, but I didn’t switch the branches of these three projects — dbeaver-common, dbeaver-jdbc-libsql, and dbeaver-osgi-common — to release_25_3_4.

<!-- gh-comment-id:3874907560 --> @panda0120 commented on GitHub (Feb 10, 2026): It was my mistake. I switched the branches of dbeaver and cloudbeaver to release_25_3_4, but I didn’t switch the branches of these three projects — dbeaver-common, dbeaver-jdbc-libsql, and dbeaver-osgi-common — to release_25_3_4.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#1370
No description provided.