开发者

Teamcity - intermittent clearcase snapshot error - reading changes

开发者 https://www.devze.com 2023-01-31 13:34 出处:网络
Getting the following error in the Project View against projects reading changes from a clearcase snapshot

Getting the following error in the Project View against projects reading changes from a clearcase snapshot

Error collecting changes for VCS root 'VS Root Name'
jetbrains.buildServer.vcs.VcsException: Process cleartool lshistory -eventid -recurse -    since 22-December-2010.16:42:08 -fmt %u#--#%Nd#--#%En#--#%m#--#%Vn#--#%o#--#%e#--#%Nc#-    -#%[activity]p###----###\n \\server\D$\path\vob returns -1 

jetbrains.buildServer.vcs.VcsException: Error collecting changes for VCS root 'VS Root Name' 
jetbrains.buildServer.vcs.VcsException: Process cleartool lshistory -eventid -recurse -    since 22-December-2010.16:42:08 -fmt %u#--#%Nd#--#%En#--#%m#--#%Vn#--#%o#--#%e#--#%Nc#--#%[activity]p###----###\n \\server\D$\path\vob returns -1 
at     jetbrains.buildServer.buildTriggers.vcs.clearcase.ClearCaseSupport.开发者_如何学PythoncollectChangesWithConnection(ClearCaseSupport.java:622) 
at jetbrains.buildServer.buildTriggers.vcs.clearcase.ClearCaseSupport.collectChanges(ClearCaseSupport.java:612) 


The simplest way to troubleshoot that kind of error is to execute the same command in a shell sesssion (DOS here), and see the detailed error message that cleartool will produce.
(TeamCity only display the fact that the command has failed)

Possible errors are:

  • no albd process on the server where the snapshot view is
  • UNC path problem (can you make a simple 'dir \\server\D$\path\vob'?)
  • right issue (are you using the right account to query this view)
  • ...
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号