最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

build - How to Install ThingsBoard from Source on Ubuntu - Stack Overflow

programmeradmin3浏览0评论

I'm trying to install ThingsBoard Community Edition (CE) from source on Ubuntu, but I'm facing some issues during the build process. I would appreciate any guidance on the correct steps to get it running properly.

What I Have Done So Far:

Cloned the repository:

git clone --recursive .git
cd thingsboard

Installed required dependencies:

sudo apt update
sudo apt install -y openjdk-17-jdk maven

Built the project:

mvn clean install -DskipTests

The project with the above code is built successfully.

When I run the project with the code below, I get the following error:

[ERROR] Failed to execute goal .springframework.boot:spring-boot-maven-plugin:3.2.12:run (default-cli) on project http: Process terminated with exit code: 1

mvn spring-boot:run -X

Additionally, the ThingsBoard HTTP Transport Service fails, causing all other modules to be skipped.

Questions:

  1. What are the exact steps to build and run ThingsBoard from source on Ubuntu?

  2. Am I missing any dependencies or configurations?

  3. How can I debug the issue with the HTTP Transport Service?

发布评论

评论列表(0)

  1. 暂无评论