UNSOLVED

centerasdk

updated

17 years ago

C

centerasdk

1 Message

0

13659

August 18th, 2009 02:00

Error While connecting to Centera Server thru Java in Linux

Hi,

I am gettting below error while i am trying to connect centera server from Linux using Java. The same code was working properly in Windows environment but when i try in Linux i am getting error.

For example:

My folder Structure below

Report/lib/libFPCore64.so.3.2.687

          /lib/libFPLibrary64.so.3.2.687 etc........

and i set LD_LIBRARY_PATH to Report/lib

Exception in thread "main" 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.RegisterApplication(Unknown Source)
        at com.db.centera.StoreContent.connectToCentera(StoreContent.java:93)
        at com.db.centera.StoreContent.main(StoreContent.java:167)

Could you please help on this?