Unsolved
This post is more than 5 years old
3 Posts
0
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
gstuartemc
2 Intern
•
417 Posts
0
December 17th, 2009 02:00
dave_brown1
3 Posts
0
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
dave_brown1
3 Posts
0
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