Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨〜我启动我的 IoTDB 如下: IoTDB start pic 它只是运行并退出,没有任何错误消息。谁能帮我?谢谢~
看到控制台的日志后。我发现没有异常,服务器就退出了。您的启动命令有一点错误./sbin/start-server.sh &。正确的命令是:
./sbin/start-server.sh &
nohup ./sbin/start-server.sh >/dev/null 2>&1 &