After upgrading from DFC 5.3 to 6.5 the download of the BOF from the Global global registry to the documentum cache failed with the following errors in the log4j.log file
can anyone help with diagonisting this?
14:20:15,456 WARN [main] com.documentum.fc.client.security.internal.RegistrationMgr - [DFC_SECURITY_GR_PUBLICATION_FAILED] Publication of DFC instance with global registry failed
DfException:: THREAD: main; MSG: [DFC_BOF_GLOBAL_REGISTRY_NOT_CONFIGURED] A global registry is not configured; ERRORCODE: ff; NEXT: null
at com.documentum.fc.client.security.impl.DfcIdentityPublisher.<init>(DfcIdentityPublisher.java:51)
at com.documentum.fc.client.security.internal.RegistrationMgr.register(RegistrationMgr.java:34)
at com.documentum.fc.impl.RuntimeContext.<clinit>(RuntimeContext.java:191)
at com.documentum.fc.client.DfClient.<clinit>(DfClient.java:700)
at com.documentum.com.DfClientX.getLocalClient(DfClientX.java:43)
14:20:30,706 ERROR [main] com.documentum.fc.client.impl.bof.cache.ClassCacheManager - [DFC_BOF_DOWNLOAD_ERROR] Failed to download and cache module syngenta_document.
DfException:: THREAD: main; MSG: Access is denied.
; ERRORCODE: 5; NEXT: null
at com.documentum.registry.DfRegistryWin32.RegOpenKey(Native Method)
at com.documentum.registry.DfRegistryWin32.<init>(DfRegistryWin32.java:98)
at com.documentum.registry.DfClientRegistry.<init>(DfClientRegistry.java:74)
at com.documentum.operations.DfOperation$DfOperationsClientRegistryHelper.getClientRegistry(DfOperation.java:1149)
at com.documentum.operations.DfOperation.getClientRegistry(DfOperation.java:252)
at com.documentum.operations.stepactions.DfFlushRegistry.execute(DfFlushRegistry.java:27)
at com.documentum.operations.steps.impl.OperationStep.executeStep(OperationStep.java:107)
at com.documentum.operations.steps.impl.OperationStep.execute(OperationStep.java:40)
at com.documentum.operations.impl.OperationExecutionEngine.execute(OperationExecutionEngine.java:51)
at com.documentum.operations.DfOperation.execute(DfOperation.java:342)
at com.documentum.fc.client.impl.bof.cache.InboundModuleMetadata$BofFile.persist(InboundModuleMetadata.java:136)
at com.documentum.fc.client.impl.bof.cache.DefaultLocalAccessor.saveFiles(DefaultLocalAccessor.java:178)
at com.documentum.fc.client.impl.bof.cache.DefaultLocalAccessor.cacheObject(DefaultLocalAccessor.java:65)
at com.documentum.fc.client.impl.bof.cache.DocbaseClassCache.cacheObject(DocbaseClassCache.java:95)
at com.documentum.fc.client.impl.bof.cache.ClassCacheManager.downloadAndCache(ClassCacheManager.java:454)
at com.documentum.fc.client.impl.bof.cache.ClassCacheManager.retrieveObject(ClassCacheManager.java:94)
at com.documentum.fc.client.impl.bof.classmgmt.ClassLoaderFactory.addUrlsToLoader(ClassLoaderFactory.java:104)
at com.documentum.fc.client.impl.bof.classmgmt.ClassLoaderFactory.getModuleClassLoader(ClassLoaderFactory.java:64)
at com.documentum.fc.client.impl.bof.classmgmt.ClassLoaderFactory.getTBOClassLoader(ClassLoaderFactory.java:41)
at com.documentum.fc.client.impl.bof.compoundclass.CompoundClassMgr.loadTboClass(CompoundClassMgr.java:295)
at com.documentum.fc.client.impl.bof.compoundclass.CompoundClassMgr.getTboClass(CompoundClassMgr.java:223)
at com.documentum.fc.client.impl.bof.compoundclass.CompoundClassMgr.getTboClass(CompoundClassMgr.java:215)
at com.documentum.fc.client.impl.bof.compoundclass.CompoundClassMgr.getTboClass(CompoundClassMgr.java:215)
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.newUncachedObject(PersistentObjectManager.java:100)
at com.documentum.fc.client.impl.objectmanager.PersistentObjectManager.newObject(PersistentObjectManager.java:66)
at com.documentum.fc.client.impl.session.Session.newLightObject(Session.java:823)
at com.documentum.fc.client.impl.session.SessionHandle.newLightObject(SessionHandle.java:841)
at com.documentum.operations.nodeactions.inbound.DfCreateNewObject.createDocbaseObject(DfCreateNewObject.java:182)
at com.documentum.operations.nodeactions.inbound.DfCreateNewObject.execute(DfCreateNewObject.java:34)
at com.documentum.operations.steps.impl.OperationStep.executeStep(OperationStep.java:151)
at com.documentum.operations.steps.impl.OperationStep.execute(OperationStep.java:40)
at com.documentum.operations.impl.OperationExecutionEngine.execute(OperationExecutionEngine.java:51)
at com.documentum.operations.DfOperation.execute(DfOperation.java:342)
at com.documentum.operations.inbound.impl.InboundOperation.execute(InboundOperation.java:104)
at com.documentum.operations.inbound.DfImportOperation.execute(DfImportOperation.java:96)