首先,我是Streamsets的新手。
我按照Systemd系统的说明安装了Full Tarball tar,因为我正在使用Ubuntu 16.04 VM(主机是Windows 10)。
它在一段时间内运行良好,但是当我重新启动我的VM时,SDC停止工作。我删除了我的VM并尝试了一个新的,我现在在启动sdc服务时出现以下错误:
Job for sdc.socket failed. See "systemctl status sdc.socket" and "journalctl -xe" for details.
当我查看第一个选项时,出现此错误消息:
sdc.socket : Failed to listen on sockets : Address already in use
Failed to listen on sdc.socket
我在安装过程中使用默认配置,因此侦听端口为18630。
当我查看正在运行的进程以查看哪个使用此端口时,没有(lof -i :18630 | grep LISTEN
)。主持人也一样。
有没有人对此有所了解?