Hi,everyone. I installed the DFC_5.3_SP6_windows and use Documentum.Interop.DFC.dll to talk to the Documentum server for one of the .Net application running. I am currently using the Windows 7 X64bit. And I am keeping getting following error:
Exception=DfException:: THREAD: main; MSG: [DM_DFC_E_CLASS_NOT_FOUND] Unable to instantiate the necessary java class: wbmd.bof.tbo.misc.WbmdPbJsTBOImpl; ERRORCODE: 202; NEXT: null:DfException:: THREAD: main; MSG: [DM_DFC_E_CLASS_NOT_FOUND] Unable to instantiate the necessary java class: wbmd.bof.tbo.misc.WbmdPbJsTBOImpl; ERRORCODE: 202; NEXT: null at com.documentum.fc.bof.compoundclass.CompoundClassMgr.getTboClass(CompoundClassMgr.java:321) at com.documentum.fc.bof.compoundclass.CompoundClassMgr.getImpClass(CompoundClassMgr.java:94) at com.documentum.fc.client.DfPersObjFactoryWithAspects.makeObject(DfPersObjFactoryWithAspects.java:42) at com.documentum.fc.client.DfSession.makePersistentObject(DfSession.java:2268) at com.documentum.fc.client.DfSession.getObjectWithCaching(DfSession.java:1608) at com.documentum.fc.client.DfSession.getObjectWithType(DfSession.java:1621) at com.documentum.fc.client.DfSession.getObject(DfSession.java:1418) Caused by: java.lang.ClassNotFoundException: Unable to load class at com.documentum.fc.bof.classmgmt.InheritanceManagingClassLoader.loadClass(InheritanceManagingClassLoader.java:95) at com.documentum.fc.bof.compoundclass.CompoundClassMgr.getTboClass(CompoundClassMgr.java:317) ... 6 more Caused by: DfException:: THREAD: main; MSG: ; ERRORCODE: ff; NEXT: null at com.documentum.fc.bof.classmgmt.BaseClassModifier.replaceSuperClass(BaseClassModifier.java:57) at com.documentum.fc.bof.classmgmt.InheritanceManagingClassLoader.loadClass(InheritanceManagingClassLoader.java:72) ... 7 more Caused by: com.documentum.thirdparty.javassist.NotFoundException: /C:/Documentum/asp/cache/5.3.0.621/bof/webmddoc01/091e9c5e8044a151.jar at com.documentum.thirdparty.javassist.JarClassPath.(ClassPoolTail.java:87) at com.documentum.thirdparty.javassist.ClassPoolTail.makePathObject(ClassPoolTail.java:213) at com.documentum.thirdparty.javassist.ClassPoolTail.insertClassPath(ClassPoolTail.java:197) at com.documentum.thirdparty.javassist.ClassPool.insertClassPath(ClassPool.java:603) at com.documentum.fc.bof.classmgmt.BaseClassModifier.getClassPool(BaseClassModifier.java:131) at com.documentum.fc.bof.classmgmt.BaseClassModifier.replaceSuperClass(BaseClassModifier.java:44) ... 8 more
Any idea?
Thanks
Jacky