gpt4 book ai didi

java - 基础 ClearCase 失败。退出代码=1。 IOException : cleartool did not return the expected exit code

转载 作者:行者123 更新时间:2023-11-30 08:04:33 26 4
gpt4 key购买 nike

搜索后发现,要从 Jenkins 运行 selenium 测试,我们必须通过命令 Java -jar jenkins.war 运行 jenkins,而不是作为 < em>服务

问题是,当将 Jenkins 作为服务运行时,它工作正常,但是当使用命令作业运行它时,会出现错误:

FATAL: Base ClearCase failed. exit code=1
FATAL: java.io.IOException: cleartool did not return the expected exit code.
Command line="endview -server sprint8_view_DCLLegacy", actual exit code=1
[workspace] $ "C:\Program Files (x86)\IBM\RationalSDLC\ClearCase\bin\cleartool" endview -server sprint8_view_DCLLegacy
cleartool: Error: Cannot stop view server for view "sprint8_view_DCLLegacy": Permission denied.

FATAL: Base ClearCase failed. exit code=1
java.io.IOException: cleartool did not return the expected exit code.
Command line="endview -server sprint8_view_DCLLegacy", actual exit code=1

最佳答案

您需要检查您正在使用哪个帐户来运行 Jenkins 作为服务:

  • 系统帐户
  • 或用户帐户。

如果 cleartool enview -server 在命令行中工作,但不能从 Jenkins 作为服务运行,则需要确保该服务正在使用正确的帐户运行。

this error wont come from Jenkins running as a service but comes in command line

如果相反,您可以创建一个简单的 Jenkins 作业来关闭您想要的 View (使用参数)。
调用该作业将结束 View 。

或者,在命令行中,use PsExec ,它应该使用 LocalSystem 帐户启动 session :

C:\>psexec -i -s Powershell.exe

PsExec v1.97 - Execute processes remotely
Copyright (C) 2001-2009 Mark Russinovich
Sysinternals - www.sysinternals.com

This will launch a new window.

PS C:\Windows\system32> whoami
nt authority\system

关于java - 基础 ClearCase 失败。退出代码=1。 IOException : cleartool did not return the expected exit code,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31335465/

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