We are facing issue while installing a dar using Composerheadless 7.3. We have deleted few objects which will be installed by the dar and now if we try to deploy the dar again it throws class not found exception. Can someone suggest any solution?
com.emc.ide.logger.defaultimpl.DmLoggerDefault::getDefaultThrowableMessage (line 100) com.emc.ide.installer.InstallException: Failed to create new persistent object of type 'cvp_config' (Status = Existing object not found; IsInstalled = false; com.emc.ide.artifact.sysobject.model.sysobject.impl.FolderSubtypeImpl@6a187673 (objectTypeName: null) (objectName: DocSecure Configuration, title: , subject: , authors: null, keywords: null, applicationType: , isHidden: false, compoundArchitecture: , componentLabel: null, resolutionLabel: , contentType: , versionLabel: [1.0, CURRENT], specialApp: , languageCode: , creatorName: null, archive: false, category: , controllingApp: , effectiveDate: null, effectiveFlag: null, effectiveLabel: null, expirationDate: null, extendedProperties: null, fullText: true, isSigned: false, isTemplate: false, lastReviewDate: null, linkResolved: false, publishFormats: null, retentionDate: null, status: , rootObject: true); ) at com.emc.ide.installer.BaseInstallerDelegate.create(BaseInstallerDelegate.java:38) at com.emc.ide.installer.AbstractInstallerDelegate.handleCreateNewObject(AbstractInstallerDelegate.java:89) at com.emc.ide.installer.BaseInstallerDelegate.install(BaseInstallerDelegate.java:120) at internal.com.emc.ide.installer.DarInstaller.installObject(DarInstaller.java:1187) at internal.com.emc.ide.installer.DarInstaller.installObjects(DarInstaller.java:1132) at internal.com.emc.ide.installer.DarInstaller.installAllObjects(DarInstaller.java:1113) at internal.com.emc.ide.installer.DarInstaller.doInstall(DarInstaller.java:601) at internal.com.emc.ide.installer.DarInstaller.doInstall(DarInstaller.java:334) at internal.com.emc.ide.installer.DarInstaller.doInstall(DarInstaller.java:303) at com.emc.ide.installer.darinstaller.StandaloneDarInstallerHelper.doInPlaceInstall(StandaloneDarInstallerHelper.java:126) at com.emc.ide.installer.darinstaller.StandaloneDarInstaller.installDar(StandaloneDarInstaller.java:357) at com.emc.ide.installer.darinstaller.StandaloneDarInstaller.install(StandaloneDarInstaller.java:113) at com.emc.ide.installer.darinstaller.ui.DarInstallerComposite$26.run(DarInstallerComposite.java:1537) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) Caused by: DfException:: THREAD: ModalContext; MSG: [DM_DFC_E_CLASS_NOT_FOUND]error: "Unable to instantiate the necessary java class: com.documentum.cvp.common.CvpConfig"; ERRORCODE: 202; NEXT: null at com.documentum.fc.client.impl.bof.compoundclass.CompoundClassMgr.loadTboClass(CompoundClassMgr.java:332) at com.documentum.fc.client.impl.bof.compoundclass.CompoundClassMgr.getTboClass(CompoundClassMgr.java:246) at com.documentum.fc.client.impl.bof.compoundclass.CompoundClassMgr.getImpClass(CompoundClassMgr.java:81) at com.documentum.fc.client.impl.objectmanager.AbstractPersistentObjectFactory.getCompoundClassEntry(AbstractPersistentObjectFactory.java:39) at com.documentum.fc.client.impl.objectmanager.PObjectFactoryWithAspects.makeObject(PObjectFactoryWithAspects.java:49) at com.documentum.fc.client.impl.objectmanager.PersistentObjectManager.newUncachedObject(PersistentObjectManager.java:100) at com.documentum.fc.client.impl.objectmanager.PersistentObjectManager.newObject(PersistentObjectManager.java:66) at com.documentum.fc.client.impl.objectmanager.PersistentObjectManager.newObject(PersistentObjectManager.java:52) at com.documentum.fc.client.impl.session.Session.newObject(Session.java:946) at com.documentum.fc.client.impl.session.SessionHandle.newObject(SessionHandle.java:901) at com.emc.ide.installer.BaseInstallerDelegate.create(BaseInstallerDelegate.java:36) ... 13 more Caused by: java.lang.ClassNotFoundException: com.documentum.cvp.common.CvpConfig at com.documentum.fc.client.impl.bof.classmgmt.transformer.TBOTransformer.transform(TBOTransformer.java:44) at com.documentum.fc.client.impl.bof.classmgmt.AbstractTransformingClassLoader.findClass(AbstractTransformingClassLoader.java:95) at com.documentum.fc.client.impl.bof.classmgmt.DelayedDelegationClassLoader.loadClass(DelayedDelegationClassLoader.java:147) at com.documentum.fc.client.impl.bof.classmgmt.AbstractTransformingClassLoader.loadClass(AbstractTransformingClassLoader.java:69) at com.documentum.fc.client.impl.bof.classmgmt.SelectiveTransformingClassLoader.loadClass(SelectiveTransformingClassLoader.java:59) at com.documentum.fc.client.impl.bof.compoundclass.CompoundClassMgr.loadTboClass(CompoundClassMgr.java:327) ... 23 more Caused by: com.documentum.thirdparty.javassist.NotFoundException: com.documentum.cvp.common.CvpConfig at com.documentum.thirdparty.javassist.ClassPool.get(ClassPool.java:450) at com.documentum.fc.client.impl.bof.classmgmt.transformer.TBOTransformer.getInitialCtClass(TBOTransformer.java:81) at com.documentum.fc.client.impl.bof.classmgmt.transformer.TBOTransformer.transform(TBOTransformer.java:40) ... 28 more
I am facing similar issue. Can you help me