在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.
发布于 2018-08-15 20:22:43
在某些情况下,您必须设置java file.to的完整路径,这样做:
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.
发布于 2019-06-22 07:14:07
这是一个已知的错误(请参阅here)。
如果AYR1112013的解决方案不起作用,你可以通过移除thingsboard.xml中的"-XX:+UseCondCardMark“标志来暂时修复这个问题。
之后,像往常一样用"net start thingsboard“启动服务。
https://stackoverflow.com/questions/48518373
复制相似问题