It's all about the answers!

Ask a question

Build Error


Denis Reis (111) | asked Jun 24 '19, 12:56 p.m.

I need help to understand this build error:

Log:

2019-06-24 11:28:40 [Jazz build engine] Accepting changes into workspace "04_SAT_SIT Workspace" ...

com.ibm.team.repository.common.ItemNotFoundException: CRJAZ0215E The following record was not found in the database: com.ibm.team.scm.common.internal.impl.WorkspaceHandleImpl@38abe147 (stateId: <unset>, itemId: [UUID _Ez5gYE00EeOZltjimPnRIg], origin: com.ibm.team.repository.client.internal.TeamRepository@5c7b19fc, immutable: true)

       at com.ibm.team.scm.client.internal.WorkspaceManager.getWorkspaceConnection(WorkspaceManager.java:894)

2 answers



permanent link
Denis Reis (111) | answered Jun 24 '19, 12:59 p.m.
When compiling, it is presenting an error:

2019-06-24 10:48:17 [Jazz build engine] Accepting changes into workspace "03_SAT_UAT Workspace" ...

com.ibm.team.repository.common.ItemNotFoundException: CRJAZ0215E The following record was not found in the database: com.ibm.team.scm.common.internal.impl.WorkspaceHandleImpl@4a8cc992 (stateId: <unset>, itemId: [UUID _BjT5YU00EeOZltjimPnRIg], origin: com.ibm.team.repository.client.internal.TeamRepository@5c7b19fc, immutable: true)


permanent link
Ralph Schoon (63.1k33646) | answered Jun 24 '19, 1:15 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

I think that means the repository workspace used by the build does not exist anymore. It was probably deleted after it was used in the build definition or configuration. 


Comments
Denis Reis commented Jun 25 '19, 10:07 a.m.

Ralph Schoon,  I verify and this workspace exist


Ralph Schoon commented Jun 25 '19, 10:34 a.m. | edited Jun 25 '19, 10:37 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

What is the current/default flow target of the workspace and does that exist? 


Either something related to the accept operation is deleted/does not exist any more or you have an issue with the database consistency, in which case you should open a support case. Support will ask for all the details needed that are not in your question.


Sridevi Sangaiah commented Jun 27 '19, 12:27 a.m.
JAZZ DEVELOPER
Hi Denis,

Can you please check if the UUID of the workspace that exist is same as the UUID reported in the exception?

To get the UUID of the workspace, follow the given steps in the Eclipse client:
1. Right click on the workspace in the Team Artifacts view.
2. Select ' Copy URL' in the context menu.
4. The last part of the URL is the UUID of the workspace.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.