Hi All,
We installed xcp 2.1 build on the repository and one auto activity has custom jar. We had some changes in the jar and deployed the build again but it was not updating new jar in (system/modules/prus/jarname) location. Later we decided to delete the module folder from repository so that xCP can deploy the new JAR. But now we are getting below issue while deploying the build as Its trying to search old folder in the repository and as its deleted already our deployment is getting failed. Please help what needs to be done in order to remove reference this folder from repository.
--------------
[ERROR] [DM_SYSOBJECT_E_CANT_FETCH_INVALID_ID]error: "Cannot fetch a sysobject - Invalid object ID : 0b025a6d80084e24"
[ERROR] DfException:: THREAD: pool-19-thread-1; MSG: [DM_SYSOBJECT_E_CANT_FETCH_INVALID_ID]error: "Cannot fetch a sysobject - Invalid object ID : 0b025a6d80084e24"; ERRORCODE: 100; NEXT: null
[ERROR] at com.documentum.fc.client.impl.docbase.DocbaseExceptionMapper.newException(DocbaseExceptionMapper.java:49)
[ERROR] at com.documentum.fc.client.impl.connection.docbase.MessageEntry.getException(MessageEntry.java:39)
[ERROR] at com.documentum.fc.client.impl.connection.docbase.DocbaseMessageManager.getException(DocbaseMessageManager.java:137)
[ERROR] at com.documentum.fc.client.impl.connection.docbase.netwise.NetwiseDocbaseRpcClient.checkForMessages(NetwiseDocbaseRpcClient.java:310)
[ERROR] at com.documentum.fc.client.impl.connection.docbase.netwise.NetwiseDocbaseRpcClient.applyForObject(NetwiseDocbaseRpcClient.java:653)
[ERROR] at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection$8.evaluate(DocbaseConnection.java:1370)
[ERROR] at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.evaluateRpc(DocbaseConnection.java:1129)
[ERROR] at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.applyForObject(DocbaseConnection.java:1362)
[ERROR] at com.documentum.fc.client.impl.docbase.DocbaseApi.parameterizedFetch(DocbaseApi.java:107)
[ERROR] at com.documentum.fc.client.impl.objectmanager.PersistentDataManager.fetchFromServer(PersistentDataManager.java:191)
[ERROR] at com.documentum.fc.client.impl.objectmanager.PersistentDataManager.getData(PersistentDataManager.java:82)
---------------
Regards,
Rohit Madar