Unsolved
This post is more than 5 years old
1 Message
0
566
Dll error
Hi,
I have installed the JCenterVerify application on my AIX box and get an UnsatiesfiedLinkError.
Here is what I am doing
bash-3.2$ java -cp /data/AvayaVXML/TestCentera.jar:/usr/local/Centera_SDK/lib/FPLibrary.jar GetClusterInfo
Exception in thread "main" java.lang.UnsatisfiedLinkError: com/filepool/natives/FPLibraryNative.setLastError(I)V
at com.filepool.fplibrary.FPLibraryException.retrieveErrorString(Unknown Source)
at com.filepool.fplibrary.FPLibraryException. (Unknown Source)
at com.filepool.fplibrary.FPPool.RegisterApplication(Unknown Source)
at GetClusterInfo.main(GetClusterInfo.java:471)
bash-3.2$ java -cp /data/AvayaVXML/TestCentera.jar:/usr/local/Centera_SDK/lib/FPLibrary.jar GetClusterInfo
Exception in thread "main" java.lang.UnsatisfiedLinkError: com/filepool/natives/FPLibraryNative.setLastError(I)V
at com.filepool.fplibrary.FPLibraryException.retrieveErrorString(Unknown Source)
at com.filepool.fplibrary.FPLibraryException. (Unknown Source)
at com.filepool.fplibrary.FPPool.RegisterApplication(Unknown Source)
at GetClusterInfo.main(GetClusterInfo.java:471)
bash-3.2$ cd ..
I have added the directory where I unpacked the JCenteraVerify tool to the following environment variable
bash-3.2$ export CLASSPATH=$CLASSPATH:/usr/local/Centera_SDK/lib
bash-3.2$ echo $CLASSPATH
:/usr/local/Centera_SDK/lib
bash-3.2$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/Centera_SDK/lib
bash-3.2$ echo $LD_LIBRARY_PATH
:/usr/local/Centera_SDK/lib
Dll appear so
libFPCore.a libFPLibrary.a libFPParser.a libFPStreams.a libFPUtils.a libFPXML.a libPAI_module.a
libFPCore64.a libFPLibrary64.a libFPParser64.a libFPStreams64.a libFPUtils64.a libFPXML64.a libPAI_module64.a
I have tried 32bit and 64 bit Java codes. But nothing seems to be working.
Is there any such path on AIX that I must use to get this working?
With my windows installation everything worked fine.
regards, Eli