gpt4 book ai didi

java - 无法使用 crontab 访问 jarfile

转载 作者:行者123 更新时间:2023-12-02 05:40:10 26 4
gpt4 key购买 nike

我有两个 jar 文件,我想使用 crontab 运行它们。假设有一个 A 和 B jarfile。当我想为 A jarfile 运行 crontab 时,crontab 工作正常。但是当我想运行 B jarfile 时,crontab 无法访问该 jarfile。这哪里可能出问题呢?问题出在 jarfile 上,还是 crontab 设置上?

这是我的 crontab 设置

0 12,14 * * * root/root/folderjarfile/runx.sh >>/root/folderjarfile/nohup.out

最佳答案

我认为您的 jar 文件可能有问题。找到它的可能选项。

  1. 在没有 crontab 的情况下运行该 jar 意味着提交 java -cp jarPath main-method
  2. 如果 option-1 工作正常,那么您必须重新启动 cron 选项卡

    Stop Cron Job: /etc/init.d/crond stop
    Start Cron Job: /etc/init.d/crond start

关于java - 无法使用 crontab 访问 jarfile,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56144423/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com