Hi,
I am trying to deploy a TBO using composer. The steps taken to deploy were as follows:
1) Created the required Jardef in the composer for both implementation and interface
2) Created a module using the Jardef created in th eprevious step.
3) Installed the project, by selecting the overwrite option in the composer.
The error log generated is as follows:
[FATAL] An unexpected error has occured during install InstallException. Check error details in recent error log located in 'C:\Temp\documentum\'
com.emc.ide.installer.InstallException: Unexpected error occured during install
at internal.com.emc.ide.installer.DarInstaller.doInstall(DarInstaller.java:606)
at internal.com.emc.ide.installer.DarInstaller.doInstall(DarInstaller.java:320)
at internal.com.emc.ide.installer.DarInstaller.doInstall(DarInstaller.java:293)
at com.emc.ide.installer.popup.actions.RunDARInstallerActionDelegate$2.run(RunDARInstallerActionDelegate.java:407)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: com.emc.ide.installer.InstallException: Error installing object due to underlying DFC excepton com.emc.ide.artifact.moduledef.model.moduledef.impl.ModuleDefImpl@1941ff4 (objectTypeName: null) (objectName: training_material, title: null, subject: null, authors: null, keywords: null, applicationType: null, isHidden: false, compoundArchitecture: null, componentLabel: null, resolutionLabel: null, contentType: null, versionLabel: null, specialApp: null, languageCode: null, creatorName: null, archive: false, category: null, controllingApp: null, effectiveDate: null, effectiveFlag: null, effectiveLabel: null, expirationDate: null, extendedProperties: null, fullText: false, isSigned: false, isTemplate: false, lastReviewDate: null, linkResolved: false, publishFormats: null, retentionDate: null, status: null, rootObject: true) (min_dfc_version: null, implementation_technology: null, contact_info: SPP enhancement deployment, a_bof_version: null, a_module_type: TBO, module_description: SPP enhancement deployment, isPrivileged: false)
at com.emc.ide.installer.AbstractInstallerDelegate.install(AbstractInstallerDelegate.java:155)
at internal.com.emc.ide.installer.DarInstaller.installObject(DarInstaller.java:1041)
at internal.com.emc.ide.installer.DarInstaller.installObjects(DarInstaller.java:985)
at internal.com.emc.ide.installer.DarInstaller.installAllObjects(DarInstaller.java:967)
at internal.com.emc.ide.installer.DarInstaller.doInstall(DarInstaller.java:491)
... 4 more
Caused by: DfException:: THREAD: ModalContext; MSG: [DM_DFC_E_CLASS_NOT_FOUND]error: "Unable to instantiate the necessary java class: com.takeda.tbo.impl.training.SPPTrainingDoc"; ERRORCODE: 202; NEXT: null
at com.documentum.fc.client.impl.bof.compoundclass.CompoundClassMgr.loadTboClass(CompoundClassMgr.java:309)
at com.documentum.fc.client.impl.bof.compoundclass.CompoundClassMgr.getTboClass(CompoundClassMgr.java:223)
at com.documentum.fc.client.impl.bof.compoundclass.CompoundClassMgr.getImpClass(CompoundClassMgr.java:72)
at com.documentum.fc.client.impl.objectmanager.AbstractPersistentObjectFactory.getCompoundClassEntry(AbstractPersistentObjectFactory.java:39)
at com.documentum.fc.client.impl.objectmanager.PObjectFactoryWithAspects.makeObject(PObjectFactoryWithAspects.java:48)
at com.documentum.fc.client.impl.objectmanager.PersistentObjectManager.getObjectFromServer(PersistentObjectManager.java:356)
at com.documentum.fc.client.impl.objectmanager.PersistentObjectManager.getObject(PersistentObjectManager.java:311)
at com.documentum.fc.client.impl.session.Session.getObject(Session.java:832)
at com.documentum.fc.client.impl.session.SessionHandle.getObject(SessionHandle.java:579)
at com.emc.ide.installer.AbstractSysobjectInstallerDelegate.deleteFolderContents(AbstractSysobjectInstallerDelegate.java:282)
at com.emc.ide.installer.AbstractSysobjectInstallerDelegate.resetExistingSysobject(AbstractSysobjectInstallerDelegate.java:212)
at com.emc.ide.installer.AbstractSysobjectInstallerDelegate.resetExistingObject(AbstractSysobjectInstallerDelegate.java:190)
at com.emc.ide.installer.AbstractInstallerDelegate.install(AbstractInstallerDelegate.java:144)
... 8 more
Caused by: java.lang.ClassNotFoundException: com.takeda.tbo.impl.training.SPPTrainingDoc
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:92)
at com.documentum.fc.client.impl.bof.classmgmt.DelayedDelegationClassLoader.loadClass(DelayedDelegationClassLoader.java:128)
at com.documentum.fc.client.impl.bof.classmgmt.AbstractTransformingClassLoader.loadClass(AbstractTransformingClassLoader.java:66)
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:304)
... 20 more
Caused by: com.documentum.thirdparty.javassist.NotFoundException: com.takeda.tbo.impl.training.SPPTrainingDoc
at com.documentum.thirdparty.javassist.ClassPool.get(ClassPool.java:416)
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)
... 25 more
Kindly help me in deploy this TBO.
Thanks in advance.
Regards,
Venkatesh