Why do I get error message "java: symbol lookup error..." when I run a Java client with IBM Java 1.6(SR5) on Linux?
This missing symbol problem is caused by the IBM JVM not preloading the Symphony library completely. You can set OS variable LD_PPELOAD to force the JVM to load Symphony libraries.
Do one of the following:
Add the following code at the front of your Java client script.