It's all about the answers!

Ask a question

Why is the ClearCase Version importer failing with Deferred operation failed error?


Stephane Couillaud (15632344) | asked Oct 23 '14, 2:20 p.m.
We are currently trying to import source code from an intermediate data directory but it is failing with the following error.  Any ideas?

The command used:

./ccc -nl en import ccase -d /tmp/RTC/Data_from_VOB -r http://clm.company.com/ccm -u jazzadmin -P Password -s myStream -c myComponent
2014-10-22 04:56:15,496  INFO Created workspace for importing from ClearCase. Do not remove the workspace. It will be deleted by this process at the end. Workspace name: ImporterWorkspace oid:a9c55240.d3e411da.9c52.00:01:83:e6:22:5d@vobuuid:a92551ac.d3e411da.9c52.00:01:83:e6:22:5d__bKbP8FniEeS28s49dXMGGg.
2014-10-22 04:56:15,588  INFO Starting to import data to Rational Team Concert.  The details are logged in "/tmp/RTC/Data_Data_from_VOB/logs/importCCase.2014-10-22T04.56.13.log".
2014-10-22 05:02:15,339  INFO Imported 100 directories.
2014-10-22 05:11:20,710  INFO Imported 200 directories.
2014-10-22 05:21:06,509  INFO Imported 300 directories.
2014-10-22 05:35:13,216  INFO Imported 400 directories.
2014-10-22 05:48:37,643  INFO Imported 500 directories.
2014-10-22 06:30:48,977  INFO Imported 600 directories.
2014-10-22 07:24:21,914  INFO Imported 700 directories.
2014-10-22 08:54:02,808  INFO Imported 800 directories.
2014-10-22 19:53:28,827  INFO Imported 900 directories.
2014-10-22 20:54:31,318  INFO Imported 1000 directories.
Problem running 'import ccase':
Could not import data to Rational Team Concert source control because of the following error:
Deferred operation failed


The error (some parts were taken out to condense it a bit):

2014-10-22 21:46:04,902 [main]  INFO team.connector.scm.importer.basecc.LoggingFeedback  - Imports:
directories: 1094. duration: 456111ms (456 sec)  avg: 416.0 ms
symbolic links: 0. duration: 0ms (0 sec)  avg: 0.0 ms
files: 0. duration: 0ms (0 sec)  avg: 0.0 ms
file versions: 0. duration: 0ms (0 sec)  avg: 0.0 ms
re-used file versions: 12345

2014-10-22 21:46:04,902 [main]  INFO team.connector.scm.importer.basecc.LoggingFeedback  - Delivering the results of the import to the stream.
2014-10-22 21:46:29,320 [main] ERROR                                                     - Could not import data to Rational Team Concert source control because of the following error:
Deferred operation failed
javax.wvcm.WvcmException: Deferred operation failed
 
Caused by: com.ibm.team.repository.common.InternalRepositoryException: Deferred operation failed    
        ... 24 more
Caused by: com.ibm.team.repository.common.TeamRepositoryException: Unknown origin
        at com.ibm.team.repository.service.internal.RdbRepositoryDataMediator.wrapWithOrigin(RdbRepositoryDataMediator.java:1865)
        ... 141 more
Caused by: com.ibm.team.repository.common.InternalRepositoryException: CRJAZ0329E The database query could not be completed. Connection exception
SQL: INSERT INTO SCM.HISTORY_GRAPH_NODE (CHANGE_SET, CHANGE_SET_STATE, HASH, ANCESTOR_HASH, RANK, UUID ) VALUES (?, ?, ?, ?, ?, ?)
SQL Exception #1
SQL Message: Software caused connection abort: recv failed
SQL State: 08S01
Error Code: 0
Class: com.ibm.team.scm.service.internal.db.metadata.graph.HistoryGraphNodeMediator$2
        at com.ibm.team.repository.service.internal.dataaccess.BatchingRowReceiver.createIRE(BatchingRowReceiver.java:432)

        ... 141 more
Caused by: java.sql.SQLException: Software caused connection abort: recv failed
        at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:1667)

        ... 146 more
CRJAZ0329E

Be the first one to answer this question!


Register or to post your answer.