
UNSOLVED
Centera XAM & VIM Installation Issue
Hi,
I'm integrating Centera into a Java app/framework.
According to the documentation, it should be enough to add the path of the directory containing the libraries to the XAM_VIM_PATH environment variable.
However, neither on Windows or on Linux this seems to hold true.
For Windows, I managed to get things to work by adding the library path to the PATH environment variable, after which I was able to connect successfully to the Centera.
In Linux I am stuck however. All the lib/so files are in /usr/local/lib/xam_vim. I tried adding this path to :
the XAM_VIM_PATH environment var
the PATH environment var
the LD_LIBRARY_PATH environment var
the java command line options (java -Djava.library.path=/usr/local/....)
None of these worked. The exception I get, when invoking XAMLibraryObj.connect() is always :
org.snia.xam.XAMException:
Error loading XAM Library or its dependencies
at
org.snia.xam.XAMLibraryObj. (Unknown Source)
at
org.snia.xam.XAMLibraryObj.getLibrary(Unknown Source)
at
com.emc.documentum.xml.dds.CenteraTester.main(CenteraTester.java:17)
Does anybody have a solution for this ?
Thanx
Philip
Responses (0)
Solutions (0)
