Hi,
I am sure this is a very common issue and must have been answered number of times. But after trying all the solutions we are still unable to get rid of this. We have dfc (32 bit) installation on a 64 bit machine and our j2ee web application is deployed on 64 bit version of weblogic 10.3.2. We have set the <documentum installation folder>/shared in the environment path variable and in the weblogic startup we can see the java.library.path containing this entry.
Still we are facing this issue and unable to resolve. Kindly let us know of any pointers and we would appreciate any help.
The exception stack
Caused by: java.lang.UnsatisfiedLinkError: no DfRegistryWin32 in java.library.path
at com.documentum.registry.DfRegistryWin32.<init>(DfRegistryWin32.java:93)
at com.documentum.registry.DfClientRegistry.<init>(DfClientRegistry.java:60)
at com.documentum.operations.DfOperation$DfOperationsClientRegistryHelper.getClientRegistry(DfOperation.java:1201)
at com.documentum.operations.DfOperation.getClientRegistry(DfOperation.java:268)
at com.documentum.operations.nodeactions.outbound.DfGetContentFile.getContentFile(DfGetContentFile.java:871)
at com.documentum.operations.nodeactions.outbound.DfGetContentFile.execute(DfGetContentFile.java:65)
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:52)
at com.documentum.operations.DfOperation.execute(DfOperation.java:358)
at com.arisglobal.agx.dms.documentum.AgxDocumentumServiceImpl.checkoutDocument(AgxDocumentumServiceImpl.java:344)
Thanks,
Shashi