How can I fix RTC EE build failure: CopyFileAreaLockedByOtherProcess?
* BUILD FAILED
* com.ibm.team.filesystem.client.CopyFileAreaLockedByOtherProcess: Status INFO: com.ibm.team.filesystem.client code=0 Failed to create /tmp/jazz502/build/SCM/TDJAVA.JJ100JDM/.jazz5 null
* at com.ibm.team.filesystem.client.internal.core.SharingMetadata2.ensureExclusiveCFAAccess(SharingMetadata2.java:3247)
I have set SCM work path: (log exerpt: ENV SCM_WORK=/tmp/jazz502/build )
The directory /tmp/jazz502/build does not exist and I do not have authority to create it. I expect the build process to create it.
Using RTC 5.0.2 and RDz, RTC EE z/OS Dependency Build.
* com.ibm.team.filesystem.client.CopyFileAreaLockedByOtherProcess: Status INFO: com.ibm.team.filesystem.client code=0 Failed to create /tmp/jazz502/build/SCM/TDJAVA.JJ100JDM/.jazz5 null
* at com.ibm.team.filesystem.client.internal.core.SharingMetadata2.ensureExclusiveCFAAccess(SharingMetadata2.java:3247)
I have set SCM work path: (log exerpt: ENV SCM_WORK=/tmp/jazz502/build )
The directory /tmp/jazz502/build does not exist and I do not have authority to create it. I expect the build process to create it.
Using RTC 5.0.2 and RDz, RTC EE z/OS Dependency Build.
Accepted answer
The same question was posted before. You can refer the answer in https://jazz.net/forum/questions/84182/build-failure
In addition, SCM work path should be pointed to an existing directory. RTC build will load component under that directory.