需要帮助弄清楚这一点。我该如何解决这个问题?我想我启用了全局安全性并立即看到了这个错误。
(在访问 localhost:8080 时,我得到以下信息...)
A problem occurred while processing the request. Please check our bug tracker to see if a similar problem has already been reported. If it is already reported, please vote and put a comment on it to let us gauge the impact of the problem. If you think this is a new issue, please file a new issue. When you file an issue, make sure to add the entire stack trace, along with the version of Jenkins …
Run Code Online (Sandbox Code Playgroud) 我需要一些关于如何完全终止 Jenkins 进程的建议。它不断重新启动自己。在 Mac OSX 上。
$ps -eaf
216 1143 1 0 0:01.65 ?? 0:04.03 /usr/bin/java -jar /Applications/Jenkins/jenkins.war
Run Code Online (Sandbox Code Playgroud)
尝试杀死进程...
kill 1143
Run Code Online (Sandbox Code Playgroud)
该进程仍然存在于不同的pid下
$ps -eaf
216 1175 1 0 0:00.16 ?? 0:01.44 /usr/bin/java -jar /Applications/Jenkins/jenkins.war
Run Code Online (Sandbox Code Playgroud)
父进程被启动。我该怎么办?
0 1 0 0 0:06.09 ?? 0:06.19 /sbin/launchd
Run Code Online (Sandbox Code Playgroud)