Start a Conversation

Unsolved

This post is more than 5 years old

D

4096

December 16th, 2009 14:00

UnsatisfiedLinkError: setLastError on startup

I'm attempting to connect to Centera on JVM startup of an Oracle Content Server but getting the following error:

Failed to initialize the server.
(internal)      12.16 15:55:09.174      main    !csFailedToInitServer (setLastError)-exception stack
java.lang.UnsatisfiedLinkError: setLastError
        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.setGlobalOption(Unknown Source)
        at centera.provider.CenteraConnection.init(CenteraConnection.java:124)
        at intradoc.provider.ProviderPoolManager.createConnection(ProviderPoolManager.java:405)
        at intradoc.provider.ProviderPoolManager.addConnectionToPool(ProviderPoolManager.java:384)
        at centera.provider.CenteraConnectionProvider.startProvider(CenteraConnectionProvider.java:73)
        at intradoc.provider.Provider.startProvider(Provider.java:85)
        at intradoc.provider.Provider.startProvider(Provider.java:78)
        at intradoc.server.IdcSystemLoader.prepareStartMonitorProviders(IdcSystemLoader.java:2091)
        at intradoc.server.IdcManagerBase.startProviders(IdcManagerBase.java:70)
        at intradoc.server.IdcManagerBase.serviceStart(IdcManagerBase.java:351)
        at intradoc.server.IdcServerManager.serviceStart(IdcServerManager.java:175)
        at IdcServer.init(IdcServer.java:65)
        at IdcServer.main(IdcServer.java:37)

I believe I have CLASSPATH and LD_LIBRARY_PATH set appropriately and have even tried to absolute path them but no help.  Any ideas and thanks.

Dave Brown

2 Intern

 • 

417 Posts

December 17th, 2009 02:00

Dave - ensure that the native libraries of the Centera SDK are contained in a directory on your system that is on the library search path (PATH for Windows, LD_LIBRARY_PATH or similar on UNIX). Also ensure that you are picking up the correct version for the JAR file that you have, in case there are multiple instances on your app server (installing the EMC Global Services utilities can sometimes mess this up).

December 18th, 2009 07:00

Yes, everything seems to be in place regarding the paths and the jar file and still getting the same problem.  This one has me baffled.  I've copied what I know to be a good jar file since it came from a Content Server that is functioning appropriately.  Still, no luck.


Dave Brown

December 19th, 2009 05:00

Disregard.  Found the error.  A setup was required to create links between files laid down and their 32 bit equivalent.  Thanks.

Dave Brown

No Events found!

Top