2

在 Windows 上成功安装 Thingsboard 后,请帮助我在尝试启动服务时遇到此错误。

The ThingsBoard Server Application service is starting.
The ThingsBoard Server Application service could not be started.
A system error has occurred.
System error 1067 has occurred.
The process terminated unexpectedly.
4

2 回答 2

4

在某些情况下,您必须设置 java 文件的完整路径。这样做:

1- 打开基础目录中的 thingsboard.xml 文件。
2- 搜索此行<executable>java</executable>
3- 将上面的行更改为<executable>C:\Program Files\Java\jdk1.8.0_121\bin\java</executable>
4-net start thingsboard

输出

The ThingsBoard Server Application service is starting.
The ThingsBoard Server Application service was started successfully.
于 2018-08-15T12:22:43.497 回答
1

这是一个已知的错误(参见此处)。

如果 AYR1112013 的解决方案不起作用,您可以通过删除 thingsboard.xml 中的标志“-XX:+UseCondCardMark”来临时解决问题。

之后,像往常一样使用“net start thingsboard”启动服务。

于 2019-06-21T23:14:06.633 回答