我使用在Linux上作为守护进程运行一个Java程序。
守护进程“随机”崩溃,只显示以下消息:
jsvc.exec error: Service did not exit cleanly
这是jsvc ()中代码的相关部分:
while (waitpid(pid, &status, 0) != pid) {
/* Waith for process */
}
/* The child must have exited cleanly */
if (WIFEXITED(status)) {
status = WEXITSTATUS(status);
// Cl
我在试图在CentOS linux上启动ORTS守护进程时遇到了问题
设施:
OTRS-otrs.Daemon.pl - Daemon Kernel::System::Daemon::DaemonModules::SystemConfigurationSyncManager-07
电文:
拒绝用户'otrs'@'localhost‘的访问(使用密码:是)
当我尝试使用命令获取状态时:
./opt/otrs/bin/otrs.Daemon.pl status
收到这条信息:
Manage the OTRS daemon process.
Daemon r