Removing view tag because it exists, but the view path doesn't. [workspace] $ /usr/atria//bin/cleartool rmview -force -tag SENTHIL.RTIP.12AUG2016 cleartool: Error: Unable to remove "AB/BC/CD6.vws": Operation not permitted. cleartool: Error: Unable to remove view "ani/SENTHIL.RTIP.12AUG2016.vws". FATAL: Base ClearCase failed. exit code=1 [workspace] $ /usr/atria//bin/cleartool rmtag -view SENTHIL.RTIP.12AUG2016 [workspace] $ /usr/atria//bin/cleartool mkview -snapshot -tag SENTHIL.RTIP.12AUG2016 -vws
ani/SENTHIL.RTIP.12AUG2016.vws SENTHIL.RTIP.12AUG2016 cleartool: Error: Unable to create directory "ani/SENTHIL.RTIP.12AUG2016.vws": File exists. cleartool: Error: Unable to create view "ani/SENTHIL.RTIP.12AUG2016.vws". FATAL: Base ClearCase failed. exit code=1 java.io.IOException: cleartool did not return the expected exit code. Command line="mkview -snapshot -tag SENTHIL.RTIP.12AUG2016 -vws /net/inblrgrcfs22/vol/agni/view_store2//SENTHIL.RTIP.12AUG2016.vws SENTHIL.RTIP.12AUG2016", actual exit code=1 at hudson.plugins.clearcase.HudsonClearToolLauncher.run(HudsonClearToolLauncher.java:152) at hudson.plugins.clearcase.ClearToolExec.mkview(ClearToolExec.java:546) at hudson.plugins.clearcase.action.SnapshotCheckoutAction.createView(SnapshotCheckoutAction.java:184) at hudson.plugins.clearcase.action.SnapshotCheckoutAction.cleanAndCreateViewIfNeeded(SnapshotCheckoutAction.java:128) at hudson.plugins.clearcase.action.BaseSnapshotCheckoutAction.checkout(BaseSnapshotCheckoutAction.java:64) at hudson.plugins.clearcase.AbstractClearCaseScm.checkout(AbstractClearCaseScm.java:383) at hudson.model.AbstractProject.checkout(AbstractProject.java:1270) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)