have you added the directory where the libraries were installed to the library path environment variable LIBPATH under AIX as discribed at the Centera SDK for AIX release notes at the installation section.
I am trying to run CentreaVerify on AIX 6.1 TL-9 and facing the same issue. Did any one had a chance to run this with AIX 6.1 Tl-9 and got it resolved.
I have tried 32bit and 64 bit Java codes. But nothing seems to be working.
bindet
6 Posts
0
July 16th, 2009 07:00
hi,
have you added the directory where the libraries were installed to the library path environment variable LIBPATH under AIX as discribed at the Centera SDK for AIX release notes at the installation section.
regards
Thomas Binder
christoph_retti
45 Posts
0
July 16th, 2009 10:00
btw. is there some customer out there running Centera under AIX 5.3 and using Java?
christoph_retti
45 Posts
0
July 16th, 2009 10:00
Hi, I have added the directory where I unpacked the JCenteraVerify tool to the following environment variable
LIB_PATH, LIBPATH, LD_LIBRARY_PATH, PATH
so I gess this must be working for every UNIX installation. As you can see from the shell output above I just changed to java 1.4 and
then it worked (no change on the environment in between).
In the meantime I have done some tests under Read Hat Linux and there the tool worked with Java 1.4, 1.5 and 1.6.
I guess this is some AIX special issue (as usual:(
Is there some special path I have to install the Centera Libraries to (/usr/local) or so?
christoph_retti
45 Posts
0
July 20th, 2009 03:00
Hi guys, I found the source of my problems, they were twofold:
(a) The JCenteraVerify tool for AIX coming from here ships the 32bit versions of the libraries and therefore they can't used directly
(b) it does not seem to be possible to have the 32bit and 64 bit libraries in the same folder, even when linked correctly
After I have split the 32 and 64 bit libraries the linkage error got away:)
sijo1
1 Message
0
September 3rd, 2014 04:00
I am trying to run CentreaVerify on AIX 6.1 TL-9 and facing the same issue. Did any one had a chance to run this with AIX 6.1 Tl-9 and got it resolved.
I have tried 32bit and 64 bit Java codes. But nothing seems to be working.
# /usr/java5_64/jre/bin/java -jar JCenteraVerify.jar
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.getComponentVersion(Unknown Source)
at com.emc.centera.JCenteraVerify.JCenteraVerify.init(JCenteraVerify.java:148)
at com.emc.centera.JCenteraVerify.JCenteraVerify.main(JCenteraVerify.java:189)
Thanks,
Sijo