com.ibm.team.build.common.TeamBuildException: CRRTC3543E: The workspace with the following UUID was not found in the repository: _erlooOEtEem-Ic2Fwm8-lQ.
![]() Hello,
In our Build environment, whenever we start new build end with following error message. Was there any solution to for the same like, - How to identify the corrupted workspace using RTC eclipse client - How to fix the corrupted workspace
com.ibm.team.build.common.TeamBuildException: CRRTC3543E: The workspace with the following UUID was not found in the repository: _erlooOEtEem-Ic2Fwm8-lQ.
at com.ibm.team.build.internal.scm.BuildWorkspaceDescriptor.fetchWorkspace(BuildWorkspaceDescriptor.java:115)
at com.ibm.team.build.internal.scm.BuildWorkspaceDescriptor.fetchWorkspace(BuildWorkspaceDescriptor.java:91)
at com.ibm.team.build.internal.scm.BuildWorkspaceDescriptor.getWorkspace(BuildWorkspaceDescriptor.java:82)
at com.ibm.team.build.internal.engine.JazzScmPreBuildParticipant.preBuild(JazzScmPreBuildParticipant.java:216)
at com.ibm.team.build.internal.engine.BuildLoop.invokePreBuildParticipants(BuildLoop.java:1182)
at com.ibm.team.build.internal.engine.BuildLoop$4.run(BuildLoop.java:908)
at java.lang.Thread.run(Thread.java:798)
Caused by: com.ibm.team.repository.common.ItemNotFoundException: CRJAZ0215E The following record was not found in the database: com.ibm.team.scm.common.internal.impl.WorkspaceHandleImpl@6268cdb1 (stateId: null, itemId: [UUID _erlooOEtEem-Ic2Fwm8-lQ], origin: <unset>, immutable: <unset>)
at com.ibm.team.repository.client.internal.ItemManager.internalFetchItem(ItemManager.java:1600)
at com.ibm.team.repository.client.internal.ItemManager.access$1(ItemManager.java:1557)
at com.ibm.team.repository.client.internal.ItemManager$AbstractStore.retrieveItem(ItemManager.java:194)
at com.ibm.team.repository.client.internal.ItemManager$CurrentStore.fetchItem(ItemManager.java:319)
at com.ibm.team.repository.client.internal.ItemManager.fetchCompleteItem(ItemManager.java:843)
at com.ibm.team.build.internal.scm.BuildWorkspaceDescriptor.fetchWorkspace(BuildWorkspaceDescriptor.java:113)
... 6 more
|
Accepted answer
![]()
Geoffrey Clemm (30.1k●3●30●35)
| answered Jan 27 '20, 10:44 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER This is not a corrupted workspace ... it is a workspace that has been deleted.
In addition to re-creating the database needed by the build, you will probably want to figure out what human or what automated process deleted the workspace, so that you don't just run into the same problem again.
Ralph Schoon selected this answer as the correct answer
|
2 other answers
![]()
Hello Geoffrey/Kevin,
Thanks for your answer. I will check on the options you guys suggested.
|
![]() I think you'd need to look a the RTC build definition. The Source Control tab for the build would likely show the UUID above. I'm not aware of a means to recover, you'll just have to create a new workspace and associate with the build definition.
|