Unsolved
This post is more than 5 years old
6 Posts
0
1777
October 7th, 2012 23:00
Centera SDK 3.3. issue on Windows 2008 R2
Hi
we have an issue on a Windows 2008 R2 Server (64bit) when we use the new SDK version 3.3.
The Java class cannot load the native libraries and throws an 'UnsatifiedLinkError':
java.lang.UnsatisfiedLinkError: com.filepool.natives.FPLibraryNative.setLastError(I)V
at com.filepool.natives.FPLibraryNative.setLastError(Native Method)
at com.filepool.fplibrary.FPLibraryException.retrieveErrorString(Unknown Source)
at com.filepool.fplibrary.FPLibraryException. (Unknown Source)
at com.filepool.fplibrary.FPPool. (Unknown Source)
When we use the files from the SDK 3.2 in the same location everything works fine.
In both scenarios we use 32bit Java 1.6 with the 32bit SDK
Does anyone knows how this issue can be fixed ?
Best regards
Jens
jenny_lam
1 Rookie
•
57 Posts
0
October 16th, 2012 12:00
I had the same experiece, and installing MS VC++ 2005 redistributable resolved the issue.
Please also see this forum for more details: https://community.emc.com/message/679574
JensW_67f544
6 Posts
0
October 22nd, 2012 06:00
Hi Jenny,
thanks for your suggestion, but unfortunately it still doesn't work.
I installed the 2005 C++ redist package and the UnsatisfiedLinkError is still there.
After that I installed the 2008 C++ redist package with the same result.
When I replace the 3.3 SDK libraries with the 'old' 3.2 ones everythink is fine.