We have Intersystems Cache 2010.2.3.702.0.10761 installed on AIX. When I run an eXtreme - Globals API program I am seeing LCBJNI related errors.
Does the Cache 2010.2.3.702.0.10761 have lcbjni? If so, where can I find. Please help
We have Intersystems Cache 2010.2.3.702.0.10761 installed on AIX. When I run an eXtreme - Globals API program I am seeing LCBJNI related errors.
Does the Cache 2010.2.3.702.0.10761 have lcbjni? If so, where can I find. Please help
2010.2 requires an extra step on Unix. You need to Set the environment variable LD_PRELOAD to the path of libjsig.so. Here is [documentation]http://docs.intersystems.com/cache20102/csp/docbook/DocBook.UI.Page.cls?KEY=BLXT_intro#BLXT_intro_config
find $JAVA_HOME -name libjsig.so -print
setenv LD_PRELOAD /my_jdk_path/jdk1.6.0_11/jre/lib/amd64/libjsig.so
you have to check for correct GLOBALS_HOME, PATH and CLASSPATH envirroment variables.
check it in documentation