gpt4 book ai didi

linux - Cron 作业神秘地停止运行?

转载 作者:IT王子 更新时间:2023-10-29 00:55:19 25 4
gpt4 key购买 nike

我在 Ubuntu 10.4 服务器上有一个 cron 作业无缘无故停止运行。 (这项工作运行了几个月并且没有改变。)我不是 *nix 专家,所以如果这是一个简单的问题,我会恳求无知。我找不到任何原因或指示为什么这项工作会停止。我已经重新启动服务器但没有成功。这是工作:

# m h  dom mon dow   command
0 * * * * java -jar /home/mydir/myjar.jar >>/home/mydir/crontaboutput.txt

输出文件的最后一行显示程序在 2012 年 8 月 29 日运行。之后什么都没有。

有什么想看的地方吗?

最佳答案

There should be something in your system log when the job was run. The other thing you could >try is to add 2>&1 to the job to see any errors in your text file. – Lars Kotthoff yesterday

这被证明是关键信息 - 添加 2>&1 使我能够捕获在其他任何地方都没有报告的错误。完成的命令行如下所示:

java -jar /home/mydir/myjar.jar  2>&1  >>/home/mydir/crontaboutput.txt

关于linux - Cron 作业神秘地停止运行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13298619/

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