提问人:ravvi 提问时间:8/25/2023 最后编辑:ravvi 更新时间:8/25/2023 访问量:49
marklogic 在 Rocky Linux 8 或 9 上安装失败
marklogic installation fails on Rocky Linux 8 or 9
问:
我在 WSL 上安装了 Rocky Linux 8,然后在其上安装了 MarkLogic 10。但是,当我尝试使用以下命令启动 MarkLogic 服务时:
sudo systemctl start MarkLogic.service
我遇到以下错误:
Job for MarkLogic.service failed because the control process exited with error code.
See "systemctl status MarkLogic.service" and "journalctl -xe" for details.
当我使用 systemctl status MarkLogic.service 检查服务的状态时,我收到以下输出:
MarkLogic.service - LSB: MarkLogic Server
Loaded: loaded (/etc/rc.d/init.d/MarkLogic; generated)
Active: failed (Result: exit-code) since Thu 2023-08-24 19:39:41 IST; 16s ago
Docs: man:systemd-sysv-generator(8)
Process: 200 ExecStart=/etc/rc.d/init.d/MarkLogic start (code=exited, status=127)
Aug 24 19:39:38 IN-F6KRXM3 systemd[1]: Starting LSB: MarkLogic Server...
Aug 24 19:39:38 IN-F6KRXM3 MarkLogic[201]: Initializing environment variables
Aug 24 19:39:40 IN-F6KRXM3 MarkLogic[200]: Starting MarkLogic:
Aug 24 19:39:40 IN-F6KRXM3 MarkLogic[205]: /etc/redhat-lsb/lsb_start_daemon: line 3: /etc/init.d/functions: No such file
Aug 24 19:39:40 IN-F6KRXM3 MarkLogic[206]: /etc/redhat-lsb/lsb_start_daemon: line 44: daemon: command not found
Aug 24 19:39:41 IN-F6KRXM3 MarkLogic[207]: /etc/redhat-lsb/lsb_log_message: line 3: /etc/init.d/functions: No such file
Aug 24 19:39:41 IN-F6KRXM3 MarkLogic[208]: /etc/redhat-lsb/lsb_log_message: line 16: failure: command not found
Aug 24 19:39:41 IN-F6KRXM3 systemd[1]: MarkLogic.service: Control process exited, code=exited status=127
Aug 24 19:39:41 IN-F6KRXM3 systemd[1]: MarkLogic.service: Failed with result 'exit-code'.
Aug 24 19:39:41 IN-F6KRXM3 systemd[1]: Failed to start LSB: MarkLogic Server.
我希望在解决这个问题方面有任何帮助。谢谢。
答: 暂无答案
评论
/etc/init.d
/lib/lsb/init-functions
redhat-lsb-core